Memory Pool Memory Pool Refreshing

2,748 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (689,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,800 218,800 00000000000004f1cfd5fed69905a4ccb4d144ccec8715daff5e327685e4e470 0.00 MB 11 232
218,799 218,799 0000000000000127f3512329a34a83ccdb275991c7af96a7f468886852cfee8b 0.29 MB 463 49
218,798 218,798 000000000000050b4019bd8a5ab92aa40bf5443430efd5ee339abbc6d14a0a1f 0.08 MB 256 339
218,797 218,797 00000000000003ba644e9b3075918f43542d0d038d5292af7acbef267ddded5d 0.21 MB 535 183
218,796 218,796 00000000000002ce7a064b99537ecf257225c3985cbb1b8a4236bf4bd30c8482 0.00 MB 12 456
218,795 218,795 0000000000000244122fff8d6ebf137ba49a2eee9b57d57926e0ac875294149c 0.11 MB 281 172
218,794 218,794 00000000000000d3692446c6599b5ebce73876e9c6d2fc4e3a75ba917647a119 0.00 MB 10 438
218,793 218,793 00000000000003fdae44cb3b594e2af9ae1ef395e8ee8b5fcddddce5ccedb89c 0.11 MB 248 213
218,792 218,792 00000000000003234bbcb1639a02c1648b306bf3bc758b7b14f11f00119e06e8 0.03 MB 68 20
218,791 218,791 00000000000002dd7507d1141b17039de6b31483eafbe37794005b3ed6c11eaa 0.16 MB 346 300
218,790 218,790 000000000000042d72cc0e515a3573a4b8198cb86067167226996bfd2f5fc0ef 0.17 MB 311 152
218,789 218,789 00000000000002f57d32a7d66f10f04c4fee578c0cbe60e4eaffad73e78607d4 0.01 MB 21 93
218,788 218,788 00000000000002e8e6f1e999b6fa238e4e77cba13a9d042de9b5fca508607214 0.10 MB 211 143
218,787 218,787 00000000000002133250ef30c15f97b57f76327b51b5dc97a81172af6f86aa37 0.23 MB 254 101
218,786 218,786 00000000000000121eb98f087cffc4e5a3bcd3744443caace871c1ffd7831f78 0.02 MB 53 272
218,785 218,785 000000000000004c1716bf32128469b8b057aa64c11e6385b6c099ba187da1d1 0.33 MB 381 104
218,784 218,784 0000000000000194fbd4f992cd0252029b231875fee0be5190a6e7d20fd2c80b 0.01 MB 21 30
218,783 218,783 0000000000000220b1f928524711e2d6e9b81b7f406f10ff3fff81f6b2266553 0.17 MB 204 103
218,782 218,782 00000000000000cf58576fa0f3aa49e22ff328ea43ae3764f82601e26c49bc52 0.13 MB 285 294
218,781 218,781 00000000000002a3546b075b9d780bd60279ecb4e954b6d26b2b2106bb432a94 0.08 MB 218 231
218,780 218,780 00000000000003df9abc8315d5c0fa5ac4374143e14cc71e6d42eb877de12709 0.08 MB 211 152
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.