Memory Pool Memory Pool Refreshing

9,366 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,861 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (625,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,385 282,385 0000000000000000ccea826d7ab619e21f232710b0463f3fd6b8b185ed2e146a 0.12 MB 183 38
282,384 282,384 00000000000000002ec3a81f83e20659bd97bfa1b7db7e602c25676d768f5820 0.06 MB 152 81
282,383 282,383 00000000000000015cb389bcf88205503138867888b132315126f5b494de42a1 0.12 MB 208 30
282,382 282,382 0000000000000001212a499a1fb04199673692348b0f6a745bad219c5a554e0b 0.05 MB 111 40
282,381 282,381 00000000000000012b08dea45a07ebcd933b32760142793e9f3eacaf46760613 0.10 MB 156 17
282,380 282,380 00000000000000010a3ab2f52dab5cc205483d574c4cd2456a4e959f31dff701 0.24 MB 589 54
282,379 282,379 00000000000000013dae01ba69d70caba8fcc75c7a3ef7b71d1a23c81054203c 0.07 MB 137 23
282,378 282,378 00000000000000010c6b65dc2e9cf0becb8bf7a188b5e1707cdb632c58dffb0e 0.43 MB 802 43
282,377 282,377 000000000000000126afa13514be8b4be593fed4a21fd95d40a6979f7a9aefd8 0.18 MB 450 46
282,376 282,376 0000000000000001214b6c7a7ea70dd7c1ee9a661a4b8d370a6fabc80329aa1e 0.14 MB 288 47
282,375 282,375 000000000000000134ab0d0b131a8ce2332f5a0bab36a439e3dc479346db1b1c 0.03 MB 59 41
282,374 282,374 0000000000000000ca13732ab3a9cc598e057d18b590174029c05492169e0079 0.35 MB 197 2
282,373 282,373 0000000000000000115bfd9464c60b8bc0daf1cb71e652124ca3e9c4ace9dd9b 0.26 MB 423 39
282,372 282,372 000000000000000039fb0566bc53c3bd36b761be48dbfc411f3992e8481cb698 0.25 MB 504 44
282,371 282,371 000000000000000108adde3838ddc482d018069ff5754a3a8241a9e2dcc4a9af 0.12 MB 234 28
282,370 282,370 00000000000000018af99e296be51dfbea09cd2a8c535226dfc82ec926412edd 0.02 MB 48 33
282,369 282,369 0000000000000000fe40ad642ef7a81098f6d3a557988d7eb0af0f91fdd8913b 0.35 MB 448 26
282,368 282,368 000000000000000031d97e075b81d74004cbd3ac44eae4900cd5ae24759c92a9 0.25 MB 780 60
282,367 282,367 00000000000000018998b93983c2e4216e054e382bfba6dbf0aad3192a50d8f6 0.01 MB 20 64
282,366 282,366 0000000000000001cbe58250fa99f8b87628f84c1b921fbc1f577f9933b16087 0.03 MB 68 32
282,365 282,365 0000000000000000e78590728154e476bbda1725780e2ecc22a85ff22b1123c2 0.17 MB 286 70
Previous 10 blocks ↓
Total Size: 768.98 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.48 GB sent, 92.72 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.