Memory Pool Memory Pool Refreshing

2,231 transactions (0.58 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,996 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,995 (882,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
26,299 26,299 0000000086d0e606ea2d7886112899679b459d4ce050c124e04a326cd4512c08 0.00 MB 1 0
26,298 26,298 00000000c612e3c643b04ba2019e60ff407ebb52aa897d0fafbcf3cc4b6d3323 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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: 1,867.48 GB sent, 105.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.