Memory Pool Memory Pool Refreshing

5,908 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (5,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,599 902,599 0000000000000000000191efa9be6801f61649dca0df43685b4df55951dc8dad 1.54 MB 3,042 4
902,598 902,598 00000000000000000001dadc79b4d35dc228fc7dd225797cd51373c1ab77ed39 1.63 MB 2,436 3
902,597 902,597 00000000000000000001c40ea93913c2f14ff09978c4c21dccb95898511b879e 1.67 MB 3,425 3
902,596 902,596 00000000000000000001490b65c0b8f5040fea485deb41c264befd64ba3bf969 1.70 MB 3,092 1
902,595 902,595 00000000000000000002083ee5f19092825a76f74d7d78650c7fa1462e67a695 1.91 MB 3,224 1
902,594 902,594 00000000000000000001641c2d0fb9fd947b679a8feb7c7e06b231d1b82f61e4 1.77 MB 2,762 1
902,593 902,593 00000000000000000000acf5b9088fe340d1a3734031589699d6492e90a95926 1.28 MB 857 2
902,592 902,592 00000000000000000000b6c8197081843321a898c0df442eb10e4dd9617a6fed 1.44 MB 2,665 5
902,591 902,591 00000000000000000001fb79db1b8f2e1a2aae61287e226348e56f15cf6a7fea 1.43 MB 1,915 3
902,590 902,590 000000000000000000003cf6f9f1b85d0c96687a1ca212c9c927489d009671a8 1.45 MB 2,936 5
902,589 902,589 000000000000000000002d5c97bcc262e4ed568fdb835cc4924d43ccab973eb1 1.43 MB 2,898 5
902,588 902,588 00000000000000000000c59392b3237324fe2325c072dfc1ed0426f37650b227 1.25 MB 353 2
902,587 902,587 00000000000000000001f4a6e031d5df6e0480eae1a2b54f13f5a05d3168e9d5 1.14 MB 997 2
902,586 902,586 000000000000000000005da7ea9c49e9863070e8362167f49dafcfdd63679de4 1.33 MB 1,924 4
902,585 902,585 00000000000000000001b3d2cc1252a1e7b5e2e9052ff71f9fa501e702a757ee 1.51 MB 3,024 5
902,584 902,584 00000000000000000002139a04626f83f9521703f2212610d39e5d206b75895e 1.57 MB 3,198 5
902,583 902,583 00000000000000000002190d58689f0d1dca7777a821a6244d34ddd977409d56 1.20 MB 1,311 3
902,582 902,582 00000000000000000001c64dd53f03df67c7b176de2b3450b17a79d1b35d828f 1.52 MB 2,940 5
902,581 902,581 0000000000000000000208cee27d8e34b0e0be971a0576f6257fcc8bfdbff42e 1.46 MB 2,424 4
902,580 902,580 0000000000000000000082ff951c6fe296a0cd2c574b0e17ec45734853c6e4cf 1.75 MB 730 2
902,579 902,579 000000000000000000017ddd4119fe6a42865641b91a5d172b29d370898eadc2 1.66 MB 2,975 5
Previous 10 blocks ↓
Total Size: 768.98 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,616.30 GB sent, 92.71 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.