Memory Pool Memory Pool Refreshing

8,693 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (776,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,365 131,365 0000000000000be6c99917cce1fda364edb10626a26466f6792ea8cbe3e44880 0.04 MB 50 854
131,364 131,364 00000000000011bf9d9bc2730f0b5f5a64778b087bfd32dfe0f068f3fc2aad69 0.04 MB 64 504
131,363 131,363 000000000000061de3b6122ba43154ed4e6ce0da158a6417226f22a02fe1606b 0.01 MB 16 1,337
131,362 131,362 00000000000008d326c8897454365e05566fa1adbd656f20710f3b39a2316ee5 0.02 MB 48 1,253
131,361 131,361 0000000000000172522d233fcddd594a3e8466853c9cbb2b4bc9ff730300720e 0.01 MB 13 1,463
131,360 131,360 000000000000063e61fcfa566bc98e6027cc4dd6e4b16f65092f96b2c47194aa 0.02 MB 38 735
131,359 131,359 00000000000009675c9e859b44d539f8ce928923ae78ef18bb3e196eedf610da 0.03 MB 55 1,192
131,358 131,358 000000000000086afeddf8b0e5579b66abfd1ee7bf1d95c650c6c8080f5686c5 0.01 MB 32 2,265
131,357 131,357 000000000000077c3bb73a8e702c063ee2b7073d95dc3030a785d732ba3b5ed7 0.02 MB 56 1,114
131,356 131,356 0000000000000fab2d149e749b21b37cf87f29e56d976995765797486ace2c8e 0.01 MB 15 849
131,355 131,355 0000000000000787fe7ed782e2907e9dc61dcf3d87bbc2cd1ca6a61e482a0748 0.05 MB 148 498
131,354 131,354 0000000000000ad2b472c7246b4bba08e0bf13853fa3b4ac1491322026af9021 0.00 MB 1 0
131,353 131,353 000000000000092cccef8c0b14767d5c5ae17b6c45279e226d5808ffb2f92784 0.05 MB 69 1,049
131,352 131,352 000000000000102fe5c6904296f7aa14c06a5b11972052faa458e98903eda250 0.05 MB 167 251
131,351 131,351 000000000000094c017290273c5241a5aab361120e92bfad5e36f7137c5e6ec3 0.00 MB 9 1,525
131,350 131,350 0000000000001132b4660387dde8594a501b3967c5ce5f01c7a3f89d1ee7bc9f 0.00 MB 10 978
131,349 131,349 00000000000011f5e217a0d9464c5e0ee75eaaddf8758111fec268ab5c598a8c 0.04 MB 95 697
131,348 131,348 000000000000073c02980dce50f0c687813a3180d6581c425e47626992c21e79 0.01 MB 25 1,235
131,347 131,347 0000000000000043b581b509b2088d6a57fb84f4ef4189053979e852467b6d87 0.00 MB 1 0
131,346 131,346 00000000000012ca734f48034b68122be3d6df22e69fd96fcf35153e120a19cf 0.01 MB 20 146
131,345 131,345 0000000000000e9d085d44098ea294f65725e2073f042acd81f1ba3772b4c46e 0.04 MB 76 881
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.