Memory Pool Memory Pool Refreshing

6,776 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (555,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,106 352,106 00000000000000000647cff3f83c4d97b4d20224905436c2b7fc3077e66a61e6 0.22 MB 488 28
352,105 352,105 00000000000000000b2972f5c1c35621719a84a631d37d0903a2292bc4077385 0.39 MB 682 24
352,104 352,104 00000000000000000fc44eadebcc69840232369c6ec5fe6550c1e1c6f39dd515 0.43 MB 827 25
352,103 352,103 00000000000000001439df7ed126fc7a7995c21c08e54c0dc9208191a3ceb34b 0.77 MB 1,447 27
352,102 352,102 0000000000000000080f677ab77483d407a66d496cf8ca0644171af38153e276 0.25 MB 224 16
352,101 352,101 00000000000000000d4848dd54e52f1999eddd0cf8fb94b0f953c80692ba014f 0.75 MB 1,048 23
352,100 352,100 000000000000000005348ac5d0246d0fa0b83b9147aecc404c9c49fdeeb4c7dc 0.75 MB 2,188 40
352,099 352,099 000000000000000003f45e251e589b7b07b5a06ead8c8c7033ae2e549fa0044b 0.21 MB 276 18
352,098 352,098 0000000000000000161df055f1d7f40fb267dccad7c784a36ef6e48ac1dd5126 0.44 MB 478 15
352,097 352,097 000000000000000000255d6608924b3e4acaec4b898ac2de48ee200fbafcc7b6 0.75 MB 1,850 34
352,096 352,096 00000000000000000c692f63f4cb6eadd1c1628a0caff321b9698eb67e890893 0.16 MB 240 19
352,095 352,095 000000000000000005ee856d7ed182da1053b12eca189c55e8cdb140ebd0936d 0.82 MB 1,031 18
352,094 352,094 0000000000000000016af149aa47afc8e70de8e6d93c50409e16c4ed8aad12ff 0.75 MB 1,688 33
352,093 352,093 000000000000000013e9869907654124044e27380735ab6c1b91615fe1342554 0.40 MB 685 20
352,092 352,092 0000000000000000108a64dc09dfd3eeb93d0c52c7ebe0af3f300805831ebaa8 0.54 MB 923 21
352,091 352,091 00000000000000000ae8763a74c9da0432519d16d1431ed899ba3afbf9e57c12 0.16 MB 294 22
352,090 352,090 00000000000000000ceddd118fdfd04579b50e6cb672f9685399c54269b25e95 0.34 MB 505 22
352,089 352,089 000000000000000006c6933e4e162b08a9082fa8e4bce54ab86131d9c86133a4 0.48 MB 1,118 29
352,088 352,088 000000000000000014d11f0507dcbde662aae7635449b972068b2587ac173e34 0.33 MB 633 31
352,087 352,087 00000000000000000cc52e3ddb7327f39ad9523673d2eb4d55e57836c35583a9 0.18 MB 333 26
352,086 352,086 00000000000000000ec21fe2ae56fbadf07c2bdfded2f3fd5e1db48ee5ff9a6e 0.16 MB 297 27
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.