Loading Tool

Explorer IconExplorer

Memory Pool

86,155 transactions
32.09 vMB
0.21758635 BTC
Random Selection Loading Transactions
Max Size: 191.85/200 MB

Candidate Block

Mining Attempt 2da9cf3d4a85fc9de4e1a29eee29066f83fa242d2c043306ba7104a3a553231e
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 33af991edf3c7609bc21ac49f4c7f5b755d1200ecad8470ca758fef6532c69a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.09766570 BTC
Feerates: 529.10 > 9.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (491,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,550 423,550 00000000000000000346e617ec3ddbddbd366d5e77838346e84123a9f5b71e46 654 0.33/1.00 vMB 57
423,549 423,549 000000000000000000cb3e8692c8c529cc5352d32017fc3f7a946711846a7c2e 480 0.98/1.00 vMB 17
423,548 423,548 00000000000000000077dc019e1faf124263f3e02cbd42c44e8bc7df8fa15d83 918 0.40/1.00 vMB 60
423,547 423,547 0000000000000000054475923371ffcfd229e5bcdd564ffba7071779d7e054de 1,181 0.99/1.00 vMB 31
423,546 423,546 000000000000000000f8cd37ccd5a2978d4310d2d7d48e1ba3f2b4f993cd3eee 1,540 1.00/1.00 vMB 43
423,545 423,545 000000000000000003e3ca85da608dddfa9f3e729a35e3ffffdccb19ccb7be89 2,400 1.00/1.00 vMB 68
423,544 423,544 000000000000000004a95d566fe14d0698f1e866dc13597b53bbf828b338c234 888 0.52/1.00 vMB 54
423,543 423,543 000000000000000001dbeb48b0121d4d9892844fc02e9dacb2b0c0487af601c8 1,053 1.00/1.00 vMB 28
423,542 423,542 0000000000000000056338bdf3954b9c2aa5ededa740cca243c04a1678c672e9 1,124 0.54/1.00 vMB 58
423,541 423,541 000000000000000002c75123539e30cbb1af98723be4fa2dccb675e7fba61e1f 281 0.78/1.00 vMB 13
423,540 423,540 0000000000000000040bd6d3385752e55155e900d8a7432176f971ac9031fe59 1,211 0.87/1.00 vMB 37
423,539 423,539 0000000000000000039c73f52078b768e2e0363de49982b004cf5fc5be288c63 1,664 1.00/1.00 vMB 57
423,538 423,538 000000000000000001b1148dc6f0e5409ae2765e4f4578b90774b77083736b38 1,919 1.00/1.00 vMB 65
423,537 423,537 000000000000000000ca7182c9a7477a16fa5ee1dd99fd9b54a065e3de442473 1,831 1.00/1.00 vMB 49
423,536 423,536 00000000000000000274564d8d4ac0fec14596939eec6a5c465ce455cfd47620 2,387 1.00/1.00 vMB 51
423,535 423,535 000000000000000004cb5014a2929c483b3fffae2b0607abd6bc52fd76cda50b 2,599 1.00/1.00 vMB 98
423,534 423,534 0000000000000000014b8c03fcb251d9fc6f123d58375545803535ae18475047 2,370 1.00/1.00 vMB 72
423,533 423,533 0000000000000000033dfc4ae6a921fb0b91957bbd9a8012c0085fb2ba05b0b9 2,244 1.00/1.00 vMB 50
423,532 423,532 000000000000000004153f00ebaa9533a75f963f82127b038b389e47a1a2862d 2,825 1.00/1.00 vMB 98
423,531 423,531 0000000000000000006b22877d3a9b2d43051beae7e425177555d03b7b9c39a9 793 0.99/1.00 vMB 27
423,530 423,530 000000000000000003e11e63f98187ccddcec20b586d7ff49162a4ccf420808b 627 0.22/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.