Memory Pool Memory Pool Refreshing

3,799 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,997 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (629,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,700 278,700 0000000000000001b5a6f61911dae8ff457575add2cfa063c1d6193a89bcbeb0 0.04 MB 99 43
278,699 278,699 00000000000000019841b7bd252eb140d1cce12fcc96c97a787b496d1af931b2 0.08 MB 168 41
278,698 278,698 00000000000000027e9f38b17b551757ad44ab773f5e347739922fac4434e3b2 0.22 MB 473 54
278,697 278,697 0000000000000000e6553d708a2e5d27924896006725e53b12aebbfba75c6b01 0.27 MB 541 37
278,696 278,696 00000000000000006424a4e0bc19626c555a9a46b6456d68e3204c5de7cb40f7 0.28 MB 358 33
278,695 278,695 0000000000000001a9b1548aaf26419c4fc4290d191052dc7927e01b9937401e 0.01 MB 32 52
278,694 278,694 0000000000000002522cd919faf3b216e49d46b69e982ec0412d849e68653382 0.12 MB 259 42
278,693 278,693 0000000000000002861ee0919fc86990573ac360820766dc1b9ba580e5ccf7b6 0.02 MB 64 93
278,692 278,692 000000000000000262528ab8824d06c86eb7799d624fd8497cfb2c69f5e42cf9 0.07 MB 125 33
278,691 278,691 000000000000000297be17f77b66759e9eb5bb83fc251308085b0616794806af 0.17 MB 288 54
278,690 278,690 0000000000000001657a7866be99cc8bb6d6160f07d0a3bdea4ac7dad40d1f44 0.04 MB 126 34
278,689 278,689 0000000000000000207ee75cd0056cd0f2207258be5889bdf298340e4aaca426 0.44 MB 967 43
278,688 278,688 0000000000000000c9fbd7e87b3228b7f08dfacb4995bb82efd86e6b6d0d80f4 0.10 MB 251 44
278,687 278,687 0000000000000002dd088120edfd6ae68ef0b391990f72f3beb72dc5991e191f 0.13 MB 329 46
278,686 278,686 00000000000000023f333e897d2eb57e8aed8e2e9095c0e4b2720d86492fe9f7 0.16 MB 338 48
278,685 278,685 0000000000000001a31b5492f8491c0ef0bd3855c26d488c63d762f51d6f5afc 0.10 MB 132 30
278,684 278,684 0000000000000000eb66b7a1259a08dfdbf94b99f6ceb2b630df2d4f536cbfe6 0.03 MB 86 56
278,683 278,683 0000000000000001b4d7d12b8bf6e67c79793d133627116db3409bd319ce099c 0.01 MB 40 42
278,682 278,682 00000000000000000e83c038c9d18df1bb4e64202995fcbbeb2f917aecb70882 0.03 MB 62 34
278,681 278,681 00000000000000010e6fca4628fb6bda61a8e900bfc59738bbc9bf22a5037238 0.13 MB 208 35
278,680 278,680 0000000000000001f41111e9185ca4b4da33286bd6aa11de6a78ce7d4df7ef75 0.24 MB 372 36
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.