Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,070 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,069 (829,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,288 79,288 000000000058cfd031f64533465fd0924ddb8f3796e649c20640b319f9e95975 0.00 MB 1 0
79,287 79,287 0000000000445a26a5e6e1aa22f82643cd55c04ba13a4fa144e3e84d3c89e86f 0.00 MB 2 0
79,286 79,286 00000000003706f36472a76ca9d065f8d6ea9d733315a71ac0db93637308a54d 0.00 MB 1 0
79,285 79,285 000000000001c7be10b178a532670fe1e759ad8471399cbf959b08a2e51c855e 0.00 MB 1 0
79,284 79,284 000000000058f630a362fba20be17b9346c15d81dff5db656b24dc801dad00d5 0.00 MB 1 0
79,283 79,283 000000000033e88c6ce32e93f026ed1160d5681c898b640a57598ad853d9da95 0.00 MB 1 0
79,282 79,282 000000000053d737835212f20813ef35ea0ea0332d8c106e5a6acedd711ff2af 0.00 MB 1 0
79,281 79,281 0000000000077650ab58947684e5d0606d5e80e20acd91cf994f0da8ee487176 0.00 MB 8 1,690
79,280 79,280 00000000003c42bd0bede02fdb09708394442b5f49fea3df19ac87d7e72313d0 0.00 MB 2 0
79,279 79,279 00000000000f4da0742440cfe99698d0a391e65a6e306ca4a2fa1d9097181034 0.00 MB 2 0
79,278 79,278 0000000000279de93fe6c11418cd3b3ef5a39dbadb1f92186823c85c5acc2883 0.00 MB 2 0
79,277 79,277 00000000002a2c2ba9f33cfb8150b4ac677bb1deabcad07a5fd64734967a13fe 0.00 MB 1 0
79,276 79,276 00000000003f2e59100bdc0e04a4ec5019845622b41ddc56d27e0f76d3da35ef 0.00 MB 1 0
79,275 79,275 000000000024daa879701e4f54ffc773f8330e254370be22146ba852172e3cde 0.00 MB 5 0
79,274 79,274 00000000001e6e95a853e1670fc0c360e62b2391c91031c1e44f3e08611d33fa 0.00 MB 7 0
79,273 79,273 0000000000346cddf5dc70221be9051498cc998abdf5316bec4c307f85aef253 0.00 MB 2 0
79,272 79,272 000000000051f5c834f42eb1e0af4f6c9dfc9a23c286d7f190348b6d9cad30fb 0.00 MB 1 0
79,271 79,271 00000000004efd8c9f3af9d6af3ff591b848fcc670feac1a715e2a423654eb99 0.00 MB 1 0
79,270 79,270 00000000002a6f691896581ada14b7497b0d90b154351dd7dd384bf468a8c8bc 0.00 MB 1 0
79,269 79,269 0000000000348278741f22e21dc98df2fca96dbb6c2941b805b7158ad13ac1d3 0.00 MB 2 0
79,268 79,268 00000000004fe9bd421e3c6268c7eab5dd88912586918f72f54282cabb7870b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.68 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,901.76 GB sent, 105.87 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.