Memory Pool Memory Pool Refreshing

337 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,508 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,507 (842,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,792 65,792 000000000378a2e6066b3deaaaf705ed0407a376f202b912b40202281b0f1b1b 0.00 MB 1 0
65,791 65,791 0000000002c921adb2387dcf33c86112ac59842e26b5cd2fe1a24a3e4d7609c2 0.00 MB 3 0
65,790 65,790 0000000008483a50f514e55a3dd09a0503b2899a13f952100f041cbdd98daa30 0.00 MB 2 0
65,789 65,789 000000000a5132244b327b4934851f96cb5e0840d74aa58239be6c2a3d4fa7ca 0.00 MB 2 0
65,788 65,788 0000000001194328001be83c54251d79de484293ade7dd09eeea14b4be190f16 0.00 MB 5 0
65,787 65,787 00000000057c13892b76adad46cff881b4f4a8e47873b018cffe57751f5f6f2c 0.00 MB 5 0
65,786 65,786 00000000021a87d66783ed5e55ad21f139a8afd3e2bd86b295bb656ae0cb2f54 0.00 MB 2 0
65,785 65,785 0000000002a7a0763e5d8817bfcdc6ca582272c4312e6c5daa3d7aafc5fb79c8 0.00 MB 1 0
65,784 65,784 0000000007b508025e52d599f59df11cc63c2a076c7d6d78c9cd6ce8012db268 0.00 MB 2 0
65,783 65,783 0000000001d4a77935392821d259579482b8bf233d9af210716e37e0f3e373d4 0.00 MB 14 0
65,782 65,782 0000000001609dc7f2b8a209f3c9c6f4c10afb1d1de5ba6166b3e94cb6108751 0.00 MB 1 0
65,781 65,781 000000000951d5417bd6840bb1fc7b7e0f5d8a428c2bdc0fa8d6ef94127f3b2d 0.00 MB 1 0
65,780 65,780 00000000073ade2759805c9fd1dafb10f24a7c94d50553dc207a6d0ef9163385 0.00 MB 1 0
65,779 65,779 00000000061281a5ccc31a400f1402ce7570a5634019039e18fc7479a1344a99 0.00 MB 5 0
65,778 65,778 0000000007b1388f59c78a20dac6f612c469c286015dd987758e92fd08024b47 0.00 MB 1 0
65,777 65,777 0000000001afb790e55e1817ba58679b1b8ab17deb5a2ee61374f2d7e8f65afe 0.00 MB 2 0
65,776 65,776 000000000321320d2eb633db1694bd3cf71ea613beff1e163c2c96e3fb5adcac 0.00 MB 1 0
65,775 65,775 00000000041dc5ee4b22cf1c1b171e197144ca6b523a7d08cad9007dd72bba70 0.00 MB 2 0
65,774 65,774 00000000035cd052a0a02f5af667cdded6621efdc1a87fd53482e15575486a09 0.00 MB 1 0
65,773 65,773 00000000069dbc83e8f34db7f7259a6c411162256c103056d5f2bb70ecfb9125 0.00 MB 3 0
65,772 65,772 000000000507b62dae333844e8de6d8e48264cd212747af294f255ee6bbcf1aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,832.01 GB sent, 100.21 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.