Memory Pool Memory Pool Refreshing

6,969 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (585,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,913 321,913 000000000000000022bfae29f62a16b4a406272ff845aa64ed04be31ead27f73 0.18 MB 337 26
321,912 321,912 00000000000000000efc1338243d5efbde2efb0b319b430bf847b3e7edc9271c 0.48 MB 991 30
321,911 321,911 00000000000000000914169bb92bd7c3338829493c3328a1a8903c090792e062 0.60 MB 1,232 30
321,910 321,910 00000000000000000cd32645206fd44364f356439cf8e5b2d0a2b8166a74e341 0.41 MB 649 25
321,909 321,909 000000000000000008ca0569e5450432450826b62001e5eb2100137db1555218 0.75 MB 1,333 26
321,908 321,908 00000000000000001ce9265f57eb39f921576660d6f8947b27c5a2885ac0519e 0.35 MB 1,128 56
321,907 321,907 00000000000000000c610aaea837bd763048e0df7799cd09850cc41f310d0071 0.04 MB 106 30
321,906 321,906 00000000000000001af5036d2f9871cbbfd6af2bafcf3fc10108bb834e223e21 0.12 MB 283 35
321,905 321,905 00000000000000000affabe4071f4f571458d7a92da0abb53fd4bfedec409f84 0.12 MB 204 24
321,904 321,904 00000000000000000ddb83fa61983ee6a6a41bbed648206061571578a62208e1 0.39 MB 779 28
321,903 321,903 0000000000000000189b1f36c2cb46fa687bf3d2d5e35aedb5f1dd97dca645fd 0.42 MB 898 29
321,902 321,902 00000000000000001242becc836b36b96035142e3df0c080e7b1709c4b5d5f4d 0.05 MB 109 29
321,901 321,901 0000000000000000187bc8186d790f6b060d4bb0b2eef766fa89597df24ee256 0.02 MB 50 34
321,900 321,900 0000000000000000003b82d3f5be8c7f98c749f0179dbc8099c8957661956d27 0.03 MB 70 37
321,899 321,899 0000000000000000184b26a3ede7b8643c68b5fc4da567168074aef778894bcd 0.16 MB 287 25
321,898 321,898 000000000000000016a59f05993519a3004595ba0cdb52a0264a773af135d508 0.34 MB 613 27
321,897 321,897 000000000000000009a9dd603ff020c2bb254263f39f2e70ee8fc80f47f2d52e 0.02 MB 32 20
321,896 321,896 00000000000000000ba05179a37ff548bf8190cfb5b92677c0b9dd9611e0fdb3 0.12 MB 151 37
321,895 321,895 00000000000000001510187da7327824edd1d0e490209de75799e6f668686242 0.30 MB 520 25
321,894 321,894 000000000000000016fef8194f4941214d05f0426a38923bd80f774a7955752c 0.15 MB 248 28
321,893 321,893 0000000000000000151d7c4c41cdadcb5a7a7184a171e6da48ebfba8e12f2ca1 0.08 MB 131 23
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.