Memory Pool Memory Pool Refreshing

1,844 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,823 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 948 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (647,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,437 260,437 000000000000001563a5a4381fe46b2918269e874a325973214a9bbba442e005 0.18 MB 466 163
260,436 260,436 00000000000000150e81951781a1a162c597fd1e0ca4d929b53e8a4769daeb97 0.10 MB 158 80
260,435 260,435 000000000000001a7502c795fd6ba513fe7c7a4860ff59530b6d89be2676f340 0.18 MB 435 50
260,434 260,434 000000000000000657c61e75753a359d6bca8d833b0d18c982e96cbaa6e06629 0.25 MB 575 139
260,433 260,433 000000000000000dcc90174aa20b4645447c61fcf0bb1b2cd515337e054ebc4a 0.33 MB 884 134
260,432 260,432 00000000000000181444b2166de02fb77b7e70f0eb47391fa3127f04d3c39eb8 0.18 MB 458 136
260,431 260,431 000000000000001428b08d2f730b0bc3ad4476384ae5482e64b4ee6640be7643 0.04 MB 85 52
260,430 260,430 000000000000000cfe8c2dd360b8a3747791f3876dfad82c32ff2a4b42ff363f 0.13 MB 290 103
260,429 260,429 0000000000000018f6a5f98e4413e925f98123a72c3fbab16b2fdbd9c0254f46 0.25 MB 632 107
260,428 260,428 00000000000000185c8559c5992956282b0aacbe1f9aaf7b7833bd3c5a2e7427 0.09 MB 256 169
260,427 260,427 0000000000000007fa9d59b783180f9429a353c9a9b1641d07ad35648df7e350 0.08 MB 163 87
260,426 260,426 000000000000000d6520005a3f1f3d7be4be697ac8442f23be420f467b4d05fe 0.14 MB 267 86
260,425 260,425 00000000000000030d8923a7446bc5b583a8e1e14ef1d82173735040a886d99b 0.25 MB 699 128
260,424 260,424 00000000000000011d2994827cf37bdc028010b68ea5fbff49cce40c1e59d2ef 0.04 MB 74 50
260,423 260,423 0000000000000009871e164a7efa3090a56daa14333b8311decbae39bed3d586 0.12 MB 290 80
260,422 260,422 0000000000000006170c47f55cbd5c93722c6f887ed6fec26a822b4c73ae26dd 0.04 MB 112 126
260,421 260,421 000000000000000e439e628b422dd817c331756c15d69d48cec60ae5a7043288 0.14 MB 246 115
260,420 260,420 0000000000000007a62f7031bba0112634012fbb31ceee6f2cd9169fae22e42b 0.10 MB 178 76
260,419 260,419 00000000000000172a13b7b1d1394e35c5477e1d8afdf0d75e36bd6512a5953d 0.46 MB 680 1,171
260,418 260,418 000000000000000789144c5f26c42a66a4046cb2f44fa08e5bce20ad4b820075 0.25 MB 108 59
260,417 260,417 000000000000001870c5e6b67179f884930fbef5b244fb77c01bf66666637879 0.19 MB 472 132
Previous 10 blocks ↓
Total Size: 769.21 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.17 GB sent, 93.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.