Memory Pool Memory Pool Refreshing

36,296 transactions
30.83 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,197 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,196 (598,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
263,346 263,346 000000000000000518708a0a90cfdc94fc202534c65a54ebb7e289e17f709adb 0.21 MB 533 156
263,345 263,345 000000000000000e7413862c992bc9d5f3d6defda62082a0c1a8458123636804 0.04 MB 94 73
263,344 263,344 000000000000000387d4bff674f9977fc3829d8d51c87594700f775635f4c1f1 0.02 MB 97 43
263,343 263,343 000000000000000a288059e048da85fdbc61c60496338a65c067e50553a56718 0.06 MB 83 61
263,342 263,342 000000000000000ec892eb3f74633b2d97dabf96dd4eaf1d1291d12451473022 0.08 MB 155 54
263,341 263,341 00000000000000013788eb89c223a1f6e7b6aea7fd2e17a223a6b74c12f03417 0.22 MB 636 118
263,340 263,340 0000000000000005dbc954a461b97cbefdd488b6485241f7a3dc1ea0512699ab 0.11 MB 236 75
263,339 263,339 000000000000000ef8317eb53957798899f9e80e68726c5f606f97d354a016ef 0.02 MB 48 77
263,338 263,338 000000000000000a024696aefdb8c970062942578ea16553fa46f5227721129a 0.20 MB 478 109
263,337 263,337 000000000000000a5bc9c97e79f4d95e37cf3bc08d6c33f785c0dca156e46bd3 0.15 MB 216 76
263,336 263,336 0000000000000003cc4a542ca70eb2a16a5f0b2c04b3edd0368bde7240db2b13 0.16 MB 239 102
263,335 263,335 00000000000000123183478d9a1a56bcce296ef28af464f415325badb4653bbd 0.14 MB 378 131
263,334 263,334 0000000000000004def7faa15f0168143e92bb1132be2959e1a7b3eec760db64 0.07 MB 48 20
263,333 263,333 000000000000000ef3a0598773943ff57a6fad2f307c56216fee2ff81994b64b 0.08 MB 110 163
263,332 263,332 00000000000000121a961ea97a31622a8c05f072053301471f5ad4a61673e16e 0.12 MB 334 150
263,331 263,331 0000000000000003b0f097933f1bd183499890bd20439f67dff5c0e47f4f02f9 0.02 MB 65 71
263,330 263,330 0000000000000006a33adf18c25cdfca4d81ae797d2615a6f347f47d56fb6547 0.04 MB 111 71
263,329 263,329 000000000000001541b8c1603ee3aed3d95793712352061cf2d7e786c2500082 0.03 MB 64 87
263,328 263,328 000000000000001667f45913aee1d869719b59ab46068b20f8282049cbf82427 0.14 MB 139 40
263,327 263,327 000000000000000c1e9f125423d5914fd7905008378322a55afb73d8a8d46fd3 0.03 MB 75 84
263,326 263,326 00000000000000079cb19b9631595e982a119980d711ab84565032ebedc3e94c 0.05 MB 64 92
Previous 10 blocks ↓
Total Size: 684.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,354.17 GB sent, 101.72 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.