Memory Pool Memory Pool Refreshing

7,321 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (856,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
52,282 52,282 000000001e67465d636f68e014737a70b9a7e378bf1e9739f0e223b9e8acdd94 0.00 MB 1 0
52,281 52,281 000000000d82c23d3e5386a2b7469a9414c462c5a300c0ce5a2d50b5642c8d5a 0.00 MB 1 0
52,280 52,280 000000001410b79da828680067cd37be2e027d2dcb2dc33f9ece3d9512a35f10 0.00 MB 1 0
52,279 52,279 00000000003edc6f0bfd4e8c6e0e92d4e176eba25b3978d8292982fe1157fe59 0.00 MB 1 0
52,278 52,278 0000000013ffbee5fa9ca6af39eb3e9c11ef205d87a9aaabed5f9e740eb28374 0.00 MB 1 0
52,277 52,277 00000000058c0056f2d850c9dc5eaa313a531305081b2d863c3850056a4a7bf1 0.00 MB 1 0
52,276 52,276 000000001880a7bad47092472a203054df25d59c05c4c33868c8a6f43824c93a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.