Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,879 transactions (0.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,459 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,873 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,458 (853,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,265 57,265 000000000d3d9a51ff52d36f236ec0209cd6d45dedbf5996af947505acd5e0fe 0.00 MB 1 0
57,264 57,264 0000000000b2a424938b83ba16ba7ff63828ae90d677b8a4d8d9050e9c0dd48a 0.00 MB 1 0
57,263 57,263 000000000bf6b508f4a8fe80c3ef001190986ccb379ef2c9d8f7a1ba78a0c921 0.00 MB 1 0
57,262 57,262 00000000138cf0402a01d54c8aa6e680abfd88e1f4f70dac495c4f9e48e1a38d 0.00 MB 1 0
57,261 57,261 000000001163de8c53305a480fa6041c6437926c9885156f5214866a3da4f35b 0.00 MB 1 0
57,260 57,260 000000000929725333fa5047be5ff308590cf6aeb0118a1687dafe80c0e557fd 0.00 MB 1 0
57,259 57,259 00000000059f962b47efef20b5038f79cecbf406a1ab6ff9accaefdbe72b815f 0.00 MB 1 0
57,258 57,258 00000000079b9b778ec82c99a47c4b90f9fd976b0d833995abd10bd5476d5cfe 0.00 MB 2 0
57,257 57,257 0000000013b28e328387760fb953b0a4792423ed91894c232634680f8f7e9fc6 0.00 MB 5 0
57,256 57,256 000000000e63e0de25934b6f749114a1317bbb1f68aaddee1495ab9530ada745 0.00 MB 1 0
57,255 57,255 0000000014b5075ddbb9bf0b1e76d2c179fdd383bb158143894550d1b175c6f5 0.00 MB 1 0
57,254 57,254 00000000034b4a26a17f99e4c1d95b1ac86d849b656db4a15d2045c5ed7f007f 0.00 MB 1 0
57,253 57,253 000000000e1a42364c7fba57133e9bea4d7045de04ea26dfd0f4be40370278c9 0.00 MB 1 0
57,252 57,252 000000000e8ddacc0bb7a5abba194edb9d8202d798b894116ca094461aa57ce8 0.00 MB 1 0
57,251 57,251 000000000489c1e753939842db92441a034b1718c3eafdfeaaf0d88f956732f9 0.00 MB 1 0
57,250 57,250 000000001209ca4cade87d9bad82ead5f4b251d76e2914f8838bd423e16d0a54 0.00 MB 1 0
57,249 57,249 0000000000c287179c1d5d07b3b93ac39f0efbde7a79ea124b4b825604d09bc6 0.00 MB 1 0
57,248 57,248 000000000eee1e265534c3060f77b6cb44acef6a2f742dfccab1e03e69fe277d 0.00 MB 1 0
57,247 57,247 000000000ecb98548de4a06d83bcd9726e9f7de5c92fe4e5272c6a6a4e995e5e 0.00 MB 1 0
57,246 57,246 000000000727b5115f2863aaec700a5602060ad15f50df819a81a3a8058d9f3a 0.00 MB 1 0
57,245 57,245 000000000f35edf76b59526eaf67bff3a9dc6b6721c8ecfaee6cefc5ebabbbb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.24 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,239.91 GB sent, 119.72 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.