Memory Pool Memory Pool Refreshing

7,730 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (734,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,867 172,867 0000000000000462421feb005f693f96b09ebfe66523913fed372ea524e4d91c 0.01 MB 10 60
172,866 172,866 000000000000062e36d3b4cef72380ae7fc6703fac6e914bacca1d9bc6628d70 0.01 MB 11 208
172,865 172,865 0000000000000791f089f0a474f4e42b0c75b83595ad4cd8ea269cff4f102b37 0.01 MB 8 20
172,864 172,864 000000000000050e716f9bce90e824f96b0ca45cdfeb868b74a113a1859cd0f6 0.02 MB 36 538
172,863 172,863 000000000000017d21eb40cb0537bc0bf2e0e082c1bb11bf4c2e878c488f7690 0.00 MB 1 0
172,862 172,862 000000000000025349e8199eb7dd67da5876453a03119e6ca919761a90eea9d4 0.00 MB 4 54
172,861 172,861 00000000000005b78ca0b9fad67b80f14069dffe0379a32cdbae3b3f89e18d00 0.03 MB 89 52
172,860 172,860 00000000000001c99b385137cd045afe61055aafb541a6c4874c66548abd3e8b 0.04 MB 56 76
172,859 172,859 0000000000000044c33a4f4bb46cb1a6340e6f29d8feea67deb5a582648379d1 0.03 MB 69 113
172,858 172,858 00000000000001614b37b40d81c77bffc7426da0a10028e36e8dbc7b432503d1 0.01 MB 38 9
172,857 172,857 000000000000019caeea08f8ce0873f4e662c1736ef800412fe64541111bd1d9 0.05 MB 59 267
172,856 172,856 000000000000013fc2d83af27503d677f5ddd6f7bd0b178eb69eb81154f34746 0.03 MB 85 23
172,855 172,855 0000000000000b01fecb2b70665b3c87d2dce0b5de6c60989bf561dfb0be7063 0.01 MB 29 152
172,854 172,854 000000000000064affb66bbf3132e8168e2eeb9c7cd42c74bb7c47e99b57b9d0 0.01 MB 30 128
172,853 172,853 00000000000000f5848ec0f8975304b5461061d07b590d9e055c5cd1aa7b15e3 0.03 MB 72 48
172,852 172,852 000000000000098105a19df50c21abf227b895d5fbac0c28c2f7ae26ecaa0299 0.04 MB 22 75
172,851 172,851 00000000000009c0ac5c9a9145553467e1add78404221f442f0993027b2b7560 0.03 MB 80 122
172,850 172,850 0000000000000590d747e079dd1f1fb80346d4c6d23d9a2d56f125be6a9ade7e 0.02 MB 37 69
172,849 172,849 000000000000076dd778389f130b81237be78b1c615e0aedec3702368b9f4262 0.01 MB 30 37
172,848 172,848 00000000000007c0934aef4917aa2a52a99e618d1ddfb2e8f41408f5fd65c53b 0.02 MB 29 84
172,847 172,847 00000000000009f03448afd6fa75dfb081f6772798e311aa75900046e0ffb66c 0.02 MB 82 137
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 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.