Loading Tool

Explorer IconExplorer

Memory Pool

77,566 transactions
21.50 vMB
0.08381211 BTC
Random Selection Loading Transactions
Max Size: 143.17/200 MB

Candidate Block

Mining Attempt 5ea9b6dd685a811d103075805fb456ec6d9379791098a4006f5828119036bfbd
Version 20000000
Previous Block 00000000000000000000810867c47bcbe7734223df22e2796f25920c2579eb8d
Merkle Root ef5efdbf991f257d83548f07ec2e1753d382d44fc64e9ed26b801b7e4be091d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.03228854 BTC
Feerates: 313.32 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,981 (848,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,422 67,422 0000000001a88cf84fbfc2e2b8e3bb48a269264c81b39776eff6bdadb236ce64 6 0.00/1.00 vMB 0
67,421 67,421 000000000252b696d65472f22c00886e887521c31d333cfeac0e4a7cee6f8b59 1 0.00/1.00 vMB 0
67,420 67,420 00000000055ca0d598f4a211c26a0a93613da28b95ab4c86dfb61beb05dbde3c 2 0.00/1.00 vMB 0
67,419 67,419 0000000003b188ba7175e44092859094a85b464652f6cb48384cef5d25a0daec 6 0.00/1.00 vMB 0
67,418 67,418 00000000020d6ad139858bb433d6108b92e8080f96e984e3edf67eabcb501363 4 0.00/1.00 vMB 0
67,417 67,417 0000000001ef099cd3f28556b6392581f8c97a480b7940091cc43d3fdec63f0f 1 0.00/1.00 vMB 0
67,416 67,416 000000000555f44fe7b41ce3cf7e209b60dc9142f2878581b1160a5cae75e905 1 0.00/1.00 vMB 0
67,415 67,415 0000000004ad4a50341e2b43c39d839f744495dd1729f88aefa47f57c7d93c9d 4 0.00/1.00 vMB 0
67,414 67,414 0000000000f4918ad121af2fb8b3cb6f7a290991728c308c8fadb2e24af13e62 2 0.00/1.00 vMB 0
67,413 67,413 0000000001ee0b72b6a2defe38e23dd27a19f5970b94e9cad57f6511ef4604e7 1 0.00/1.00 vMB 0
67,412 67,412 0000000005558b2000d754d3316272ee0179e073589e777a779b78065138479a 2 0.00/1.00 vMB 0
67,411 67,411 0000000000d878bc14b998ac4e485409c3fd5b673f6d96d7979493e85273d015 1 0.00/1.00 vMB 0
67,410 67,410 00000000028b2fb4dbf3995ceeb1d1a828b1ed11806c74960ead7935bcaf327a 3 0.00/1.00 vMB 0
67,409 67,409 0000000004bcef023a74dd7cf19a3a19863df088e414a44a9bdbbf160ded5ba0 1 0.00/1.00 vMB 0
67,408 67,408 0000000000cecd53ce159d41ebf4f4f078600e3bd0701d3f43be59fe432563e5 1 0.00/1.00 vMB 0
67,407 67,407 0000000003d519782d0e541e8f5b5260c2453bb62eb5c0e1b2702ee57ee8378a 3 0.00/1.00 vMB 0
67,406 67,406 0000000003fecbd5be174fc397f32b684fd2e181314804a91d3cb1d6401baed9 1 0.00/1.00 vMB 0
67,405 67,405 00000000017af275fd0b15bba0302a534d7bd4c7102a25c10cb9e613d2d86aa6 1 0.00/1.00 vMB 0
67,404 67,404 000000000032377dde64f7bb1346d219a624242f95ad1f9c08e13e24b046894b 1 0.00/1.00 vMB 0
67,403 67,403 0000000001095f41af25acedd4edf1c2aca244c3cb8f15827ac56ba8855195df 3 0.00/1.00 vMB 0
67,402 67,402 0000000003a186879b7a71f1e0c26b8deefc20fadc34d091184a795f6fde36e0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.09 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: 806.87 GB
    • Received: 23.10 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.