Memory Pool Memory Pool Refreshing

4,029 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,850 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,131 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,849 (613,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,865 293,865 0000000000000000d3c5f477698efbb99ed03c3a2eae8adcde43d51caac94b68 0.21 MB 417 31
293,864 293,864 00000000000000005639c8e587518c3a973dd123b47ef54d999d21d5e89d2f7c 0.26 MB 559 53
293,863 293,863 0000000000000000b006614f418b4753ef0435e17ee7e97d50e742a3a9bdb09e 0.15 MB 304 42
293,862 293,862 0000000000000000aaa2a978c0bcd5b35d62207f8c180933a90d5de95b4dd9a2 0.12 MB 269 37
293,861 293,861 00000000000000007a031b94e1bc563b9fa007b766a942d0ebe8e416c41a961c 0.02 MB 55 32
293,860 293,860 000000000000000016c470c6662a1adcb3a00b645e6bbe0bbebf8e89dd3b17af 0.05 MB 92 33
293,859 293,859 00000000000000001b54ec4a3b3cd121775165c58225b6390dee764ea5b547f8 0.00 MB 11 26
293,858 293,858 000000000000000013443377a1d2ba850afaf924a7b20d486f5518643a3a2927 0.05 MB 99 37
293,857 293,857 00000000000000000c96b050794b0f23f813dc90834510f4b57d847655a5ba1d 0.04 MB 81 35
293,856 293,856 00000000000000007310f3b4a6a02fcb0e643d35e7f150e6c3fb4bb4dc2a6fd8 0.07 MB 119 26
293,855 293,855 00000000000000006b28733eaf1cab398f5217f5f12f0dda9f2666a5b9a18cb3 0.04 MB 104 53
293,854 293,854 0000000000000000a18d7867944eb6dbbe7da816341b062d28dd05d7c4905970 0.14 MB 358 40
293,853 293,853 00000000000000006475468f3d8c4e2fbd24c7e885833bfa2a4d4b09c25fb8fe 0.13 MB 320 44
293,852 293,852 0000000000000000688034c14b2a1b628008cb788ac0fda6de3e11fd78df8847 0.01 MB 20 42
293,851 293,851 000000000000000059fad492877b82cb7e5a316c3b5ea5d317f51cebfc3ed3c6 0.02 MB 51 48
293,850 293,850 00000000000000004beeac96a87c77da355f6ef91fecde976a467f5827a619e7 0.20 MB 445 28
293,849 293,849 00000000000000005dc7376560de935831ecab982c6a6d821b6b3baa75b95d85 0.28 MB 588 36
293,848 293,848 0000000000000000a452d7cfbc3a7e62ec9f31bf2dcc50ed80c23e8422d9f656 0.08 MB 191 40
293,847 293,847 000000000000000020cfe89a3ade08abed2ad62f51a647fb79c766906b0eb4b2 0.14 MB 238 29
293,846 293,846 0000000000000000d0dbf8f6e455a7a8cec327b4584b64d42d29e672861223be 0.03 MB 64 10
293,845 293,845 0000000000000000c07aa70cebfd0b03396670e4177b2eac522d0802fa731867 0.41 MB 728 31
Previous 10 blocks ↓
Total Size: 769.26 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.24 GB sent, 94.21 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.