Memory Pool Memory Pool Refreshing

17,070 transactions
5.69 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,927 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (179,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,301 728,301 000000000000000000010c9ba30887552b4fd05d8192967ebf442fd26af4ef23 1.34 MB 2,195 7
728,300 728,300 000000000000000000058e0b6d07b22fa46bd3bc194eb27272548ae0b19b9f4c 1.41 MB 2,007 4
728,299 728,299 000000000000000000030297b024648e9944f3744156f98c210810b360229d47 1.55 MB 1,323 7
728,298 728,298 00000000000000000003398547e6ea298691e02de541cd801a3a9660f6756970 0.57 MB 983 6
728,297 728,297 000000000000000000059eca13ad604ffb217dc8d38cf752b8552d8fd93346c3 0.02 MB 32 7
728,296 728,296 00000000000000000009af4e28b02f164e1747c9717051d722f3c18ca23e8945 0.48 MB 650 23
728,295 728,295 00000000000000000000f72fe45899f68d929c0752cf0827a8265950c79398d9 0.26 MB 471 7
728,294 728,294 00000000000000000002b82047d29b0383c8586ffd84a41c2d1e48b911a1bab4 0.62 MB 1,060 7
728,293 728,293 000000000000000000025bc606149c20477c8c84852c628f9b299c45c9264f96 0.11 MB 311 6
728,292 728,292 0000000000000000000561de6ffa1624cabb82d101c8cea16ffb0079496b8fe8 0.89 MB 526 2
728,291 728,291 0000000000000000000a2034b94a50357a96571db9b17c9215f6e8a78e68ec50 1.68 MB 1,522 4
728,290 728,290 00000000000000000002f2b77d2add1567c58e318d547f8bd8c4e642bff1aa51 1.43 MB 1,415 6
728,289 728,289 00000000000000000005c0598b166633b0fcf9e436c93200ede2655d882b3030 1.50 MB 2,882 10
728,288 728,288 000000000000000000099cec2ed601a886a4c0520fdfd269b40ef7038b2c7291 1.44 MB 2,756 8
728,287 728,287 00000000000000000001867c993ef0a32ce26203e6fd4c467481bcdff2f3d4dc 0.04 MB 91 7
728,286 728,286 0000000000000000000630dcdad6650c8e6568b420ddc42ddc6847cb30c94ce4 0.47 MB 947 6
728,285 728,285 000000000000000000077d506415fcbf77ffc2d6546c0cbf4005dbfa086e71ce 0.15 MB 367 7
728,284 728,284 0000000000000000000993b0101d094cb0e36d06220db377ffaac91be6dcb122 0.32 MB 568 7
728,283 728,283 00000000000000000002f215a88f3654c377314842ddfab9c961cbffb4722eb3 0.26 MB 359 8
728,282 728,282 000000000000000000067ea9c42da7441f38735bdb2486a67dcbfe26263053cc 0.21 MB 374 6
728,281 728,281 00000000000000000004de7fd9956499082d6c516092a9aaf8753f705701b04c 0.19 MB 404 8
Previous 10 blocks ↓
Total Size: 769.02 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,624.68 GB sent, 93.00 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.