Memory Pool Memory Pool Refreshing

44,529 transactions
30.31 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
863,476 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,024 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,475 (127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,348 863,348 0000000000000000000207e89ce97389e88a8f6afc324e3ebe93ebda7497028a 1.84 MB 6,905 1
863,347 863,347 00000000000000000001e99ecbb647e76e6a3d6c095d84f5a396df03d736f7d7 1.53 MB 3,161 5
863,346 863,346 000000000000000000023c72ab051bd9e8e544245d7dc792aa82bca0c15d530f 1.63 MB 4,174 4
863,345 863,345 0000000000000000000007898e983e0b84bd2702f77416b2de3c50bab88c5f23 1.62 MB 3,473 6
863,344 863,344 00000000000000000002295ac2bc3a6edbc14a557282ad1fc95726fd92e89129 1.41 MB 6,957 12
863,343 863,343 000000000000000000026bb6358f25e21d861653a53bdb54809e6678a6190c77 1.46 MB 5,854 8
863,342 863,342 0000000000000000000254d782b6840d9b6774d15667d898605c5dcd2589e51a 1.65 MB 7,000 2
863,341 863,341 00000000000000000002198c8a35bb08d18097f44be12ab8dbe0946d24bf6c36 1.65 MB 6,320 2
863,340 863,340 00000000000000000000fdb8552d3542ce623d48364728b54e09f779fd023fb1 1.73 MB 3,696 5
863,339 863,339 00000000000000000001c53a8e962eb6b905f74bfb3b865b5fcd345fcd7f539e 1.62 MB 7,147 2
863,338 863,338 0000000000000000000224d76cce2cdf8f2b403d28eb64e10ede9bdb5086f432 1.63 MB 6,469 2
863,337 863,337 0000000000000000000125bba0eea5f40535234ddfd5f1c128635dbff73cdbc8 1.83 MB 5,100 3
863,336 863,336 000000000000000000020abe1894b84710dc9f18e906100a34577506d9c46eb0 1.71 MB 3,998 5
863,335 863,335 00000000000000000002d3cb428df4a036008948ab2c305180ca81e1bf761a2b 1.88 MB 3,563 3
863,334 863,334 0000000000000000000201e690320aff368cfc38e1e747aa48a3ad0cc5577db1 1.61 MB 3,652 6
863,333 863,333 0000000000000000000231e20a930e816448c4ccee488414f3e4d07c7e93e0a6 1.54 MB 3,663 6
863,332 863,332 00000000000000000002c08ba753dd4fd76cca6c60ea5cf10d4317724348a4b4 1.51 MB 3,488 7
863,331 863,331 000000000000000000027c2a14de7d404baa20fa16bfd89ef038f005a44cf189 1.59 MB 6,160 2
863,330 863,330 00000000000000000000457ca74dbbfca7ee3400b156933e2acc54d5e4df3e5f 1.58 MB 3,736 5
863,329 863,329 0000000000000000000059e4f6278049f935ea32aa64ef9468abf230a82db3f0 1.61 MB 6,807 3
863,328 863,328 000000000000000000022bf53580aeb3c60ffa73f4467d418905608a78901734 1.56 MB 5,780 3
Previous 10 blocks ↓
Total Size: 687.02 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,502.44 GB sent, 118.60 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.