Memory Pool Memory Pool Refreshing

3,931 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (25,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,473 882,473 000000000000000000027fc7145d8995c36d42cc7c7bdf473a0036f33dcec5fb 1.55 MB 3,315 4
882,472 882,472 00000000000000000001a219fc486da4c095d76680bec2d0254700f8c6768c9c 2.60 MB 1,157 1
882,471 882,471 0000000000000000000244df63b501b3d1b7b31a35cb2e253e9ef2bd0f20bce4 2.14 MB 3,577 2
882,470 882,470 000000000000000000019bbe9f8df94afacf159188270afa10d5712ab1e004b6 1.83 MB 2,851 4
882,469 882,469 00000000000000000000806b33773f2f528f7095d8feaed557852825c553fff4 1.88 MB 3,107 2
882,468 882,468 00000000000000000001544cdd51fa2e4482903667af953eca56dc12830e6ca6 1.55 MB 3,041 5
882,467 882,467 000000000000000000012e8870e0fe9f7f81f48f8ce5b6c97d3d8470b487a92f 2.07 MB 2,671 3
882,466 882,466 000000000000000000028bd0610f665c52438da2876b123eba342e77d106f021 2.65 MB 2,934 1
882,465 882,465 000000000000000000014bb68fb2cd86ac27f0340434787ae8bc8e1b9e5fedf0 1.75 MB 2,184 2
882,464 882,464 0000000000000000000085d28025dc0a457f9d20478fb9ece9254745d7b94ec1 1.57 MB 3,990 3
882,463 882,463 00000000000000000000ea5ae509063e81fa6424a7b159ad95f7f733c78a2a92 1.72 MB 3,264 4
882,462 882,462 00000000000000000001ddec158976cea302ee5249cd745aff0ddeba005482fc 1.57 MB 3,327 8
882,461 882,461 00000000000000000000511b272a9da9ff27c70afa16bd96ccb71121ee7197f1 1.90 MB 3,692 3
882,460 882,460 00000000000000000001860b6f73edff9cc8a1947b0964a5a73e601bcd6a0d5e 2.13 MB 2,029 2
882,459 882,459 00000000000000000000b7d0f8a81f6aeeaa2b1cfe0da83babca06c80d6358a2 1.43 MB 1,640 3
882,458 882,458 00000000000000000002602d2e6c70ba54bcccf0e387b3172dca72f79f4b27ed 2.66 MB 1,838 2
882,457 882,457 0000000000000000000021724dc09ae0b9eb6715382938a4eb460c1d9976bd3d 2.20 MB 2,594 2
882,456 882,456 00000000000000000000ac60c77ffc42db77ccff31becb90eec092f861fa7b62 1.49 MB 2,439 4
882,455 882,455 00000000000000000000bb6fbb8f25ec466dcad4f2b3ce2ba70fe8f05af96861 1.65 MB 3,783 6
882,454 882,454 0000000000000000000052a6b63f5133996416f0187af87163f43631cc50240a 1.81 MB 3,042 3
882,453 882,453 000000000000000000014350c92e55943c6ca7b67ef5613bf93ceda2d6b9cd98 3.97 MB 52 2
Previous 10 blocks ↓
Total Size: 769.43 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,645.60 GB sent, 95.11 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.