Memory Pool Memory Pool Refreshing

17,984 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (693,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,119 214,119 000000000000053d236344d620d3a75102105a0699d13613d574f0efe953ce39 0.07 MB 157 184
214,118 214,118 000000000000043bdc19583fa11532caaaf18073cf4782e8cdfb453e9da01fe4 0.05 MB 128 171
214,117 214,117 00000000000003e53f124875a271b871497f483fb9def76162527bca6762d643 0.00 MB 12 17
214,116 214,116 00000000000004da9f4c15c27e3b862578636f89466dfd9a2fe4a3040dc93a4c 0.10 MB 240 184
214,115 214,115 000000000000034fe322f74b77c13490f97df3f4c889aaf24472e23fc5171cfb 0.15 MB 426 206
214,114 214,114 00000000000001c0121e64960cc800ba00f12f5a3564d663d1cb64cbe5d0da4e 0.05 MB 110 255
214,113 214,113 00000000000000579e6d06a19b6dff1467532f68eec80213f41ed7cdb5c13262 0.03 MB 64 130
214,112 214,112 0000000000000074e64de839539e18d0cb8149593fb808de824c62057554059d 0.03 MB 43 68
214,111 214,111 00000000000004f939f89b309a911922e180b079510a1e095ba7af1598e5aa4e 0.10 MB 145 103
214,110 214,110 0000000000000042315949315ce5e9c381d4b44ab3da39e4e2e929905bada7ea 0.22 MB 578 227
214,109 214,109 000000000000056acfe8fc094f2bed63bdc43c453ec6e935e1803a467d11bf02 0.06 MB 65 77
214,108 214,108 0000000000000574a5239ff9c3224bedf044369c6dc4481b65ecda088f1dd860 0.20 MB 400 147
214,107 214,107 000000000000028a7d88ef2289a63fa1d5d668d27216190e07aad29193ea6b13 0.19 MB 426 141
214,106 214,106 0000000000000567a3b713522c27952f7505c9323046d4920e2b727b9a611f6e 0.08 MB 162 108
214,105 214,105 000000000000036b74c02dc85a0980b20c449677995ea1e06d6f0babeef7b67d 0.25 MB 401 138
214,104 214,104 000000000000044c8863b8e2881ddcbd50bdd10f41835f8cfc73e5c947f64861 0.25 MB 457 113
214,103 214,103 000000000000041450249e861cfc4eee9d3b9c1e01c432e8f186277dac903e1c 0.25 MB 489 139
214,102 214,102 0000000000000169acde5d18e4d3829b410a90ebdba43f960a8d6f7d7a7e2f4a 0.25 MB 794 234
214,101 214,101 0000000000000450a06c7bbed6ee1e157e348e9f6f197c357b48e7861ac3d82c 0.25 MB 462 157
214,100 214,100 00000000000003c5d40df0642b16df295d704d5cb043b45171ceffcc857641bf 0.25 MB 923 247
214,099 214,099 000000000000010fbab008807cf0e92f9c0031a36c3323231d59f0dd5e0174fe 0.00 MB 9 183
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.