Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,770 transactions (1.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,321 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,320 (883,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
26,303 26,303 000000004475b257796f31868aea3d1e33619d8885caf407ec3b27b8e6438ce2 0.00 MB 1 0
26,302 26,302 00000000d49903c506ba39dd0eb63130a23c810e2300c5f34f95c3cf369e78af 0.00 MB 1 0
26,301 26,301 0000000077da6dc461db8a779b116c82fff0fba204dc5619217935fae2cfb1ea 0.00 MB 1 0
26,300 26,300 00000000a679cb4a2c2858c5a945b75daecb61fd17529d143f9b704f1c4b96d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.13 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,066.52 GB sent, 108.85 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.