Memory Pool Memory Pool Refreshing

5,127 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (700,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,178 207,178 000000000000005bda196ac3fc79daa77d09277c0215c38dee2a5e28a69b26e0 0.00 MB 10 239
207,177 207,177 00000000000002bfd36feabfc71779196b13981f05acfc282da8b4b3cdef5f5b 0.07 MB 134 132
207,176 207,176 00000000000003543f1a72223f1255604ff87532ec4bdf3269be8f439f2f9a2b 0.02 MB 38 113
207,175 207,175 0000000000000056611f13026f45dd3bd07a72d47462d04b499e3e81f1f493f7 0.04 MB 98 86
207,174 207,174 0000000000000418ba129644dc1aba2cebf90bac7165cba1840f13d94ac0ea1a 0.07 MB 164 134
207,173 207,173 00000000000003fb6fb9431089b12e7b30c6eb644a0e7130ced1583909bf4313 0.00 MB 10 0
207,172 207,172 00000000000004cdac37bbe1e146f75b28b6f6d6e173a02ae986f6d925716c66 0.19 MB 324 147
207,171 207,171 000000000000031677d4b96aa9349df6d47b84308cd548cb8cc2ac8d2fc82a4a 0.02 MB 42 96
207,170 207,170 00000000000003a6a891d97fd9286a2610a8ea230fd0320e28abdd409bfe3b96 0.01 MB 17 150
207,169 207,169 00000000000001d985839442aac0179713fc7f6e5b109d524a272d3d55600d7a 0.13 MB 262 153
207,168 207,168 00000000000004c4e2d9a1056e79d0d5db469dbf2704e8555ae296e710eff1fb 0.05 MB 88 201
207,167 207,167 00000000000000112740a4c4c7042c90d3fb25fddb03c99b4ec2c1d76f4669a9 0.22 MB 234 85
207,166 207,166 00000000000002c814fa63216ce9ac46b3ae8e8a573178d518c046704c2dc1eb 0.10 MB 213 204
207,165 207,165 000000000000002afc8044a5b98e2634b8058e90e4ee9e22ebd722566c24bf28 0.24 MB 368 86
207,164 207,164 00000000000004f27db98ec4696132cdb1ab31f1537b8eb9e4245389680d53cc 0.00 MB 7 0
207,163 207,163 00000000000000a82c6780bb1846ed669731073ccc769f3754a1212345533373 0.12 MB 181 122
207,162 207,162 00000000000001d5f2cbdfd770f4271e577d6120c89f5a1598dccbcd6937e5eb 0.05 MB 137 32
207,161 207,161 000000000000018458648a87e5b9b91603fb359c14129706f431b0a67bb76feb 0.03 MB 86 147
207,160 207,160 00000000000000779a7552bdc6b0f1e05df87b13d8d34f69789cbcd22733a470 0.15 MB 348 192
207,159 207,159 00000000000000027a16a89053c44cc2417323cc0a04039190787aa755cccf28 0.00 MB 11 473
207,158 207,158 0000000000000427850799733c57b2a9f4f736f1c29f379dda2d8a6f9a53333e 0.17 MB 369 198
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.