Memory Pool Memory Pool Refreshing

377 transactions (0.15 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,108 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 370 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (893,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,868 15,868 00000000aa3758d2fda3ce4c6ed4c66ad7b8526542d72d435f0ca9a453cdfebd 0.00 MB 1 0
15,867 15,867 0000000076c2845054be5a5e70357ceca48457dc878e082fa1b637c314cf4807 0.00 MB 1 0
15,866 15,866 00000000b761c45c3200a4c7095e3b7b4eb042912d3741a4de5f7e7eeac7d88b 0.00 MB 1 0
15,865 15,865 000000007bdd7572673f9b03c0c36b460fbba3215ef46c7c5343519fe648aecf 0.00 MB 1 0
15,864 15,864 0000000027a61af1ca634cdd3c75f5d2c37946da9439d30f540d8df2eb108046 0.00 MB 1 0
15,863 15,863 0000000075d1931e3b9b3d1df7e66d2a115b5de898044279ea2ba120449b83fa 0.00 MB 1 0
15,862 15,862 0000000023138b1be01a2b8a66b62e3ec0d2c6b21efe270e75a3d5acc6859754 0.00 MB 1 0
15,861 15,861 00000000e53d5138ecead5bc6c534db9e574326410ede82f53262b132c82c3c8 0.00 MB 1 0
15,860 15,860 00000000476824db898ee3d402e08cf417ab6c192363d5bdb7b44eb42b599826 0.00 MB 1 0
15,859 15,859 00000000f46457dc6ea5d761ff8ea24e0391fbecf9b4d132b4f2240d33f5a4cb 0.00 MB 1 0
15,858 15,858 00000000944887dfe86f3cff2c13095a1b1d20dd350464b00c73254d0a5d4195 0.00 MB 1 0
15,857 15,857 00000000767d0a7a25769875b4ba5ccd83ebc68d8853e8d9df55735083a851b2 0.00 MB 1 0
15,856 15,856 00000000795cc7b4af2ec6a6bd4167375952e9e296ef285011a0de4b53f2a8dc 0.00 MB 1 0
15,855 15,855 00000000072a6ab7fcd31db654151cd491f76c5a56c7e7a13d1e2e7ad1ee5516 0.00 MB 1 0
15,854 15,854 00000000c2c565412602115b6a32c3709fef57fdcac1a9e9a3d77aba0aab27ee 0.00 MB 1 0
15,853 15,853 0000000084be2f360d2bc78e76bac0a9ae3bfb5d5d2087298936c7656cb07334 0.00 MB 1 0
15,852 15,852 00000000fa27213ecac28ea2dafabce39fe4cab34da3c1e40768122ea0ff9530 0.00 MB 1 0
15,851 15,851 00000000d9cd2da1e56ad429d1271fd511540c32caa19e124e09878c6925d852 0.00 MB 1 0
15,850 15,850 00000000229813a911273c523f2841cf270861089b289be24da0ae69fa4f2c2a 0.00 MB 1 0
15,849 15,849 000000005772a957163fe7c2f8054f13af464ef282c5b1e0be4d473e9ae12eff 0.00 MB 1 0
15,848 15,848 00000000d3e582691a496233868e294ce55cb12dbbd70e2aed4f293e51d5900a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.74 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,922.92 GB sent, 106.27 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.