Memory Pool Memory Pool Refreshing

2,941 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (709,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,344 198,344 00000000000000f70a608cf13ef238b4887d9014d26a5475990953db39c4e85d 0.21 MB 510 319
198,343 198,343 00000000000000d923365b244a7d4982446f92dc0c40ea28983270a768a8b161 0.07 MB 239 207
198,342 198,342 00000000000001dd72fc057afd97d87c6c34e7d675b8907595b8b441f50d407b 0.22 MB 512 40
198,341 198,341 000000000000050ad41a273fec91cbefa349b1eba7046491468fef6ab248bee6 0.17 MB 483 141
198,340 198,340 00000000000004ecad635121bdb1501455d261a5f5bc28cc6bad7196edfc56bf 0.25 MB 404 205
198,339 198,339 00000000000001c023afeeed8f00ac2104d6ba5e7caca9f97f04144921686c04 0.17 MB 477 212
198,338 198,338 000000000000026c26626c874087abd1e7586a600c13e3519aeaddd148aa51c1 0.19 MB 350 251
198,337 198,337 00000000000000a36c0397cb82b310c06c024db32e397d225039188ba34b6c60 0.42 MB 886 185
198,336 198,336 00000000000002d73b971646610cfe03f5d647a91428168e4fd532bdbeae7af3 0.00 MB 9 14
198,335 198,335 000000000000049c4c006ced6a5e24ccb5687f98e010d594e5b531b6833685d3 0.05 MB 132 56
198,334 198,334 00000000000001684fce0a4dd277cec5e0b1d1e655f208d03e91d5f988cee536 0.20 MB 494 148
198,333 198,333 000000000000028364a27c66900ddabe28dc2aa29e01574ccdeeb1b010c73257 0.13 MB 324 121
198,332 198,332 00000000000003a56f695bdccfceb5fc88f6a69087e6676465b48c37cedd8d45 0.25 MB 606 128
198,331 198,331 0000000000000440aebcb3cf07cf41a956c42d40cf372583143a4f1c6264363c 0.20 MB 512 169
198,330 198,330 000000000000053ae3b0088ae28fb5be0fff103f2ad1609c1e525d2024a58d4d 0.05 MB 132 276
198,329 198,329 00000000000003b8b64452423637cf5abc385b4f43e5eed76859ac215e72b274 0.07 MB 232 371
198,328 198,328 000000000000014b9686c3faf02e70ecbc4a7a394d9121334581a0ecf7c319ae 0.20 MB 512 324
198,327 198,327 00000000000003507835dba2643dfa520166b55b29fd8f33fbc7d51135637e37 0.25 MB 568 142
198,326 198,326 00000000000004ae01d18d360d846d127e5080e1c4391848cd29b1823d88bdd1 0.26 MB 585 1,482
198,325 198,325 0000000000000180f302344e375023b98d1bc2a08566a600fdf9a60ccfa32762 0.04 MB 91 98
198,324 198,324 00000000000002376bd10d0e9734df8894b2628dce1aacb9f86169dfd890eb0f 0.00 MB 13 30
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.