Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,322 transactions (2.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,357 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,614 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,356 (883,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
26,313 26,313 000000005ea6a0d8197ea3cbb84a59dfa112f5cf6e0ed8e554152e30cb6e9a5a 0.00 MB 1 0
26,312 26,312 0000000098ddf30379e53011943e579c02d1dea53d643bd33124ffcbec3b27ab 0.00 MB 1 0
26,311 26,311 00000000ab17f05a4e155c14fd85a240e646150cf31b99bc770fc4317481dc0b 0.00 MB 1 0
26,310 26,310 00000000da0436559c7b8b6c827235c4db1b626fad6da3a4877df94751971b38 0.00 MB 1 0
26,309 26,309 00000000127e24ddd4104da78d43b005f17f99347e10380b9b6e8f43216089b7 0.00 MB 1 0
26,308 26,308 000000004e53ad24faf578889e13761f130fac50d644e34655bdc1cc4eab8881 0.00 MB 1 0
26,307 26,307 0000000030c7afa9d9cc61a325f7c517fb47efce01d73700c9316f11c204f43a 0.00 MB 1 0
26,306 26,306 00000000b5a426958ba4efbf916333e584a833e9c0fc0bb37d3912d8b575d39c 0.00 MB 1 0
26,305 26,305 00000000b5f8c65a7909f9516986b2ae2d9e48fcd13ada52fb33b2324b18385b 0.00 MB 1 0
26,304 26,304 000000005b2343f50272b83f5c504db8a224fabff004ace6bca0bde62fb2a9fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.20 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,068.33 GB sent, 109.16 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.