Memory Pool Memory Pool Refreshing

15,424 transactions (5.48 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,367 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,889 (871,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,124 37,124 00000000967ed7c59bf18d0b07e42fa99ff79d08fd493751e1cccecf021eb771 0.00 MB 1 0
37,123 37,123 000000001ee3de8c29a5f71589cd83b9d08953caf22bd3a361aa84fc215a85eb 0.00 MB 1 0
37,122 37,122 0000000019b5a2284aa3f79bcb09ef512b5a4c8d24c54dbca73b8832353e09d6 0.00 MB 1 0
37,121 37,121 00000000192e35d4cc57c7a4d931bfd9b5f8571bfb26fa78b484a619236d3c2c 0.00 MB 1 0
37,120 37,120 000000008291e0bd5ec64a1752b38aa7066345321785f055f58c6e3832f0ca43 0.00 MB 1 0
37,119 37,119 000000002e7180654447eb9030bc67207a5e6f7e4430cefa77fc259d9b0237bb 0.00 MB 1 0
37,118 37,118 00000000239f2ec15e525bdf5b70ffee9e629cc74446ee6890ae27f33b8c3b72 0.00 MB 1 0
37,117 37,117 00000000096a6f76d74ae3eae30416123d1a2ff84bcc14797d5b6000d9ecd14e 0.00 MB 1 0
37,116 37,116 000000009f6ec4ba72565cc87138d7f34026f00eb93a12173cda2215e5135f5c 0.00 MB 1 0
37,115 37,115 00000000165ca2fd2b0d7f0445c43577e5d71a4600a2ccb1463f5b04197bc93f 0.00 MB 2 0
37,114 37,114 0000000089555c7434946e0222c92339265c2e2187267de2d4edd484cd04c61f 0.00 MB 2 0
37,113 37,113 00000000b2d7f083db940f1bcca33bb3eab2b213f1e83f36d006e93254662cc6 0.00 MB 1 0
37,112 37,112 00000000b2ea03b8610e246e28fedec1f3eca488d6c25cc3a9866ddf7c07c309 0.00 MB 1 0
37,111 37,111 000000009e63f198b71fb9cadaac50522fcd470f0f3770ad01e9dfdef0aaf8a0 0.00 MB 1 0
37,110 37,110 000000007ed833ccc122a52e3f46d3a2a0e8a193aed05356580d51f0ca31719c 0.00 MB 1 0
37,109 37,109 000000008ed82f3de026c5f37f08ea971dc31f699838b737b1bb7702bf029ef8 0.00 MB 1 0
37,108 37,108 0000000036513136f994e3c1fa5e4944d11b53c6cb5c2b19cbcdb851ddc5dc96 0.00 MB 1 0
37,107 37,107 000000003aca8e6d8ea79b02b33b9301a2142de0179a1362819778b4be920edf 0.00 MB 1 0
37,106 37,106 00000000364a2f0e4d2030d7dd5199947314bf5c3d332d067cfc895207692d01 0.00 MB 1 0
37,105 37,105 0000000042fcd65c964e27ae3f8ff837bc5fa00f60394af1faef343963411847 0.00 MB 1 0
37,104 37,104 000000007f831edac82a7556d533bc6ee0a9f9ede70ea9ff2be430095e690019 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,863.22 GB sent, 103.96 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.