Memory Pool Memory Pool Refreshing

3,984 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (698,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,061 209,061 00000000000001758541f384e96cf2953214ec34c61f017897d3b04831c30576 0.06 MB 154 141
209,060 209,060 000000000000003e5c3ad1ea0ffb475528ea59aacebab0e89948cf654122a947 0.00 MB 4 0
209,059 209,059 000000000000004d06e10424c8bd56b338d97fc0fed7ee9f61ed2d5575aa3823 0.19 MB 384 176
209,058 209,058 000000000000011988e38bf84ba1d357615b56da39b9bbedda01a7d9ce60b7fc 0.13 MB 328 331
209,057 209,057 000000000000008f78449a829626f875e60fdf0d9c65708d3a83f427161920d2 0.12 MB 256 156
209,056 209,056 00000000000000d78625116f38911d1a4af7c2792fa83cac7ebcacb90de5a687 0.11 MB 227 194
209,055 209,055 00000000000001e63dcda96b64105015c2e3c1a5fab9f73917d62b9e5dae21a7 0.01 MB 26 81
209,054 209,054 0000000000000081478bde0de8a20acfe9aa86ea8b562f2750845917742a0588 0.01 MB 28 189
209,053 209,053 0000000000000338876fef43afa4b2325d0c57eb633ef526c3177055538a8049 0.14 MB 317 177
209,052 209,052 00000000000001f54a1311e726d4d52d0a73f8555ef6f0ed7e488b6b8b2c7e01 0.36 MB 507 67
209,051 209,051 00000000000004096ad573ae8c2014b8b9aaf695808c7e92dc254c975db6c078 0.05 MB 80 77
209,050 209,050 00000000000000a098b4e7f4d9e7afba8bd681781721108089f96f140d7f8def 0.15 MB 348 241
209,049 209,049 00000000000000d1e861c1978fa89578e5a25c20160e34755b9f17dec58cbecf 0.00 MB 8 75
209,048 209,048 000000000000013f974834e68cb0ac898a30f3731f6cb3e24b746bf5a11cefd7 0.13 MB 316 169
209,047 209,047 000000000000033c26aa18b865e44dde1308204bb15578e7d788ffebbd659ce4 0.05 MB 142 168
209,046 209,046 00000000000000a683eeab8d8478daf6997ccd71560dc44304172a0830143847 0.01 MB 50 31
209,045 209,045 000000000000031e3e0d802ed9eb54433bca5ebeadfe92a61d1abd4b570e0e03 0.10 MB 143 70
209,044 209,044 00000000000004b63f8d56abd85ddcedfb8c25ddd2c115837f3a6fefb1b806fb 0.25 MB 608 183
209,043 209,043 00000000000004d76d6c098bc4e35c1c7209b8741741c7333a546e80870379c0 0.00 MB 6 525
209,042 209,042 000000000000041cf87ff2aa3b6620f27ece174909516be7a17a62e93333d39e 0.04 MB 72 53
209,041 209,041 000000000000007ee659b99f72564236dc4390fc4f2a8ee2d60d019ba2b2e6e3 0.15 MB 253 166
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.