Memory Pool Memory Pool Refreshing

45,287 transactions
33.21 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,069 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,341 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,068 (693,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
169,508 169,508 00000000000003ad5927c58b1bd7537083d4447bcba347581e10ce8c7f90e193 0.02 MB 19 81
169,507 169,507 00000000000006a6ccb84defb773f84b7c627ce2252240ebdc484d3b889e6abb 0.02 MB 61 180
169,506 169,506 0000000000000acb62d9e14ad147f41e1e1c9e81dbd5350ffd65b25b242f677a 0.04 MB 126 69
169,505 169,505 00000000000006cd6d85b52491d8d29e81943a7ab975c383cc3e0bdc36d36d09 0.00 MB 10 34
169,504 169,504 00000000000004cc2d44a155d93ff815d7d250d9b0b710db21e2162cda017f1c 0.05 MB 142 33
169,503 169,503 0000000000000906336c825bc93221ade7ec33b0cf9b42afa858c4aadad0acc7 0.01 MB 25 133
169,502 169,502 00000000000001a5d77e6bd4173ae1ae3450ef9451e38e3db7b5c05419356793 0.00 MB 11 271
169,501 169,501 00000000000002e6b766add6a125ef6da4df7e80de0e513c9523078a0e0cceef 0.00 MB 12 17
169,500 169,500 00000000000001e8cc8a12a97576bed718cc0153ec28fc4f0cd5d40ad54660eb 0.00 MB 13 41
169,499 169,499 000000000000001f65f842086b8bf56dfe4c1a4929a305c17532b164f2e829ae 0.02 MB 49 451
169,498 169,498 000000000000067dfcf167c5385cbeb8cfb08ca9523bc0343221bce7a8040e3e 0.05 MB 122 52
169,497 169,497 0000000000000b08badb8c0013fbb2c11dab2bfa3c31f27547fb8d0d648976c3 0.03 MB 63 85
169,496 169,496 00000000000009e8ee5cbbb5b14649a1bee024c314b7f8a2dac8a4eb98bce70e 0.04 MB 81 38
169,495 169,495 00000000000005fd9177fa46e86f4cb5af9f6b769ba6a6291676e309ed9f757f 0.00 MB 1 0
169,494 169,494 00000000000003a83b3570a5cdfaafaf77cefc55db742157f679464298cf1ed5 0.06 MB 98 188
169,493 169,493 00000000000005b3bf67e4d0e2bf5926db5cc15a2dfe39f76e87074744953331 0.01 MB 29 577
169,492 169,492 00000000000001b3714c52fa236ee463f4037fa80262108f17e7e9d606414b28 0.01 MB 26 60
169,491 169,491 00000000000002ee7bfdff0e1121cde933e80bf06021fca98f3e44ff0d3165a3 0.00 MB 10 14
169,490 169,490 0000000000000a4393840d50f11d432b547fd1336ea88a158badb3de58c7a943 0.01 MB 37 29
169,489 169,489 00000000000008465028f3d940bbc00a110ce08aab990a5d39fa2d7e98d72e5c 0.00 MB 10 45
169,488 169,488 00000000000000ad4559d6a2c718c13e1255c9a6d6c781221c1510c6b0419b59 0.01 MB 33 591
Previous 10 blocks ↓
Total Size: 686.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,419.01 GB sent, 113.60 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.