Memory Pool Memory Pool Refreshing

266 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (668,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,026 239,026 0000000000000034d026f92c18e36eb4b797b80fe0b1baf049cc889ea2e0647c 0.01 MB 13 94
239,025 239,025 00000000000001100c4f555b213c2b075ead03505b9944ba533cc15c7f8e30af 0.12 MB 246 146
239,024 239,024 0000000000000036616005c3db3262eb4987c06ab2a49418723641173e38b319 0.00 MB 6 51
239,023 239,023 00000000000000e2f3abee5968b5017b39e6f490f78b36f2de2c4548bab1067b 0.19 MB 484 214
239,022 239,022 000000000000007d323bf1b24daac4fd8a1f8adb7c321b45e99d77448fa6dbba 0.09 MB 188 191
239,021 239,021 000000000000012409b5485cb877c3f1ea3ced9ffa169065a0cca529bba426fb 0.21 MB 505 183
239,020 239,020 00000000000000465f9def22e4bc025ccfdb494df02ccb0d5b4169a5f40b32bb 0.16 MB 253 146
239,019 239,019 000000000000015ddb35377aaa2a529cda2b640b2608d9c9eb4bd17cc5a66b0a 0.03 MB 67 127
239,018 239,018 0000000000000078127daf47a2bd395e89faab072519a912fa3bf4cb224db420 0.11 MB 256 182
239,017 239,017 0000000000000149f0708a82c48b44a14aa97c4eafabf31d68dfb51d8f605b93 0.09 MB 165 157
239,016 239,016 00000000000000f7d9310159f5bc1918e8d13b7e9ed33539561fa16a3dece92a 0.23 MB 582 176
239,015 239,015 00000000000000c9ceb4a8bf6efd215eff44db85d9d94b10946c8454a37f2c21 0.09 MB 126 115
239,014 239,014 000000000000005c8eb021ea81c8748af98d4dee5b33c3540247b4f1a708338b 0.10 MB 237 186
239,013 239,013 000000000000010e876280aedd0c1cf5b1bfbf88bdd76e1754b3d8dd0e44861c 0.14 MB 326 174
239,012 239,012 000000000000005b3f946aec941abf85080efd246cee5d241050ee7cca19b077 0.24 MB 525 193
239,011 239,011 00000000000000661002acd37d01c115a10ac1d19b203c44897e09d0c3b74b8d 0.24 MB 483 183
239,010 239,010 000000000000008c93c11b0218e5245b3f27e3f5498db4ca48deba3cc395fee2 0.25 MB 128 16
239,009 239,009 000000000000010b327496d057be37786735f6e62ae273ab328b606ce958f902 0.04 MB 65 47
239,008 239,008 000000000000010f1e78f7ef88bdf96f79f98afa97763b21fcbdcf1fa94df2c9 0.24 MB 354 148
239,007 239,007 00000000000000355321e5413bb5297530f385b4ea597529b4293010d50aaf77 0.01 MB 23 200
239,006 239,006 000000000000001c4de4310521fb46c651c0ea8900f851f5df337c17b49f44e6 0.11 MB 128 50
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.23 GB sent, 93.61 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.