Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,449 transactions (0.51 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (892,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,358 18,358 00000000ccc1732ab6c53d803882ea1cabb86c2a4a83d44841a437f99fc79d8e 0.00 MB 1 0
18,357 18,357 000000002bd9a253d4c6580d148ef840bf86a5ded64fce3a6dd915154f477dc7 0.00 MB 1 0
18,356 18,356 00000000bbc4cb80689f839e25b59f3f305e272f0d49f491bd0577d8a024f655 0.00 MB 1 0
18,355 18,355 000000004aafa1fd555bf8b7437a7e0229c7c4f6d892ebd4b77a2fc7c959844f 0.00 MB 1 0
18,354 18,354 0000000092e161ea5047d092b5c3f93cf1fa1513b7a031d378838d246aa7105f 0.00 MB 1 0
18,353 18,353 0000000070c8fc3ead2bf06df2d23e6c378186d1168360cad005b71b0a5ea36a 0.00 MB 2 0
18,352 18,352 0000000018dc7de6d962569c801b76338a968ae7ae8dc1d61d9378e942b43a96 0.00 MB 1 0
18,351 18,351 000000003d2047b3efb753c3a830d70d12aa483a738ed0fc31d2278449a62103 0.00 MB 1 0
18,350 18,350 00000000bcd6baeae8f0f321dc8d0d9127a059c7fe30019f35e4c299d0b8b988 0.00 MB 1 0
18,349 18,349 00000000bee7b3288c510f98e3bafaf04544b39d8970eef190bc5d27647390d2 0.00 MB 1 0
18,348 18,348 000000001cc5aa173ec6a960f944b4be16d9de42907b0e57e3a63fb2a3148e5e 0.00 MB 1 0
18,347 18,347 00000000c58d5868330b35f21d9d1a8a0e5b7e615ea70e6cddf5726a02d25bf5 0.00 MB 1 0
18,346 18,346 00000000bdb0454f151b72cee6d93fcddc4dfd3d23eeff614c9fa8af8f7bcdbb 0.00 MB 1 0
18,345 18,345 000000006f3caaba5827ea300772dfeb87c7ddd848ceae810219ee9d7b38c7fe 0.00 MB 1 0
18,344 18,344 0000000036ac3deb79d738c7ba736255ca96f2fdeff32d41133fc3105a11a9a6 0.00 MB 1 0
18,343 18,343 00000000cd01b59744fde4da6077e2d128a198d508c97d3e54965b0d0edc9ad4 0.00 MB 1 0
18,342 18,342 000000002d961338135ac97779b478646e3aea0a78706f236da6bcb93fa8494a 0.00 MB 1 0
18,341 18,341 000000004bfe32783e36732817e148c553e30b544d4a9617a53d337684c5f7ff 0.00 MB 1 0
18,340 18,340 00000000c618eae512fb2ba3837d0829883b1705289b5619bd0c13919a774076 0.00 MB 1 0
18,339 18,339 000000005876e72ef787349e60a46155651d71354df6ef10bfb5b836c7426ed7 0.00 MB 1 0
18,338 18,338 000000005adbefeeffe9df65903284339425ddebccbefaa343116ef70c80048b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,242.68 GB sent, 119.88 GB received

Notes

  • This page updates every 5 seconds.
  • 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.