Loading Tool

Explorer IconExplorer

Memory Pool

38,584 transactions
26.96 vMB
0.06844818 BTC
Random Selection Loading Transactions
Max Size: 138.45/200 MB

Candidate Block

Mining Attempt 4f87c0fc1f253e11c3a1ae92f98d1a8a9ef5ce8948967e9756986370a8e88a23
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root b573133e3df9618ac76133c53086cf196192c815a0942d479900c3fb9e8d13ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.01767571 BTC
Feerates: 100.53 > 1.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (821,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,487 92,487 000000000003637a46aa33a030dc26d48735ff6c093a92a5691a40246fc9368b 1 0.00/1.00 vMB 0
92,486 92,486 000000000007bc31c4ea7552b6f00ed388ae0f535fb7b30db0a4d7d843f01938 1 0.00/1.00 vMB 0
92,485 92,485 00000000000c91651ff547a9f20bd1537c54f82ad6b37af5112facbf822b5716 5 0.00/1.00 vMB 0
92,484 92,484 0000000000035c2590380db9faf300e90cf6352bced68e5ded087d1c5dd6c21f 2 0.00/1.00 vMB 0
92,483 92,483 00000000000d12f02a93f8ed9ce4bb9c7ab99eca17fb8e48c3a201f0903958f7 4 0.00/1.00 vMB 0
92,482 92,482 00000000000b3d7af43bb102010fa0e4a2dfaa9545916c51e1f933a5ca4b11e3 1 0.00/1.00 vMB 0
92,481 92,481 0000000000085d8569b877e07cad9119c067f678fbac9218a25a005a7bb5a3de 4 0.00/1.00 vMB 0
92,480 92,480 0000000000032f03fab6f13c170bb89e63553671bb09bbdee4f5f8cc9eda2a59 5 0.00/1.00 vMB 0
92,479 92,479 00000000000cf612e47f190f81f043432307a8b6baf5758d2b140777a773f83b 1 0.00/1.00 vMB 0
92,478 92,478 00000000000545e147967ef4dded1d9714bc4ab83321e6333ed7f7c2415ba098 2 0.00/1.00 vMB 0
92,477 92,477 0000000000008db432861fa10166d717bc27ce8ead41a04907607457efe63bcc 1 0.00/1.00 vMB 0
92,476 92,476 00000000000dc51269c56308b677b7f487514897edbce99cd0bd23d06f9d0238 1 0.00/1.00 vMB 0
92,475 92,475 00000000000ad46ed4ea8a59f1f5aa4c805aece0e45a239ae913090dfd92da2b 1 0.00/1.00 vMB 0
92,474 92,474 00000000000174f5b6a35a80c8c87af171ae20c5ddb671c1fe0cb885cceb7077 1 0.00/1.00 vMB 0
92,473 92,473 00000000000c8a8055190b3d2306f06cb14439602d0d301d5a420f3bc972ebf6 3 0.00/1.00 vMB 0
92,472 92,472 0000000000089fb5764fe25573a59cb5e94c6e07be960bb0a63606bf92c86072 2 0.00/1.00 vMB 0
92,471 92,471 000000000001a365e0e5215c6100ebe7d3ed8eaeb1c57e478455f10227abb145 2 0.00/1.00 vMB 0
92,470 92,470 000000000009ff8943a9768d0a7044d1d633dfcdc7f7466117ce44765a185d09 3 0.00/1.00 vMB 0
92,469 92,469 000000000004b63fb1c92f21b361b6b8bbc40bb5f57e2197b25325ff23bf8517 2 0.00/1.00 vMB 0
92,468 92,468 00000000000529edb6a63e2a2a47b7d98b4a2d9eb516db9fcaea880111343995 1 0.00/1.00 vMB 0
92,467 92,467 0000000000011b623c5694fd6c752e7e0149745fd8a2e53f45df0e197aad4147 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.26 GB
    • Received: 9.05 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.