Memory Pool Memory Pool Refreshing

15,772 transactions
25.63 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,450 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,350 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,449 (695,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
169,366 169,366 00000000000009f84808ebde2647eecd5ad24847277cdbb1f2b744d810063440 0.00 MB 13 16
169,365 169,365 000000000000013b0b23030bd767e4502d493445acf9f503209aaee44d03e6be 0.05 MB 149 18
169,364 169,364 00000000000001217cdd936a7601686a08edea9cb1b6f72085ef22a51bf345db 0.01 MB 13 43
169,363 169,363 00000000000003fafaab7b97226dc7064e4fb4dba81d8b0df4d1da779f569e48 0.01 MB 19 37
169,362 169,362 00000000000007e69407e3608349520881a7eca9f1aec5f280d534c410c8e7e1 0.01 MB 11 22
169,361 169,361 000000000000061dc06f6976381e514d35099c40b77fbede81e894cb75b7afb7 0.00 MB 10 0
169,360 169,360 00000000000008fb165722ae84375187bfa83abfa752b42d6988758322a85073 0.05 MB 161 113
169,359 169,359 00000000000006033cb96e53195f65cf1fb6d62d8ae9345c539f7dadea083217 0.01 MB 12 709
169,358 169,358 0000000000000875a9456d78c6453cf8e9d38d03b35d48aa52956d641fc52eab 0.00 MB 1 0
169,357 169,357 00000000000005fa86ad64c03983aff0dba98e5f6fd898916b2d940a09c775eb 0.05 MB 126 77
169,356 169,356 00000000000005ee615012cfe6186b321657d652cdbc3ea458403d5d9b56a2fb 0.07 MB 98 81
169,355 169,355 00000000000006620d2ef37448915b26bdd711d5ccbca8a1d724ee253239a186 0.05 MB 64 281
169,354 169,354 0000000000000228bed5e24b6ecfdd62dec4321372eceb11642fbbdde44c4e55 0.05 MB 73 83
169,353 169,353 00000000000000fece3ead6abc7a6a2ce91e5d4d071d5ab103119e18a60b7fb8 0.01 MB 11 66
169,352 169,352 00000000000007056630c3109844a350659fece34c52bfe46309711c61720f93 0.01 MB 31 15
169,351 169,351 000000000000039f13fc3edf8997a7c86087f4555b58c86932c9b2f73093c7df 0.05 MB 99 108
169,350 169,350 00000000000008d89d9a4a7e0d3e90340867e819fdcb891a4e8acfe825057a13 0.03 MB 69 120
169,349 169,349 00000000000007c2af7504468d9218c944d389c49b4f733bc721ba49da337ec3 0.00 MB 1 0
169,348 169,348 0000000000000a1446320d4fd8460c1138a243506e42b1f98f25dd562b26413d 0.01 MB 16 38
169,347 169,347 000000000000048685ce5b2d6175ddbcb493600dbaff316a1e045ff789e36d1e 0.00 MB 13 0
169,346 169,346 000000000000008cd4a45956c212948ce1d1feee85a29bfbf5d5264b586e3e44 0.04 MB 84 932
Previous 10 blocks ↓
Total Size: 688.88 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,636.86 GB sent, 131.58 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.