Memory Pool Memory Pool Refreshing

7,648 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 5,036 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (573,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,862 333,862 000000000000000013a39556c3709f2f5a5334f45af70ddb1ca3bd716dd5ec1d 0.06 MB 124 18
333,861 333,861 0000000000000000078719c6d7e622d44dd74a176e93a1a2b151ca68222053c1 0.40 MB 388 11
333,860 333,860 00000000000000000b3d867c011a3dfd7cf3ba69442d4003d36c7b312eeba3de 0.30 MB 482 24
333,859 333,859 000000000000000016e668051ba6adb4f61048c49c85254feebfbaef623a27e5 0.29 MB 626 28
333,858 333,858 000000000000000010591520c3a86e08974d787cb0ebbea3ee500858def4a1ab 0.72 MB 1,359 24
333,857 333,857 00000000000000000b500350527721d9c3a439f82d14abe18ae65b7d3929515a 0.11 MB 146 21
333,856 333,856 0000000000000000128adc7bc7f961afa9c9a2831ccb14f80d6c086ac9982f78 0.28 MB 321 17
333,855 333,855 000000000000000008ac7311d106e070e9f88f03e2fe21b0ac3869a445cb5b92 0.75 MB 1,451 23
333,854 333,854 00000000000000001b6d65e96d1f913e01e9bebffa260a8e039c9e3afd6b9495 0.07 MB 128 74
333,853 333,853 000000000000000002a14d60e776725a4bcc4df7f943bcdb705f9e3e76ef01cb 0.51 MB 808 23
333,852 333,852 00000000000000000cf83b2ae23bd3189cc1facc281c0f94fca296e2599de7b9 0.07 MB 51 6
333,851 333,851 00000000000000001863419ad684b924050ccf71ae77e2700237ab6b87d228af 0.14 MB 90 10
333,850 333,850 00000000000000000c465e4bfa484820df751a0d2c45ac646430b37148ba4b9c 0.38 MB 705 25
333,849 333,849 00000000000000001b24f1e2ed553f5b1ea1e57391b6166be523dcff4fadd500 0.31 MB 242 11
333,848 333,848 0000000000000000147d2e037c36758cad7766776f3cda4b410c13ef6940450c 0.35 MB 786 29
333,847 333,847 00000000000000000aafbb670f3d0c2366ee141f726971ad108a7a6905682f8e 0.75 MB 885 16
333,846 333,846 00000000000000001520b79ff02ba437143fa6aa55b474e9d2239f1d786ba745 0.56 MB 1,686 41
333,845 333,845 000000000000000011ebc87670b9198672e3577d74876434887622105f004af3 0.63 MB 1,054 24
333,844 333,844 00000000000000000ca68bf050028e50d34c9261f7e2a41e21b1825175a9e9ad 0.11 MB 186 25
333,843 333,843 00000000000000000f3e5c98524ed03d8c51e00fff076a3f9cb4ff2abf72435b 0.28 MB 502 25
333,842 333,842 000000000000000013d92aa75332c45216263abb4791a1ffa500937659dea39c 0.69 MB 1,076 21
Previous 10 blocks ↓
Total Size: 769.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,616.63 GB sent, 92.79 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.