Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,510 transactions (0.49 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 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
910,102 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,510 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,101 (820,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,521 89,521 00000000000481404b01749a0d8a0e906d66ea79696225d080165e748971d6fc 0.00 MB 1 0
89,520 89,520 00000000001279b0ccc888945f4bbc4ff22b6e89a6cfa191d579e298954e86c5 0.00 MB 1 0
89,519 89,519 0000000000151c309521d327b5cc3b35a5aa75ad237799b9128cf2b9588badd9 0.00 MB 1 0
89,518 89,518 000000000000a4442dd48e328c57bde6625157576bdb825f2024b04336c2a8c1 0.00 MB 1 0
89,517 89,517 00000000000f643eb2cba0a436b14b28c10eca8a6f7855091823e4178d95ca9f 0.00 MB 1 0
89,516 89,516 000000000011b7671b0625b0e6928a5f17df86adc532a43e95fb58e10f624168 0.00 MB 1 0
89,515 89,515 000000000013e581dfd9b3350744a439a9f384774a8439d9c67e48882552aea0 0.00 MB 2 0
89,514 89,514 0000000000097b5ebb37dbe17abcc9fc8d60faec0c0ac129d3d69e4086c2d6f9 0.00 MB 1 0
89,513 89,513 0000000000052eecd788bcf39b17de6c2baa21ba3a048ac487ffae058785acee 0.00 MB 2 0
89,512 89,512 000000000000ef06ae44b90c6e0b631b428b1f1f17af8234bbbf29ce79e40d10 0.00 MB 2 0
89,511 89,511 0000000000095b849765f7ed6a27f07502ed06e270972b1c8f9fdcb6d2a5117d 0.00 MB 1 0
89,510 89,510 00000000000f50e0381fec5a374f7930f47e9b53cf8223db4365315ef16a96a6 0.00 MB 1 0
89,509 89,509 00000000000f875027147c23d379475de40adabc0ead37895e8fde5c24bb7087 0.00 MB 2 0
89,508 89,508 00000000000b576db501457abb0bc00557053bed8979415c70d80a1ab6cfe895 0.00 MB 1 0
89,507 89,507 0000000000016c3deefe6830c53eb89ee48536b35d63d2856b31e5625a7d4e99 0.00 MB 2 0
89,506 89,506 00000000000ab7fcc171af06374a780112f29e0ad6e20f9012cb493515a8a260 0.00 MB 1 0
89,505 89,505 0000000000063790b9e04a571f63051c1ddc5be5a5106ebf6b7e0f3170233683 0.00 MB 1 0
89,504 89,504 000000000001bb03f90d7ae677f5f283dece1393f2fcd31e6fd1a33d0c2fd624 0.00 MB 1 0
89,503 89,503 00000000000e396599fcccd621ac88c3f5db2e84e5549d1ed9fb21874a337d84 0.00 MB 2 0
89,502 89,502 0000000000135683bc32fc98ace3522f811b11cefad1c4e3b5af49e674d3a783 0.00 MB 1 0
89,501 89,501 000000000001486fcebc5774023e66154b7af7f520220afd57766261a0759b50 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.25 GB sent, 116.36 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.