Memory Pool Memory Pool Refreshing

9,042 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (712,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,856 194,856 0000000000000323207f379898ddab0a866a022906d034ef23a1aff56762ac6f 0.16 MB 435 158
194,855 194,855 0000000000000097a4f3f1dcae716a63dedc7a6fbbb22d618016455409e4acb0 0.18 MB 538 247
194,854 194,854 00000000000003ec68be6c1671caec099ce2266b66e241a2e92d7843a74f7e6e 0.18 MB 267 116
194,853 194,853 00000000000000b7ec3bdfe91d63cca4193d115c2021b825d602b9559b29c847 0.21 MB 537 164
194,852 194,852 00000000000004d0e4727eb34e169a1fd36bbb8d7f1265f1b6180ded6fcb1dd4 0.10 MB 157 96
194,851 194,851 00000000000007a2702656c6f69db9cf732a677376d13c204bd450cc738a878f 0.17 MB 398 174
194,850 194,850 000000000000000b4f43bf1bc55a9e58021912774adb6e2c7fdeeb4c797cbd33 0.01 MB 34 240
194,849 194,849 000000000000071ca23759dd4143ed95aed0ac88776436a4a5c63b06180676bc 0.05 MB 117 118
194,848 194,848 00000000000000b7b074cd8044ec8fd706ab6b2bbfc784a99b4c2810126091d3 0.02 MB 62 11
194,847 194,847 0000000000000183a63b13c1d178cc5968a75436bbef79541126d2d654cc3959 0.09 MB 204 218
194,846 194,846 000000000000003de8fc656d7f18dd026e7736f5e5aac44494f38dea207bd615 0.12 MB 297 141
194,845 194,845 00000000000002b65cd0527498d62f5e83075c9178db864b0e4d37f434961a6d 0.02 MB 37 100
194,844 194,844 000000000000008b4ebc4849466fedcf2bd16d22873f70d3bedd98f8116ada2d 0.13 MB 256 55
194,843 194,843 000000000000019f64001d509238d95e1653fc741dd3057020ca2c28b6480aea 0.21 MB 586 138
194,842 194,842 000000000000048fed000e1755d1634c431e3836c8b1c3c3d79b62af84f93d6a 0.05 MB 130 105
194,841 194,841 00000000000006e112434742e8b28c8bfdd37a92a5d6276c72483c59709fbcef 0.14 MB 256 98
194,840 194,840 0000000000000321f66a3cf6267b915b9a53c261f8d9ebb20a1268ba1e5f8426 0.10 MB 256 52
194,839 194,839 0000000000000506241071b4abad8eb62f129e50d8e60782bc605ae292c83e4b 0.09 MB 263 137
194,838 194,838 00000000000005c3186e59a8a4932c6ed0de3a918b790b39a6eecc06f115991d 0.26 MB 492 143
194,837 194,837 000000000000021f00cfaec416ec2488f008df1ab5c25e6a2d01efbcbcbd57cc 0.07 MB 217 56
194,836 194,836 00000000000004312f5eebc027631826a00604af4b135215f2b28347fc517a2d 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.