Loading Tool

Explorer IconExplorer

Memory Pool

75,668 transactions
28.31 vMB
0.06401536 BTC
Random Selection Loading Transactions
Max Size: 171.48/200 MB

Candidate Block

Mining Attempt 71a994949a1476e288605f4d2bab483ce0b77644c0e3643db71acdc2bd07f83f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 5a3725ecfb70cbc28bc1c8a98db2a7de987b4f8c6fc2d49a8495b7faec46d892
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,277
Size: 1.00 vMB
Total Fees: 0.00542803 BTC
Feerates: 101.00 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (279,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,498 635,498 000000000000000000110cf08c2b48907b08061555b9fe0fefce8ea44b3b4d40 2,469 1.00/1.00 vMB 62
635,497 635,497 0000000000000000000ee070296e323022c785e06617cd43507a15906830585d 2,109 1.00/1.00 vMB 11
635,496 635,496 0000000000000000000b3834998b70076fe6c70264159701764cb0a894ba956d 2,498 1.00/1.00 vMB 24
635,495 635,495 0000000000000000000aa998719a8ddfa155eb0052618177604682aaea231b08 1,982 1.00/1.00 vMB 45
635,494 635,494 0000000000000000000f2ba3e9ff3780ae26effc0ccb75856db552e6c104e94e 3,237 1.00/1.00 vMB 6
635,493 635,493 0000000000000000000b58ec9a6e12872250abf76b5ba6618900c777d155e2e4 2,312 1.00/1.00 vMB 36
635,492 635,492 0000000000000000000e07285d3485af2f47c408f37e47f096d644c71f0cdd5d 2,677 1.00/1.00 vMB 47
635,491 635,491 0000000000000000000a204f8623114a23e50f938183334f4f71b0ae9ddb830b 937 1.00/1.00 vMB 6
635,490 635,490 0000000000000000000e6a4a432e1c1e6aca62b5e0f495d243a1c663d0deefc3 1,122 1.00/1.00 vMB 2
635,489 635,489 0000000000000000000954f17b7ee8652453ddb5543351b6040872f0e4a39949 2,533 1.00/1.00 vMB 33
635,488 635,488 00000000000000000003ce620854d03478dc4d49db2580761b3351f70f0d6f88 1,524 1.00/1.00 vMB 14
635,487 635,487 0000000000000000000e7c220ff0dd7de534b5c2cd53ad809d7adb57c403fb5a 406 1.00/1.00 vMB 1
635,486 635,486 00000000000000000011886ef1ecaec9a9aa05b5cbbacfd88664bb517dafcc10 2,775 1.00/1.00 vMB 9
635,485 635,485 00000000000000000007907dd23bc3093da6d813d6930b693bea97538bf2780f 2,832 1.00/1.00 vMB 24
635,484 635,484 00000000000000000006bd40e4a670bfc5bca7f23cf8ea31ab55e089b4113a91 2,442 1.00/1.00 vMB 48
635,483 635,483 0000000000000000000b7ee1d84927973761d322546c5114b293e0fc53091ee9 3,050 1.00/1.00 vMB 52
635,482 635,482 000000000000000000111361613eceada3ca490ea1d8670dbed6b03b3de2532b 2,659 1.00/1.00 vMB 17
635,481 635,481 0000000000000000000e22d3e0ba317e51083f24dae79d6ef10efcd88117ceb3 3,041 1.00/1.00 vMB 44
635,480 635,480 00000000000000000006ac97a35c2e70f52e6655368ac8d1d32641860d09492c 1,654 1.00/1.00 vMB 4
635,479 635,479 00000000000000000005b4c99105b0147f8793ee8505b75eb5de572df47afc1b 2,867 1.00/1.00 vMB 25
635,478 635,478 000000000000000000055ccf6f01e3b043f93bf4f091820f1ae93d1557400e4e 3,006 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.