Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (856,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,303 52,303 0000000019d8d8747162fd7033e6aa545218968e00caf9b69ce7509237518047 0.00 MB 1 0
52,302 52,302 000000000a591c5f3f4d952c14cac382356625083f3353e96810664cb27a2ed8 0.00 MB 1 0
52,301 52,301 00000000159a607b5ebb055abf80a9270e39b9c793c098c365c0c9a56e8c529d 0.00 MB 1 0
52,300 52,300 00000000129a667e836f8c80cc4cc29cefe06fc1c690f48cd4ec9255f1624c3d 0.00 MB 1 0
52,299 52,299 0000000008da47b70a4343a86be2c72d3744bd2ef7ad299172fa86f4a1e6c0a8 0.00 MB 1 0
52,298 52,298 000000002045bd027b54f6a8f8f328cf0db8a30f9957ab606c393cabe1f3451e 0.00 MB 1 0
52,297 52,297 000000000e25701081e2a9d88b75468d11b6d7247b095805fafbaaf5c01bbce1 0.00 MB 1 0
52,296 52,296 000000000c1cf3b2b8fb826f9c80c3158d01c8c4e6bede6825dea856211f3be0 0.00 MB 1 0
52,295 52,295 000000000a1f08e0a469d3dc473eca9d121f7a3e6dc396d27b94832f03eb603c 0.00 MB 1 0
52,294 52,294 000000001983a4f8149bbac365223ef92bd88bcf896c1d47fefb4e4ffef91a0b 0.00 MB 1 0
52,293 52,293 00000000092658fab60599c886a74272c6d92761f610c7bddc7675ab239bcfc2 0.00 MB 1 0
52,292 52,292 000000000d9e2d341a353ffa6d3b056afb613d6bdd1859d20259e621ac04f9f2 0.00 MB 1 0
52,291 52,291 00000000100dd8d0bba477457364b8b0cc6b7a15937f35c93beef612df359f7e 0.00 MB 1 0
52,290 52,290 000000000643f6704f37a08860f7ec7563d334af8d3a618c8804cdcfad722103 0.00 MB 1 0
52,289 52,289 00000000077fccbea717a8cdb2399a422c0f83bd39855c313e46dd3ca89d1287 0.00 MB 1 0
52,288 52,288 0000000019a8b85b73181a46f4e3c071f2cf78b39c4210013d54650ab39d36da 0.00 MB 1 0
52,287 52,287 000000001e180c5b7ac7d8cecfbf446aac3fc973b23dbc63b0f91242b5d8d652 0.00 MB 1 0
52,286 52,286 000000001b58e806032b0a1f2ee115f3ee36a80c26db5e173d94864c986e69a5 0.00 MB 1 0
52,285 52,285 000000000ad24983c9eedd53c1244ea2da17217a9c3c373272d8e03fe96a2602 0.00 MB 1 0
52,284 52,284 000000000eb7889040bdf8df102c5208882b7a2bd2bd1a3d8b8cecef4ad0b84e 0.00 MB 1 0
52,283 52,283 0000000015b63f62a3554c2f88edb747a992b85425223bd80abac4cad5179b8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.70 GB sent, 102.66 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.