Memory Pool Memory Pool Refreshing

1,087 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (907,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,502 1,502 00000000b6d776781b8a46d059660e60c67e108fd5a5ed441a7995266186f050 0.00 MB 1 0
1,501 1,501 0000000054f7d37ec4740027b6994907d8e771d77c14501503833da4146e8637 0.00 MB 1 0
1,500 1,500 000000007d07681a955b7bb9d96c473e847395b592b6e9e5a73b15b594bd4013 0.00 MB 1 0
1,499 1,499 0000000067998d09c2a310314ea12cbfc7e528d60a6bdc2e0907ae3b9482855c 0.00 MB 1 0
1,498 1,498 000000000a20cbe365611f74cd93f91ad2f037b465cd67bb09ba1a43fbdfc278 0.00 MB 1 0
1,497 1,497 000000002a656240dcd2cbbf5bd9d1ac87b6c7a513577852b048f1f412008d21 0.00 MB 1 0
1,496 1,496 00000000ac1b67360d0372804da6a0db00d1d9587dbb2087367fbd3d0d4bad50 0.00 MB 1 0
1,495 1,495 000000004c1dcd06f4ca194a1761f25146a8b219dc03dd4df9d1f446210ce0a7 0.00 MB 1 0
1,494 1,494 00000000de4ccbbe194b8393f747881565ef9a19288328228b53dcbaf4f88609 0.00 MB 1 0
1,493 1,493 00000000c3a7bc56d1eaace7a174de16999db9e747aeec41ab62318f812b2678 0.00 MB 1 0
1,492 1,492 000000002590c6bd1c26c7afffb1dfb621950be4a6d9b89d019455c982997368 0.00 MB 1 0
1,491 1,491 00000000b7f525ddd961b69117ec21f5fc253af5a60be885a72cab6cc65b4adc 0.00 MB 1 0
1,490 1,490 000000001d48d25d3c5cce231e54dd545d31c41d050f375a9246406e85c3c821 0.00 MB 1 0
1,489 1,489 000000006b1f5dc15511fafc195ed3397c191ef1298a8255c9e99d877a5ffd26 0.00 MB 1 0
1,488 1,488 000000004e71854ee6867086bc5870c4d88b7ea470fc0a46b2f3091a6b490e25 0.00 MB 1 0
1,487 1,487 0000000067ee90b45db11656beafa2968a4caaf966fd6fecfca909495a63a47f 0.00 MB 1 0
1,486 1,486 0000000060eb46c50cca1b37bf0bd6446740a2cb07498a15b590b22f48e6a5be 0.00 MB 1 0
1,485 1,485 0000000028e31f00c3cdcfb301a40e3b1169efd6018c463ed47e7b51a9243784 0.00 MB 1 0
1,484 1,484 0000000068026e7e0c455f0f390b250a71ecf8b8911fe50c86b0e4a37cdcf13f 0.00 MB 1 0
1,483 1,483 0000000094fac7c1faa819b126571e587e533558930772bf31d86f69cfb744c2 0.00 MB 1 0
1,482 1,482 00000000fa1547e48cef5ec9988b7c847805dffe71d3c282392c72835e4f8300 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.