Memory Pool Memory Pool Refreshing

243 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (25,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,478 882,478 0000000000000000000192fd6e95f08a06356528704e97fc8c6cab7a47258673 2.29 MB 2,939 1
882,477 882,477 00000000000000000001c68f52231dc63debc12c61c6e2598e1c1827cb1a5973 2.00 MB 2,717 3
882,476 882,476 00000000000000000000b1261f9de90e314e78f5102c61e42ea89b25a1005188 1.92 MB 2,481 3
882,475 882,475 000000000000000000023bd0c0997da85b4621302dc2608425527833f74cf2c1 2.16 MB 2,871 2
882,474 882,474 000000000000000000019b0856f5596fe605368785c70faf17b590be050d1292 2.18 MB 2,329 1
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
Previous 10 blocks ↓
Total Size: 769.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,632.67 GB sent, 93.65 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.