Memory Pool Memory Pool Refreshing

1,954 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.70 vMB 1,951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (275,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
631,884 631,884 0000000000000000000a11ee90157eb957e56c13e6eea6ebc554431a3ab7baf7 1.32 MB 2,914 89
631,883 631,883 0000000000000000001086b6a9633d62d8589ebb629d3629b2bf268cf14b05c0 1.63 MB 1,246 27
631,882 631,882 000000000000000000117cb3970916e42a892d4c11e08fcfec9740be9569617a 1.45 MB 1,337 4
631,881 631,881 00000000000000000011ce19da2b1c539ec59f56c1171b716f1758777e48bab6 1.28 MB 2,467 65
631,880 631,880 000000000000000000036a3cd9a6c032f4afb75cc6f581e184aa962bf6734575 1.22 MB 2,513 43
631,879 631,879 0000000000000000000243333fa72c6ee49240c65de40ae0ce740a466a9f17ac 1.31 MB 2,598 62
631,878 631,878 000000000000000000007b8036e5a3bce82df8841af686efbd6c6f50538572cc 1.07 MB 2,800 18
631,877 631,877 0000000000000000000a6abe19cfb4badbbdb3ba6237e9e66757e87acf2bfbd1 1.07 MB 2,590 17
631,876 631,876 00000000000000000005af94d876c0c007ea05b3551d33630d366168b4829b21 1.39 MB 2,558 38
631,875 631,875 00000000000000000004f272f8fac2c12ed0a385cd562387d78bb18d1601e24e 1.17 MB 2,170 103
631,874 631,874 0000000000000000000f8d8daa86d1ed10efb9d73428d0ee583cf1a493b9b0b6 1.07 MB 2,888 18
631,873 631,873 0000000000000000000d760dc4c852f942fca42f641971a9de2f2a9a95fcdb22 1.31 MB 2,510 36
631,872 631,872 0000000000000000000c0acd8a335f49ef34382f4ca5eb2c127f810a6777d0e8 1.28 MB 2,425 66
631,871 631,871 0000000000000000000fe06008d969dd226c7798c9ed681908ef2e5c9c025b97 1.31 MB 2,293 41
631,870 631,870 0000000000000000000e0ad34f06bb37e5a0e7c87184fea510895e0275fea781 1.34 MB 3,064 103
631,869 631,869 00000000000000000002b3bb4a2a445a0bcf2bd3140a15ccdde4785db0905a85 1.41 MB 2,249 52
631,868 631,868 0000000000000000000c53a7035f7d070dc8c9842204cfa74f92b599eaaddd1e 1.30 MB 2,732 83
631,867 631,867 000000000000000000031532f67646202090e2455b9b656355caf6885c43d60e 1.36 MB 2,882 28
631,866 631,866 0000000000000000001283fd468061eacf31a99dc066b36b6802a37833c5084a 1.25 MB 2,212 89
631,865 631,865 00000000000000000005f04e86936a74e09d945cc80a030e62fa568147733b43 1.45 MB 2,000 50
631,864 631,864 0000000000000000000f8cdeb407dcecba85b6b4eefabcb7391d54d0b4812398 1.46 MB 2,168 46
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.43 GB sent, 93.43 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.