Memory Pool Memory Pool Refreshing

320 transactions (0.14 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,060 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,059 (885,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,115 23,115 000000006868c3bdc361cae3dd499833f627f2780037adb9ca70588ee5906a31 0.00 MB 1 0
23,114 23,114 00000000663d9ae192ebb909232c3508139de9443640db30fb4630ecee10b77a 0.00 MB 1 0
23,113 23,113 0000000084caa6963273412cc48cc4aa53e9f3f943e95c57fd4a69702a49b9f5 0.00 MB 1 0
23,112 23,112 0000000013a550858739cebf2f02baf0e82ff6006b863c44951be0f8dbe31840 0.00 MB 1 0
23,111 23,111 00000000cfcfa8cb14eff2c50d182f19f84a6605c04a8b16c5f2dd68f0cbf2d8 0.00 MB 1 0
23,110 23,110 00000000e158d14168e071824698653eb01cd868a860551a71c38dfed64acb06 0.00 MB 1 0
23,109 23,109 0000000077d2485eb3fcb92b0e44a075605bd61c8c86ee0b23dd7c5ad427c9d4 0.00 MB 1 0
23,108 23,108 0000000074beac3ce0ad72126429f1e54458e0ed86066bd21f058e2de25e1f54 0.00 MB 1 0
23,107 23,107 000000007780fbe20cb021f08fba559492186229dcc52b189f0de6dd8e7bb573 0.00 MB 1 0
23,106 23,106 000000007049673968da1e7cc3467f7b6819c213ae9548043b545818dd9314e3 0.00 MB 1 0
23,105 23,105 00000000cbbd0b4bdff67222a2758c240bbcfc7773b1cf5ee49de78691a802be 0.00 MB 1 0
23,104 23,104 0000000084420ae60d41bb3ab28f73b3b1e0d91aa42738402689b813a1851dfa 0.00 MB 1 0
23,103 23,103 000000008ef711ac1b25a99d1ff1ae58c975844236da138210055b5dbdf97da0 0.00 MB 1 0
23,102 23,102 0000000074ea2a5fc5ac8fc53689a3f4e50ef91a4eb6ee2a904aa62b7c8d1247 0.00 MB 1 0
23,101 23,101 000000002ccfa2ba3d173c1df43a6de4e1a64d41825f623252914224e2283f9f 0.00 MB 1 0
23,100 23,100 000000004d55437ca542122ac21491121a7d0432193dd6e2e378eb5fdf883d7b 0.00 MB 1 0
23,099 23,099 00000000822a879615892fef2b1c24a81ed02628e09dcafdd62d5ea1ecd7fa91 0.00 MB 1 0
23,098 23,098 00000000659bae496965c657d068bbd23292eb7bc029b4de6d9107ea1c380240 0.00 MB 1 0
23,097 23,097 00000000a61fa9ccf7b3f14caa220ea2a0faff9fee302dc9ddafa1126db24224 0.00 MB 1 0
23,096 23,096 000000001e753f8232917523b6581cdc62d9184bc15f7124f232903d8ade75e1 0.00 MB 1 0
23,095 23,095 000000002cbdc010e952cbca048d16b9d00b29b7a572f93a37da8bb86d004e7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.66 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,898.66 GB sent, 105.79 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.