Memory Pool Memory Pool Refreshing

1,621 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (518,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
389,337 389,337 00000000000000000b83289b8bfbdb5193a69fefba3f1613475ec61ae1458dba 0.79 MB 1,581 29
389,336 389,336 000000000000000006a4bd713987647b7685048260c182a66ef15052028779ae 0.94 MB 2,306 37
389,335 389,335 00000000000000000a475b3d3d49b2032a4e012159309aee521866e32d7a2b75 0.79 MB 1,459 31
389,334 389,334 0000000000000000097986ff0837d904b8735ea45581f7f7d5dd527e3b5f20c2 0.66 MB 1,745 39
389,333 389,333 0000000000000000050542790b4f78f68718b377d5f94e216609f34264608a91 0.41 MB 458 17
389,332 389,332 000000000000000008b9afedf292a1555d325973dd89d2aaaa003c2714d6ac44 0.42 MB 829 31
389,331 389,331 0000000000000000040140b63d1db2bfa05e4d0c47c88f4b46f1ac46f5b5b5d2 0.95 MB 1,777 30
389,330 389,330 00000000000000000431e74723239550e2ab91916d861dad695c895929c89d58 0.91 MB 1,867 35
389,329 389,329 000000000000000003f76a642f944ace531120318046fc081f93e2de5fde5dbc 0.12 MB 134 16
389,328 389,328 00000000000000000013ef14fff1a49d235463a65ca93cf06c481d213f63b6b2 0.36 MB 838 29
389,327 389,327 00000000000000000a6a9596c06807e2263cdf34dbcb9a68576f6dd7984e05c4 0.88 MB 1,996 36
389,326 389,326 0000000000000000045cd60eb3e2f5334c037489631200afec0145cdffa401bb 0.87 MB 1,692 29
389,325 389,325 0000000000000000053528f3ccc593fddf18ee745863f929121bb4ee9f34c386 0.63 MB 774 18
389,324 389,324 00000000000000000ad59ceaad6779a30a4e60f4bd9cbe311370bfc3cfebfe30 0.14 MB 349 33
389,323 389,323 0000000000000000039dcfec7ee93d3821e6e76ca97c8d263249463a049f51fb 0.97 MB 2,573 39
389,322 389,322 00000000000000000798870a519498391c258d3df990c3bc4ccd10fab44c0cab 0.31 MB 848 38
389,321 389,321 000000000000000001e73ee1c97ec915e5212f2894ef706b9779d002bab0e0c5 0.53 MB 1,316 37
389,320 389,320 0000000000000000041ad06a3abde9f9abfd563d8251f62d75cf9ad31f1f99ca 0.75 MB 1,751 33
389,319 389,319 000000000000000005cfc653936d905e660b033e8dd97ca5bcce56001d133ef2 0.41 MB 750 32
389,318 389,318 000000000000000002342729e6352114fc19eaaa9696081056cf5b22656c4ce8 0.39 MB 940 36
389,317 389,317 00000000000000000621fc669b27502474453a7172e63cf7c99b6c7c79b7cf85 0.50 MB 822 27
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.