Memory Pool Memory Pool Refreshing

8,623 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,676 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,351 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,675 (420,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,698 486,698 000000000000000000ba68cee791bfd516a4cb44cee245e607c1f43cb5259277 0.66 MB 1,206 75
486,697 486,697 000000000000000000533029bfa46ff56c4e3309f346218ed5c58d1fe48ed38b 0.87 MB 2,004 92
486,696 486,696 0000000000000000002b8aea6df40767e1f429ce3b822034c32bc15f88400a2d 1.02 MB 2,445 61
486,695 486,695 0000000000000000002fb12daf2edb7628b03c556f170bbcff278f1e495bd085 0.50 MB 1,008 114
486,694 486,694 0000000000000000006509fa31df6f024b616949ffb6ed9616fe24c8302c1185 0.67 MB 1,516 111
486,693 486,693 0000000000000000008d150146fd835282ef9ea085bb980ae17d43e070af33af 0.66 MB 1,515 95
486,692 486,692 00000000000000000018fe365737d9e3b7db3e6f43c6968de3323ff313b2c3ac 0.06 MB 151 128
486,691 486,691 0000000000000000007a06387c4abb81460dfdb4d205e7e8847019df84f686be 0.04 MB 87 67
486,690 486,690 0000000000000000005abbb34b994d5945ed9b74580d4f6d8ddb37936ef1810c 0.88 MB 1,582 76
486,689 486,689 00000000000000000040cf8aec6695978736490347cc1ecc3a601cc2a118ae71 1.03 MB 2,018 16
486,688 486,688 00000000000000000069038178bd5a5b6176c9063fcd7cc466cca6b7ab142441 1.00 MB 1,956 140
486,687 486,687 000000000000000000f78e78d7c3cc180b20126a227a69591bb3e64b550a7023 1.00 MB 1,887 82
486,686 486,686 000000000000000000577ddb15a155ca11658157912a8cff640bc4ea58342dee 0.37 MB 651 85
486,685 486,685 0000000000000000003afec81b9eac3df9c1e9a035d1aad0cc377c6226dc27bf 1.02 MB 2,027 106
486,684 486,684 00000000000000000036e4933cc9198503e4f222438c215842d4974dad2e16ff 1.00 MB 1,694 168
486,683 486,683 000000000000000000b9ddb563167677aa9b92a1c5ac57f37c7320ecc434e73b 0.18 MB 394 84
486,682 486,682 0000000000000000009289e467d2e1320db4d24b27a80576d4d5aee968bbda5a 0.26 MB 566 81
486,681 486,681 000000000000000000e7d38afb4869bdc67348b1338af2ea74bd6bab93783fa2 0.01 MB 24 366
486,680 486,680 000000000000000000b6d975650e493a2e80286729e14cb7d528f73e2e9a565f 0.46 MB 990 34
486,679 486,679 00000000000000000001c047ff9d071bc199f94ce70b42a235eb61c29fc6af8d 0.93 MB 2,105 126
486,678 486,678 000000000000000000baa1462dc9847190dec587ef9b92bbb794c8f495f64108 0.46 MB 711 124
Previous 10 blocks ↓
Total Size: 768.94 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,613.24 GB sent, 92.50 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.