Loading Tool

Explorer IconExplorer

Memory Pool

80,011 transactions
25.37 vMB
0.06138078 BTC
Random Selection Loading Transactions
Max Size: 160.36/200 MB

Candidate Block

Mining Attempt 9229fde61caa692b139d033aecb65a0d5685a86b809385717be55ca4642007b4
Version 20000000
Previous Block 00000000000000000000af19f33cfaba69ef915da021fa9989d963a8bc8a4cad
Merkle Root 5bba2433391fa319f91c7cdf942368156f18d7d483c774f6f02299629855a8bb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,769
Size: 1.00 vMB
Total Fees: 0.00574222 BTC
Feerates: 165.00 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,956 (852,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,411 63,411 000000000b7a33e77c17a83f264a5de69be83f19b3059b4b64878e9e2b42224e 1 0.00/1.00 vMB 0
63,410 63,410 0000000003d3cef5717aa4fad3eac5e249c83b5572fc158edbf0643f0960a54e 1 0.00/1.00 vMB 0
63,409 63,409 00000000038bb5cadea4c3f944d34d71b16dc077701e53b26fceaa8b8ff5464b 1 0.00/1.00 vMB 0
63,408 63,408 00000000056eb6ac72f61ccaadea151914aff2abe1fc215999f586cf4d1f2544 1 0.00/1.00 vMB 0
63,407 63,407 000000000c647bec53b8a5719fda96435ff1349de71a6ad3d3b4859733ef8672 1 0.00/1.00 vMB 0
63,406 63,406 0000000001af591f8969c12a1bc98524a8fd08c4cb30c10a22f886030d3ff817 1 0.00/1.00 vMB 0
63,405 63,405 00000000028eabb62f29ccf528b4c7d0b67ed272efea697d94a2db88a519a6d3 1 0.00/1.00 vMB 0
63,404 63,404 000000000ba86177ec53035ea85a5bedc64105cbb2437e7df618d08066a88405 2 0.00/1.00 vMB 0
63,403 63,403 000000000183302e36a1dab1f792f0abfe8a3f93105f18ae170f1fce71759ebe 1 0.00/1.00 vMB 0
63,402 63,402 00000000032c21645a50c18f08a5f51a0b1ef09b1b5131de209b3ceb33b1ed54 1 0.00/1.00 vMB 0
63,401 63,401 00000000090f10e38908f30a99b0fca845e6cfbaa6026c56febf0478e4bd15a3 1 0.00/1.00 vMB 0
63,400 63,400 00000000045451515841f4008e4ca6e61bc4199a98baf16349d5041afd90a7a1 1 0.00/1.00 vMB 0
63,399 63,399 0000000003fa93e086ac5b021e648ef03528757b7ae0dd9e2675dadf2beaed65 1 0.00/1.00 vMB 0
63,398 63,398 00000000075cc7ec703a030a47d5c28fb4fcd670c2a12d08cfb951eb4d94f99f 2 0.00/1.00 vMB 0
63,397 63,397 000000000d05bc803046af3942e81ef4dcd05bf8babc10b8c5aa45b51a7d47e1 1 0.00/1.00 vMB 0
63,396 63,396 00000000039ba290e3f2c57de447f6e06ba4e9ab08335e62bc0b0e6d78692c72 1 0.00/1.00 vMB 0
63,395 63,395 00000000021f22af1dcbe3a4e18a6e3191f29ec1e0723734c776ef443e985338 1 0.00/1.00 vMB 0
63,394 63,394 000000000863f84bce5e025f711597741134d19993ef6bfd0f82cea5bb8e708c 2 0.04/1.00 vMB 0
63,393 63,393 0000000002cae36f61805ddc964fa4f660c3da720b77bcb6c642f1300c0bd384 1 0.00/1.00 vMB 0
63,392 63,392 000000000b15573853ccf89c41d77eb210103f2829ab416604ba30e8b3ce730e 1 0.00/1.00 vMB 0
63,391 63,391 0000000003ccece66a2765d54a6ba44dc97047c911602d0b9516f05eb0381178 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.04 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: 801.37 GB
    • Received: 22.86 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.