Memory Pool Memory Pool Refreshing

18,735 transactions
5.98 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,324 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (536,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,464 371,464 00000000000000000a8f121b288a1aacfa7ebd033384ba1ff71613d5842e62bd 0.53 MB 1,066 37
371,463 371,463 000000000000000006ca734a60744cf07897c27c1d1e12b5bfa07bbafb009120 0.03 MB 35 5
371,462 371,462 00000000000000000db9b996362d8f3e27bb9a7ba2f4664c4a49f841ce74879f 0.91 MB 1,171 21
371,461 371,461 000000000000000001dd91233eefb0400825f3fe60d9f1f0c2a23b586b64def7 0.75 MB 1,176 30
371,460 371,460 00000000000000000c12400a5f67e1b4a6cd8aee34fcb418e3318669e2541fcf 0.93 MB 2,292 50
371,459 371,459 000000000000000014065d1af39abe062c41af48366f9c895156ff4a387703d5 0.31 MB 531 34
371,458 371,458 00000000000000000de242e17247ade942095ce5e17fd05f665620f7b98068d0 0.45 MB 686 31
371,457 371,457 0000000000000000103f081f648c038e5d77855b33fee8ac73ff689a7fcfcbe2 0.95 MB 1,867 37
371,456 371,456 000000000000000008bed2abc6da58535fbcbf065d2ed4ea93e6f04cab1ade60 0.14 MB 276 41
371,455 371,455 0000000000000000012d29fca810cd547f073a5ad12b2914a57084b7b19a89a6 0.29 MB 393 31
371,454 371,454 000000000000000007cfadb1721c76e647a3e4cd4b41e4bd5db733740f78020b 0.95 MB 1,304 28
371,453 371,453 0000000000000000002d7fb61dea352a454844fddffda847d6edd13adcbde54e 0.29 MB 637 46
371,452 371,452 0000000000000000064de83b96771555472a2c76db2f4b517ddc1246399f09bd 0.20 MB 265 35
371,451 371,451 0000000000000000021f2b8cd8f01f23bfafe714fb7b649822f3c73f95307681 0.10 MB 177 42
371,450 371,450 00000000000000001225017d2753fda77148b9119b361cc187a446b0f6b5cdec 0.41 MB 684 35
371,449 371,449 00000000000000000f1cf3a59684c8f66efa216d27c59a0f415fbe178d1c62a0 0.02 MB 39 32
371,448 371,448 00000000000000000927cefcbc0deaa87ed3fe5d50a1a9fcfc50d730f590e988 0.47 MB 818 35
371,447 371,447 00000000000000000506831ab3879a04e5bbd922c49a1d9d3432258ad992ca18 0.03 MB 48 31
371,446 371,446 00000000000000000bf24db8c8acc45df597f406b4820bfac03a18a57c766524 0.03 MB 77 17
371,445 371,445 00000000000000000e3ff08a9d54b1cc33f2bf84682826fa2afa60521e0f148b 0.25 MB 280 10
371,444 371,444 00000000000000000ed07d7c342d18e6f78192ea2957a0ff725994f29cbe1dcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.39 GB sent, 92.99 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.