Memory Pool Memory Pool Refreshing

12,622 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (757,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,575 150,575 0000000000000807349bc7d52b9a7a04bce82ef10534be075c37272d069fdd65 0.01 MB 20 780
150,574 150,574 00000000000003531e0a98f3ef9685cad963208b30bdff4e28f0c65731a63aff 0.02 MB 51 72
150,573 150,573 000000000000081f14cd4e6b64c73e3238cf07070dd5eaa749c7d42f4e975ff9 0.02 MB 50 53
150,572 150,572 00000000000007f40c47746c2609942f04b86de90493552a5325324af620dabe 0.00 MB 5 26
150,571 150,571 000000000000096019da1bde874c3f3777c8679b53831908fd828cb489db4aa2 0.00 MB 5 107
150,570 150,570 0000000000000860c21fc4c5c8c12a788c860dce9771b7cb5f23b3f43bcf7078 0.01 MB 16 124
150,569 150,569 000000000000048fc4568fccbff8626a7068597ce2481e15762b0ffea2dd3d6c 0.04 MB 57 127
150,568 150,568 0000000000000b3ae316e5208db239e140ac1a874b1e9ac88718f322f77dd111 0.00 MB 9 17
150,567 150,567 0000000000000143ecc9d96e2b7616410f650a79189af679aba30227e73f156b 0.01 MB 17 63
150,566 150,566 000000000000059f5c3c22119b8d4fd37a7b05e63842228f195196822f3d0218 0.01 MB 56 40
150,565 150,565 0000000000000527929996675158c5134d873368c12ea1490a7954e9debb7c59 0.02 MB 30 32
150,564 150,564 00000000000004f58e0ba5218d06001f81499e412eb6e9ed81762ebf2e21bc09 0.00 MB 6 133
150,563 150,563 00000000000002794a4b09d12e4b819f9468e478e9867468dad98044697e7871 0.01 MB 27 249
150,562 150,562 000000000000009bbf94dd63a11d7b523a041b58fb935b99f592b80de28a41bf 0.01 MB 23 83
150,561 150,561 00000000000001d73ab56240f1d3efd9f7a566f2468201c5348b84d96b14db26 0.03 MB 71 73
150,560 150,560 00000000000003285e48cc3a8f996a0bc919acc810c056af0314fcb075bcf0d9 0.02 MB 68 132
150,559 150,559 000000000000056fde4d916b464b699ee9b311dd18deba7b8e553b194fae3c1c 0.01 MB 31 140
150,558 150,558 000000000000083b8e061bbb557599f485cff9ace33d206acacae7c1f2807e47 0.00 MB 10 14
150,557 150,557 0000000000000a73b411956adff615fcbb821188c8dedcabc0e97855513d1a54 0.02 MB 43 95
150,556 150,556 00000000000005cf109e61fdd8f7af1af5c99cca43ca21b66c40aecda335b7e6 0.00 MB 5 57
150,555 150,555 00000000000007b20548b0b25751bf4051c914e54686dea368a4b6d8fd88927b 0.00 MB 4 64
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.