Memory Pool Memory Pool Refreshing

8,179 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,709 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (819,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,343 89,343 0000000000144b1c99b1227862c3c249e696ef092db4b61b2272ed429defdd4d 0.00 MB 1 0
89,342 89,342 0000000000073b954834bf0dd244ceaac1170d206a4748d7d25d9f49c81af0ee 0.00 MB 1 0
89,341 89,341 0000000000005cd9f26000e3631ab7e7ed69b45fbc33ae18a5a00abfe7eb1474 0.00 MB 1 0
89,340 89,340 00000000000df58b66ca05ef863388f79e55784efcc46f438c7940dde4173f81 0.00 MB 1 0
89,339 89,339 000000000012e3d5f219e8cee48c12ba2acfd2212ffcd349c7b6830d9608041f 0.00 MB 1 0
89,338 89,338 000000000008de321f043db06660e1bb992dcce91c34f14855b4b9b9adf9fe55 0.00 MB 2 0
89,337 89,337 000000000004c229b35f9da8123c5a8e81614cb51bd909d24a37745607a8e64a 0.00 MB 1 0
89,336 89,336 000000000003f3fb9cd9cf42cf3fe740432627958fc328f2aa365f96881c0779 0.00 MB 2 0
89,335 89,335 000000000003768c08166ed3f8ddd98bae8f06831261477c818dbf8a83b83036 0.00 MB 1 0
89,334 89,334 0000000000016a1967e03abb07f607861e849743bd556f9843f79412b032b784 0.00 MB 1 0
89,333 89,333 000000000007e0e0f17333b78fffd63c2c002ac8e0e328285660c5de3feee547 0.00 MB 2 0
89,332 89,332 000000000001deaae3d7353f78f8f530e669de371f53082fba49a6560e3e7672 0.00 MB 1 0
89,331 89,331 000000000013e4e265448b468aaefb3abf3c1986298fa3fb61b10d200c1af4f6 0.00 MB 2 0
89,330 89,330 00000000001039e73ef0637422ee0856c49b7f9b7c5fd37908410913833c9b92 0.00 MB 1 0
89,329 89,329 00000000001367b58022ce7c0949bcfcf95335ec5227c2b709fd9e92f16a7fff 0.00 MB 1 0
89,328 89,328 00000000000d8e6654282d378d4870097fa47e696099453dbd9d3df8cbe5dbb7 0.00 MB 2 0
89,327 89,327 000000000002d71064121c520837ee4b2dab80090db191d01b7c339845f84270 0.00 MB 1 0
89,326 89,326 000000000005d379a8c7a54e87bb54745f2bdd6eb58082cb66d51c84e1a1043c 0.00 MB 4 0
89,325 89,325 000000000013b5a25b150772e001f0dfeed3cfbca937a7df76bc8d46715d6f3f 0.00 MB 1 0
89,324 89,324 0000000000090bbb77b964551ee5a9d591f550e36039d3557f756e512588365c 0.00 MB 1 0
89,323 89,323 0000000000090b8eb72ecd2fc1e3fc07cf4d9b11abf3264e372b3e0caa85f76b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.36 GB sent, 100.82 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.