Memory Pool Memory Pool Refreshing

4,990 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (324,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,114 583,114 00000000000000000019387e50bea23d76bab513e52401c211c70a7cd6929a03 1.10 MB 3,010 27
583,113 583,113 000000000000000000231ede0a5b497300b6e3a2aba39a68012de4f65d6ada49 1.24 MB 3,183 161
583,112 583,112 0000000000000000000441a61779354ab5184d563366f555a177b886ad468370 1.14 MB 3,347 94
583,111 583,111 000000000000000000191875698e3a6b6daa4b591e31dfaaaac71aa444c3033a 1.09 MB 2,841 25
583,110 583,110 00000000000000000006388428c60f8f88ba627d11cecf21ced49e475ca5b04a 1.18 MB 2,627 114
583,109 583,109 000000000000000000134ffe7f304386e073536e9d055f3712c1fb07fc6addb4 1.14 MB 2,725 47
583,108 583,108 000000000000000000156d8f5a07a33b2c603a87757e7a44d63ad5081bbb0507 1.24 MB 3,027 143
583,107 583,107 000000000000000000058a3f1c1e73092bb059dc5c1f934a4e22ee273ab65f69 1.15 MB 2,857 89
583,106 583,106 00000000000000000004cc92f3b8c1e3e9fcb133f6326a8adc7ce1f0e15f5748 1.11 MB 2,212 33
583,105 583,105 0000000000000000001f534882e8a9e8654837bac4a09314899d331379b6f373 1.16 MB 2,248 72
583,104 583,104 00000000000000000011e7e4650300213679b7c5e031b3f978e866efff1df9e3 1.20 MB 2,008 19
583,103 583,103 0000000000000000000f15c98c9cfe174914ecfa2d57c52f97a53f6dc7ceba4d 1.17 MB 2,744 110
583,102 583,102 0000000000000000001d358e942300a8aee5fcba08f02829920fc1ad0da23cac 1.22 MB 2,617 171
583,101 583,101 000000000000000000225ece68e5df6ed1864b470da69934de46644315fbb802 1.17 MB 2,760 78
583,100 583,100 00000000000000000015acd13af29f1cc44f7ace8261b0515c84f65358af5e25 1.11 MB 712 139
583,099 583,099 0000000000000000001d064229ad4d1840c64d9e785c813d3e7c31edef29dd52 1.18 MB 3,846 192
583,098 583,098 0000000000000000000ee08e5bffaa3f4ce995302344bad17e7015fddf06704a 0.19 MB 411 68
583,097 583,097 0000000000000000000d1fd40705441450308f5e7591595a30e2040f48b8bdc7 0.17 MB 402 62
583,096 583,096 00000000000000000005675f91a1905e3abb745be6644c01e06a1e405ab93631 0.32 MB 788 88
583,095 583,095 000000000000000000233a9e6b3bcbd3d92c2a70c992aab470ea29557ad28686 0.80 MB 1,707 52
583,094 583,094 0000000000000000001ba048cec53d5a24ecff1de920d2faca4d6848aaf0ebb4 0.52 MB 1,392 71
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.