Memory Pool Memory Pool Refreshing

64,723 transactions
32.45 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,444 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,295 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,443 (330,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,112 542,112 0000000000000000001675e37bc506b46a46b008081d52273aad92bdf8fb7c9c 0.51 MB 1,049 8
542,111 542,111 000000000000000000052154d1cb93c6946d4e91285cf020708ad51009c105e5 1.19 MB 3,007 16
542,110 542,110 0000000000000000001c79c75d82cd568165bc58e43eff9cb3878c67825bfe27 0.65 MB 1,411 15
542,109 542,109 000000000000000000252de0ed889bb5558be8163ef4b4775a71276cf3375796 0.10 MB 245 30
542,108 542,108 00000000000000000013d56a50484591c12a6c3cebcf649d30c7dea641c6851a 0.91 MB 1,605 4
542,107 542,107 00000000000000000020116dc4200a57abadf1a06dd6aa38fae645f46994eb9a 0.00 MB 1 0
542,106 542,106 000000000000000000039748dbad70d560312cc4c3298cc0ea971e07998ded09 1.29 MB 814 10
542,105 542,105 00000000000000000005477f1a52533daf49477155f61f0d7602d721f0be52e4 0.10 MB 191 8
542,104 542,104 000000000000000000211779513b69da5df7f4c38350507aed5103b125350d0f 1.28 MB 1,123 17
542,103 542,103 0000000000000000000b64ddfb8452245ae52eef432a377e036db7e1a0f503a7 1.09 MB 1,367 5
542,102 542,102 0000000000000000000c9230785368ad632e41576741971949adf712b52a4bf3 1.13 MB 1,427 18
542,101 542,101 000000000000000000028b130a838bbf1a0f5150ead3bc8e9ed1caef335e1f5a 1.01 MB 1,309 13
542,100 542,100 00000000000000000004ffb5da8d2276e4d97bfe93a2bc9b10d59c5f3564c5c0 0.78 MB 1,350 10
542,099 542,099 00000000000000000013dd05740b363f66fa8d2dc28909940f0062a672c8faf6 1.19 MB 2,413 9
542,098 542,098 00000000000000000013c7428b3974c17401c291b3651140aef0292b428d5e42 1.24 MB 2,070 32
542,097 542,097 0000000000000000001f227d0725960cdd8d29cc9a21da0074a1f870467f5c55 1.28 MB 1,124 5
542,096 542,096 0000000000000000001e2f673afe55bc2345ba9f01b1d33e5e3dd5006957c111 1.20 MB 2,417 4
542,095 542,095 000000000000000000112f041179afc6b2381536e7c4aac40fe9e70b42a32e4f 1.19 MB 2,228 3
542,094 542,094 0000000000000000001b82f3077eaae524aa53b7467ab4e19bd45b332bd96ac7 0.00 MB 1 0
542,093 542,093 00000000000000000020ceae96a5220ba0a6a58dda6ebb06d36fa553be7ebc88 1.13 MB 1,909 10
542,092 542,092 00000000000000000025f071f565e01e98189b2df3d1499bfa8b062eac42afe5 1.18 MB 2,966 7
Previous 10 blocks ↓
Total Size: 704.03 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: 2,636.31 GB sent, 238.15 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.