Loading Tool

Explorer IconExplorer

Memory Pool

78,273 transactions
29.43 vMB
0.07615212 BTC
Random Selection Loading Transactions
Max Size: 177.80/200 MB

Candidate Block

Mining Attempt 323a1d1ed052f1e2baa59a57772d37bb69d6ff2fe8add19f08c73fbcac4e7575
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (320,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,049 595,049 000000000000000000131bbefc396e0a74f6fce5a3520c20f6ab05a9946c8fd8 1,591 0.42/1.00 vMB 3
595,048 595,048 00000000000000000009f39c7afaa08e167001967bdfcfd781eee8ac4238d1e1 3,063 1.00/1.00 vMB 7
595,047 595,047 00000000000000000016ccae6dc06193160ce5e5f6d7aee735ef5232c9657ec1 2,909 1.00/1.00 vMB 27
595,046 595,046 00000000000000000002c9af327a63de7c92d3ee8b5c0470976d329077b1eefa 467 0.15/1.00 vMB 10
595,045 595,045 0000000000000000000d9dc0f81dcc2900da6d8b8f7a5fb20807c428ba20f1ab 3,005 0.80/1.00 vMB 14
595,044 595,044 000000000000000000057f0a78cd0e5f5d0bfdd363cce90e8573857799628b28 1,303 0.35/1.00 vMB 13
595,043 595,043 0000000000000000001107c23fcedce40205c39cbea53d4f85a2fa51b76aa35a 1,284 0.41/1.00 vMB 9
595,042 595,042 0000000000000000000f405b752c6354aa1df35be67c5a0a6bde9b0b78be42a0 783 0.26/1.00 vMB 10
595,041 595,041 00000000000000000004ebbd0109e16d2e749eea5322f0c0444237d711642b85 269 0.07/1.00 vMB 16
595,040 595,040 0000000000000000001394c7cbdafcb22f8d470e163c93ea7376e3d1b94c9eb6 589 0.16/1.00 vMB 24
595,039 595,039 000000000000000000042436fba8cd9cbe3ca37f157957a6f82345fa526fb286 3,781 0.93/1.00 vMB 12
595,038 595,038 0000000000000000001441d8c86892466e7546f4a289557a8c6ae8946c4978ca 376 0.09/1.00 vMB 11
595,037 595,037 0000000000000000000e3f1c6c49da32ea1809763705026e3dded24191f77a91 1,430 0.46/1.00 vMB 9
595,036 595,036 0000000000000000000fa9f11e127aca38ac0b2bb3002812e00c08e19b795758 2,812 0.99/1.00 vMB 12
595,035 595,035 00000000000000000011d0617e378b95de018ef1cb2fb9e2dcb455dcee5e838d 553 0.15/1.00 vMB 12
595,034 595,034 000000000000000000161b1011ba5c7832b2844b678ec1e6f32f7bd2d877d227 300 0.08/1.00 vMB 10
595,033 595,033 0000000000000000000224a15c7e8974b81e08e1525e1c401cd63dc85cad7366 395 0.11/1.00 vMB 10
595,032 595,032 00000000000000000011d85ccf5dfd01935744a34040bc7d885a68a1eb2e8a6d 245 0.07/1.00 vMB 15
595,031 595,031 00000000000000000000564da15ffffac78bd1ab156ca4d2774fc00bcfe0028c 2,596 0.96/1.00 vMB 10
595,030 595,030 0000000000000000001586d2112412344607c69623eaf3bdce9dad3e0c1ea362 3,631 0.99/1.00 vMB 13
595,029 595,029 00000000000000000004f8c9dcc59bc58642dc8035963eab7fd6907537263595 108 0.02/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.40 GB
    • Received: 16.23 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.