Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,490 transactions (2.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,863 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,620 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,862 (821,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,336 88,336 0000000000096fcbb948cc4c6c59968210da76d2b64dcabbeed5d37a57624394 0.00 MB 2 0
88,335 88,335 000000000003f2257b8d4403d78e6f46af5df166e3eca5ac156edc6ba58499a9 0.00 MB 1 0
88,334 88,334 0000000000166475f9139b9ff3fb0932dd4137e8e9c78d43003249d12b3f0965 0.00 MB 1 0
88,333 88,333 0000000000055a268dfa6b13726531d3a409b06f5f044f330fb493d499834485 0.00 MB 1 0
88,332 88,332 000000000013f4b445bf62337929bcb7b854ac8ad63ca1389c14cb1d9ee918b8 0.00 MB 2 0
88,331 88,331 00000000001bf9607dbb1097f3b1339be80945995a7809c4354827274c6143a5 0.00 MB 3 0
88,330 88,330 0000000000065d4319ca13d93907939cfaf1fb1d14742c8cc6323ac04a3084e2 0.00 MB 3 0
88,329 88,329 000000000013fc920edbcc6a557cf2742b9e0169178f535f7399406d0b62ef92 0.00 MB 1 0
88,328 88,328 000000000004e6c5e90eb46a31df9fad3b8f273f915402dc433c84fff2fcc5dc 0.00 MB 2 0
88,327 88,327 000000000005532ef42e9d136d7b0a27ba6a54f45bd894e71e9e7a7774b9ba33 0.00 MB 1 0
88,326 88,326 00000000000fb639c6192807fcfa3b26de878c8ad96e0da42b95768fa21f188c 0.00 MB 2 0
88,325 88,325 0000000000093d5eb6f62e827e610058d6c9ddf596fb2243dda2e66bb42f2f5b 0.00 MB 1 0
88,324 88,324 00000000001a4578c9d5461b4d0a39adacb1d942a0005ccc365a6e9e1803b5b1 0.00 MB 2 0
88,323 88,323 00000000001e252e28db07f25a8f236cbbc024f60f047949c482f03c53185d29 0.00 MB 1 0
88,322 88,322 00000000000b51fbc2c083da1e82196eb12513f22e111e1d81f056ec983da2cf 0.00 MB 1 0
88,321 88,321 00000000001bebb00714b0575b2f09389386bcbb5105934e41fc5f7b40db2c24 0.00 MB 1 0
88,320 88,320 0000000000149bf5c6bef01f135aca2ac0bdcf758cdf2b6287845ab9588a319f 0.00 MB 3 0
88,319 88,319 000000000018805b1ebe99a2d64af2df5a774bf199d31cfecb87d82ee11ad053 0.00 MB 4 0
88,318 88,318 00000000001a947885a6fc5730ee0a1628d6245ffed86ebb26842eb32cc4883c 0.00 MB 1 0
88,317 88,317 00000000000aadea0aa97cbd4b3ec57e20edcaf785c13afc2faa6b0b49a4b062 0.00 MB 1 0
88,316 88,316 00000000000af43ad0312a6180df3f47175db36fd561b215377b2d76fd149762 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,167.63 GB sent, 114.04 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.