Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,785 transactions (0.56 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
909,610 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,778 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,609 (885,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,329 24,329 00000000c7e01745f9f3f46ac82b97518b4769f81dfe3439024e00b55ae79c8b 0.00 MB 1 0
24,328 24,328 00000000d76cb7f5501bdc4cfc671be2ffc7e283e6e680a4b14aa571fca5769d 0.00 MB 1 0
24,327 24,327 00000000dc09b77c51f0c4347e9aa68e80977949907faaef399806d7f3b97bd0 0.00 MB 1 0
24,326 24,326 000000008dd27acc55780d88c39f2629867885ef09eb16bf0b2ef5ace5ab1206 0.00 MB 1 0
24,325 24,325 00000000445db40047440d6e6210640f46f180f351c66c49cdb1c2ff0e334ec4 0.00 MB 1 0
24,324 24,324 00000000073b2b4e3d41bfc54f351062f808b596befca92ddd88c715badb7d40 0.00 MB 1 0
24,323 24,323 0000000064ed8e749337ed581bcd4eed9cf08622e7865ad03a1b545ffaa7d6d8 0.00 MB 1 0
24,322 24,322 000000009c9f6e71285614916565113a50013c57180d721642a132bc368edfbc 0.00 MB 1 0
24,321 24,321 0000000047fae1c2f915ffe06379e9c561cc28d166baba495b3c7f0f4d8c850e 0.00 MB 1 0
24,320 24,320 0000000051f91b77976d3f0fc89368ea05280fab01f3121b5fd3fdd5960c3c27 0.00 MB 1 0
24,319 24,319 00000000060355b49530b142797dd188d01483d0a1a65fc093ac5585999fa2ee 0.00 MB 1 0
24,318 24,318 0000000076f8e74339ee7b5c62dec05d72d47ebbebf3d9820096ba91f3cadd16 0.00 MB 1 0
24,317 24,317 00000000834495701668221596800b444f3ecb259a816637f631da720f250353 0.00 MB 1 0
24,316 24,316 00000000cf5142a2e89a5177ea40f70ef74e4cff3e567c38c527eb8313c69bf6 0.00 MB 1 0
24,315 24,315 000000002b4402619a1c881946e3a9b5f9eca8f1fc62098fd04d8daa0d235b66 0.00 MB 1 0
24,314 24,314 000000003bc8c73b128fc0ba09db8cff313259e22c8c26b0ee5edd268fe3b208 0.00 MB 1 0
24,313 24,313 0000000095af7181112a7939917456f67cc3e6c087128a948e7f6849d2265794 0.00 MB 1 0
24,312 24,312 000000007d2c745931fcc3ce02805ce8efb823fbeba427b3b441ef42213fb362 0.00 MB 1 0
24,311 24,311 00000000b98351d738fde0bf12ed56e3eeaeff8878644d4b37709139bf19464f 0.00 MB 1 0
24,310 24,310 00000000464a4192f5ed5a0b61ab4de99dd091b232922e57a982b3f292f22f2f 0.00 MB 1 0
24,309 24,309 000000009be8935abdbf1400bc2efc3a2809389d0723004d56068ed606dd5464 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.69 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,101.20 GB sent, 111.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.