Memory Pool Memory Pool Refreshing

13,954 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (709,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,798 197,798 00000000000006101d3ff143c202ba4297bc498aba2af2f0c1def9f49dc61266 0.00 MB 7 28
197,797 197,797 00000000000002bd58e5a23c3722ec0046ab4f656bc4f9954ab5c95824b4f1ec 0.06 MB 128 294
197,796 197,796 00000000000004d922ad0a3ead50eac03e9192b06d78aaaebd60b41584a5e077 0.03 MB 140 89
197,795 197,795 000000000000056403f1c16fc14f934302827c3cfacdb714e398726a4df11217 0.08 MB 228 290
197,794 197,794 000000000000057935d658b7648370df2e03754e5127ff431b3e1da73c2fd34e 0.03 MB 80 275
197,793 197,793 0000000000000107f70dbb3f9e6e47eed35efaf83e1028a4294962fd775dadc5 0.29 MB 515 225
197,792 197,792 000000000000046a245cc723f00d6fe10d72e99d8a79458c5394a0b9dcb0a79c 0.07 MB 89 101
197,791 197,791 0000000000000595c502b9f9b8d6a34b72ddae38923e72271dd19bfde619cca3 0.25 MB 710 273
197,790 197,790 0000000000000546f77084b0f5ff7f8f89682368a5cc4e3238ad4060064cce81 0.03 MB 100 16
197,789 197,789 000000000000025b9ce63bb8f8cbb4c65cf3dd959a1be1c87b04c54c2a91c72f 0.13 MB 344 351
197,788 197,788 0000000000000278822c4964163d249df323384e23c40edcc5087601917c8392 0.05 MB 123 140
197,787 197,787 0000000000000169649255b2d46b0d0ebf71906309409d833776e04367874f8d 0.05 MB 132 347
197,786 197,786 00000000000003035c8d3aacf82e45656126215096ae750eab94faa5c939a9cf 0.04 MB 77 165
197,785 197,785 0000000000000065a101723ce0478e18e913677e0de01f5cde80e9801f16d6f8 0.04 MB 107 223
197,784 197,784 00000000000002dd7ee87f013e894a8804313017e3f4a9b355558ec834e7a76a 0.07 MB 208 150
197,783 197,783 0000000000000404c3e2027c93ee5b79f016ec8eff4c3eeb87cc531f9b242c09 0.03 MB 89 119
197,782 197,782 00000000000001749713270cea65102e2048cbd66be5e60139b053bb1f4aff9b 0.07 MB 128 151
197,781 197,781 000000000000013f60b28f1c4a9e3a5589f3a7e6d18dba6abfbade16a5b31de4 0.05 MB 144 81
197,780 197,780 00000000000002f53b1c01f41281798a790fea0d0b41dc7c357fecbe43587d98 0.04 MB 104 129
197,779 197,779 000000000000005574997b3a60292993988083565ad80275243f828b2dfb3d4c 0.21 MB 540 209
197,778 197,778 0000000000000567a5fe31f713c463f82c6ffa19b0e308125fb46589b167125f 0.26 MB 512 105
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,622.93 GB sent, 92.96 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.