Memory Pool Memory Pool Refreshing

12,210 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (629,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,738 277,738 0000000000000000e316848dc08b935818e6eed952e1124765637807b841ac46 0.02 MB 5 20
277,737 277,737 0000000000000002339e2c6a25618cb41a55c138752c4fe73c4ff67173ad85bc 0.25 MB 484 48
277,736 277,736 0000000000000001f5bd505ed2705152cc34833675fede6a350786af638fe6c4 0.07 MB 111 68
277,735 277,735 000000000000000188a0474f893ed0b497bb0fe7112de88f7f32cf576d98a2e8 0.37 MB 741 38
277,734 277,734 0000000000000002732542cc53ad192b51e11154de428ef65aa29c69b04ad9b7 0.02 MB 49 43
277,733 277,733 0000000000000002bd5a035818341880f7d5a1fa01c2075fcc936f385fd6f360 0.02 MB 47 19
277,732 277,732 00000000000000020294e5719e05f668dc8a088a7d64d41f3d27370b57f93773 0.22 MB 235 26
277,731 277,731 00000000000000006d36f98acbb18daa3bc8e24e6293eed67b7f3b3453b25065 0.25 MB 485 37
277,730 277,730 000000000000000019a50af10ea95ccb2bc1c38a1ef702361f477d7d5c8a6c12 0.00 MB 1 0
277,729 277,729 00000000000000008f7c00691ccfd24ca609809b6ffee7a47efa7c3d8803ff33 0.25 MB 741 65
277,728 277,728 000000000000000278c047a0bab95cb678b0512236622cef6bd095eb746650e9 0.10 MB 116 26
277,727 277,727 000000000000000052e3cc1d3b6b4047b65fe5d79d638bd7e9dc3aa8e8bb7539 0.16 MB 394 45
277,726 277,726 0000000000000002e686aa422a9a572e5e2667478fde4a3e5ce1c409ab037bda 0.03 MB 21 16
277,725 277,725 00000000000000031e219a8d76b5fe5ddd7c1ed663ae2c6a4ef2678075d21c69 0.04 MB 48 20
277,724 277,724 0000000000000001e20176e1224176f677ddc065831cf226a45cf47ff93ff948 0.20 MB 381 36
277,723 277,723 00000000000000024f367ad533ba89001d3a74fa153344be23d5c58124531ee8 0.06 MB 149 49
277,722 277,722 00000000000000000ad9992cdb1bbb71e9c8be3cf8a65aa1a4aa94d6ea01b772 0.11 MB 196 32
277,721 277,721 000000000000000377e7076dd6ac5cf587c83d7adf75275e412163abdbd1dec9 0.12 MB 228 30
277,720 277,720 0000000000000001e3458a5ee1b28ae63fd09f311a2ef9e35999c822b355dfd4 0.03 MB 38 28
277,719 277,719 0000000000000002ee6e91d0fb279924dcb3e96e5a15d6ca3e69deb0c0af4ee9 0.23 MB 404 45
277,718 277,718 00000000000000008147edaf96eeb4b1bf4223ef94c126b89742de51c76ac060 0.05 MB 115 30
Previous 10 blocks ↓
Total Size: 769.01 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,622.13 GB sent, 92.93 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.