Memory Pool Memory Pool Refreshing

1,282 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (631,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,112 276,112 00000000000000014f6bdf65fd6a9d134d6d7527f295cbe9cafd7872ec5b1e09 0.25 MB 380 64
276,111 276,111 000000000000000487a47a88b86cd23bfe11da62c2fc41135d68de7d3b134b7e 0.03 MB 87 82
276,110 276,110 00000000000000002786dcb5c24679053b4bc374a19750e820671b30e83223bc 0.50 MB 722 79
276,109 276,109 000000000000000435cff22c9e6d0491a21c789de3d06d09c95e2b2a3c054523 0.50 MB 1,417 54
276,108 276,108 00000000000000014f02f97cde181c982d74e59d0976a0e1a3602c46c2b5c374 0.25 MB 724 130
276,107 276,107 00000000000000011e3c6bb171fe7c2ff550e08867bffca5dcb2720867a54d66 0.36 MB 138 15
276,106 276,106 00000000000000037dd25845d31b77dcf3afe77c0c7a1d637d628063259d9d42 0.45 MB 851 50
276,105 276,105 0000000000000002571da8ef9a4bb1f179b620aa1ddee01fe4b4c58ebdddd2f5 0.24 MB 137 14
276,104 276,104 00000000000000016285dad0e87e75fa71f322f28d485eacbe4ca7ada6651f46 0.25 MB 621 74
276,103 276,103 000000000000000161e6845d076fcc0a904e5ab57d204925c5202ba9f2120d5e 0.21 MB 200 20
276,102 276,102 0000000000000001bb2e963aad0c7cceb7e43d35e8c3f927f0d53b044e10f604 0.50 MB 1,185 46
276,101 276,101 00000000000000029d5167ad18274d40a39bed328782dcc6fee97bc5b43c1594 0.25 MB 676 84
276,100 276,100 000000000000000048a3355667051cc31e3ae51eadd912f7ab01180b82a36257 0.35 MB 654 47
276,099 276,099 0000000000000002edda696327b5810e53f28cbee231e9fbcce7a08a3010346f 0.12 MB 282 40
276,098 276,098 0000000000000001003dc74e731975e0f4288fff8beee96ed63a94dc1494387b 0.09 MB 201 46
276,097 276,097 0000000000000001c190963a3fdd2a052d604b3d654d7f7a56af837950564171 0.14 MB 316 37
276,096 276,096 000000000000000129c8e0b023b70a28bfbac63c20ea391644e75e9b14bf626c 0.31 MB 503 24
276,095 276,095 0000000000000003183ce7d9852dacddc8a51160a865af55de489878a5c89cd1 0.25 MB 593 52
276,094 276,094 00000000000000018b766035c2f45d300d71f8d87859080cfe43f4a519337309 0.25 MB 684 127
276,093 276,093 00000000000000023affb856fcd223b558f4de7a44831afd9cce94f08b6a94d6 0.25 MB 539 30
276,092 276,092 0000000000000003c64d5b2496b9d29fa5cf0c9187713e6b2c3c60ee70a56e86 0.25 MB 684 65
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.