Memory Pool Memory Pool Refreshing

7,454 transactions (2.08 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,861 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,530 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,860 (853,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,264 55,264 0000000008ac96757eaba53d07b8f903f068c6f0772b7a641209a603c816bb98 0.00 MB 1 0
55,263 55,263 0000000004c73f36bc4a3131dea8b9a863f50519565c76b05f19890f1b281d84 0.00 MB 1 0
55,262 55,262 000000000c1a705f2fc41e7aa9cfe342b57a1a837db0f9caa54cf5ecb11b0914 0.00 MB 1 0
55,261 55,261 00000000126c7115c5e2266a6d6a7e49866f92cd0b66f217fed45abf441b73a9 0.00 MB 1 0
55,260 55,260 0000000005dfdcc5bc51613e79dc49b3a54b2573b103af79888577bf6f890403 0.00 MB 2 0
55,259 55,259 0000000013175cae4c3e155cbf0e9c3f69a71bf3d121777c596f25dd9042486d 0.00 MB 1 0
55,258 55,258 000000000fa5e2f5d84027bcbb8c2ca5c5abade87252fd92fa72a8eeea507a08 0.00 MB 1 0
55,257 55,257 000000000dc425ee50fd113af638c03f614a2fc353f2c03e610cb9a57c73fd82 0.00 MB 1 0
55,256 55,256 00000000097650b25b2fc5fa99f682680b43c4f7f3a7e992849bef3d9e4ef107 0.00 MB 2 0
55,255 55,255 0000000002c6045be772b4c8a2b0b6ca97dcc99c0ba0ccaf647b01fca0ecc098 0.00 MB 1 0
55,254 55,254 0000000013221b47898b483bccc417637fac49e673cf4dc0cd5ac0ef041e8fc7 0.00 MB 2 0
55,253 55,253 0000000000d0c837b890ce6c2c46bf3bee438d476f3c5ab4e71f65178da1e787 0.00 MB 1 0
55,252 55,252 0000000009be8af67535608ab796dd3b584d7301bc3e26560e65eea7a1c1be96 0.00 MB 1 0
55,251 55,251 0000000003a209ac45f0a0d9df5dc589f91ca98993930ed75a5d34dadea1db68 0.00 MB 1 0
55,250 55,250 00000000076c1f2ababb3fc2478fe5893e71791fe8fc7fd2ff52017c6677a9af 0.00 MB 1 0
55,249 55,249 00000000101e36faaf93d44816961d23ad833e9028c6f09ab0aa8df615d213bf 0.00 MB 1 0
55,248 55,248 000000000eeabcd824e6063fd24fc43efa409583515c0f1e4a2383215563680e 0.00 MB 1 0
55,247 55,247 0000000001974d1ab11f5387035fe8a22cbe5861d9f66cf44fa92fe5ddf70cdf 0.00 MB 1 0
55,246 55,246 00000000125b003e590fdf2da4682fe4a958905c42f1b7278a4b9dbe99984394 0.00 MB 1 0
55,245 55,245 000000000373df56897ce83743907765aae77103cefb641865b033b2e0753f80 0.00 MB 1 0
55,244 55,244 000000000e6d9126e7da2959985d64fd5bb15424d81ecd173f1b756decc4b8ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.29 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,860.95 GB sent, 103.58 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.