Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,160 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,388 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,156 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,387 (883,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,334 26,334 0000000057cd1aceb5b31ddc38f853aed5813ab7902723d4ff4c74eddcf56961 0.00 MB 1 0
26,333 26,333 00000000affe53574ab8f8058fc61df06a87fe44c43c83e643b22014da0b1cdf 0.00 MB 1 0
26,332 26,332 00000000418f9aea44f0452c54eab8932b0427f0ba3172ff47e1e17ada6476b3 0.00 MB 1 0
26,331 26,331 000000005eac0f2db3c0c3899aec83162242b3212fa8db70d9cd2933f995dd20 0.00 MB 1 0
26,330 26,330 000000000d212b1ae1b92e9447835d7efca47b456a804389f839c5e9e05d08dc 0.00 MB 1 0
26,329 26,329 000000004b75e80a486aafa151cc541775a869f4debae4545b25a3d767e63787 0.00 MB 1 0
26,328 26,328 00000000084ee0836190d533079cf43ad76ec880402b179f4cf99d65367fc3c4 0.00 MB 1 0
26,327 26,327 00000000bda85634b719c1ce7e00960abfd04cd964da8d1ce45d041eb4016f7a 0.00 MB 1 0
26,326 26,326 000000000cd386c80d408a99cc2d2f94f420ea93d550f2bb69069b845b464dc4 0.00 MB 1 0
26,325 26,325 00000000bc22e315896703554c67db90288c7954898303828dd5679ec7ad9951 0.00 MB 1 0
26,324 26,324 00000000243cd76f47da626934018ee070b980ad1040ef82354dcc0e1b3d11d2 0.00 MB 1 0
26,323 26,323 000000008239463edcf707ca4347198d3c4696295bda085986c3b25218489f80 0.00 MB 1 0
26,322 26,322 0000000076080e913c91de6b2dbdb068828c04d26fbc191ff6d77dec852c42e6 0.00 MB 1 0
26,321 26,321 000000004d3b374ecdf0af22fc8ea3a625be9417b3bb7e9d81c1307a4cf5472f 0.00 MB 1 0
26,320 26,320 00000000462f8ab69708abf0935365af8c32249dcf768f68a0802d189fba3b7a 0.00 MB 1 0
26,319 26,319 00000000e08a6b09a06332aa8ff68f1e2516e81ef44169e6e9ed15449b5293b7 0.00 MB 1 0
26,318 26,318 0000000064dd5cf1053d88252b105242b9db9587599e099ee205125236df6f6d 0.00 MB 1 0
26,317 26,317 000000006d97af44165587452524dfda01e08bb89c6fac1de4e782848aa4bd40 0.00 MB 1 0
26,316 26,316 00000000611cb9a0897f4db50453e2aaabcb8d4f0cf338c427dd669edc6da5c5 0.00 MB 1 0
26,315 26,315 0000000055f24d6c84446cf06e15fca9989fa74b0aeb5aeb62abbc99c50554f2 0.00 MB 1 0
26,314 26,314 000000002c558409c1b23949bcf36e8a3ffbced603bfaadd8cbf9860d2663d58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.26 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,069.46 GB sent, 109.43 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.