Memory Pool Memory Pool Refreshing

2,560 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,555 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (813,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,624 94,624 0000000000026ee777ef8ce36532dc3dc3d4cf5d1f31a1a360d117a06e7c316e 0.00 MB 3 0
94,623 94,623 000000000004f08a3d464f62b3350345d6c9c5c02d485f918c0b484278a7d837 0.00 MB 2 0
94,622 94,622 00000000000500aef5446efaf5611b7c5a8c015865fa3916de046221a239e615 0.00 MB 1 0
94,621 94,621 000000000003e6d763066c97b67dfbab601b6fca8b890cacf2f4723a550302ef 0.00 MB 1 0
94,620 94,620 00000000000011cd8a78a124085b959c3355071807d9597bc8e533b4e2f0565a 0.00 MB 1 0
94,619 94,619 000000000003ee02935ef7dc8f47cc4b3cd51f2bcb057c878f3e8a485bb721ee 0.00 MB 2 0
94,618 94,618 00000000000023ca2a25629bce0ac0d766a7b05f933ef7e01d67b92848c360c7 0.00 MB 1 0
94,617 94,617 0000000000030767d6397848643df5e2f1957235ebdf32bd229093d71a8b3d47 0.00 MB 1 0
94,616 94,616 000000000000202bfc1d915540d14c664eaadbef320ac272689130573bb9b1ed 0.00 MB 1 0
94,615 94,615 00000000000043d89ea74af71760e093c0fba009eb772d2ab674793ef9050de1 0.00 MB 1 0
94,614 94,614 0000000000062ad999aca5409a5b3af344e004b125dd183f444d5098395fed98 0.00 MB 3 0
94,613 94,613 000000000007b2e15a2876219f46d47d880bda9c0512df50c301e52fcadceb53 0.00 MB 1 0
94,612 94,612 0000000000043e14473725dd2d32812b25939738e82e04dc4fdefaa37cdcaad6 0.00 MB 2 0
94,611 94,611 0000000000078fd59c2ceffcde5aa5febd7299c983bac1c505949d3d2294a64f 0.00 MB 1 0
94,610 94,610 000000000005825db571a0d469608035aefa214b9f5a4b8a104004dea34ee126 0.00 MB 1 0
94,609 94,609 00000000000738d66a36d69aa35070dd2d417319e581d582586547ab3bc17260 0.00 MB 5 0
94,608 94,608 00000000000267330386e4d9c2930cd3992bb0f3cd6710e30415a1584f7d03ba 0.00 MB 3 0
94,607 94,607 00000000000503d78172ea11c6bada078aef379608394b620bff021f5bef7b89 0.00 MB 2 0
94,606 94,606 000000000002053fd8ec44b55520c6372e6a5304dc32f99b9c0938505fae94e5 0.00 MB 2 0
94,605 94,605 0000000000044a2e0dfe66b1531aeb4a84520ef7edf4cfdf21a5b7fa07a90931 0.00 MB 3 0
94,604 94,604 0000000000017861c65646c1ee047cdbb840ad9eaa8c37d8f7c3b6373cc8b3a6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.