Memory Pool Memory Pool Refreshing

543 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 519 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (710,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,803 197,803 00000000000005b0e327019db84f0f53d8d55c42ea63d8009baef2ae713fe8a7 0.02 MB 54 166
197,802 197,802 0000000000000108ead09fbcefabe74ea2db35aaee192c21c5d4b2ae0356d5d1 0.00 MB 16 102
197,801 197,801 0000000000000306a15d8e2ff7caaa619e65ed889cd05ea3113a3c1684c2e366 0.01 MB 14 26
197,800 197,800 00000000000003122975529d6e7da88ef5e2a01c726812c41e2c0848117c45c5 0.08 MB 168 225
197,799 197,799 0000000000000470543a86843f9f95054b6d11975833a6a44b80ab74b2febf74 0.01 MB 33 1,504
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
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.