Memory Pool Memory Pool Refreshing

5,681 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (696,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,082 211,082 00000000000004c54dccdf00756bc02db772a4a9b64bd97a4e74a6cb6cb1929b 0.00 MB 1 0
211,081 211,081 000000000000042d6c3c6510468ebcb7ae82a3f9b1ce25e794ce8be52f575443 0.22 MB 523 411
211,080 211,080 000000000000025707b3ffc585508c0a16f0e3095134863a5ecbb4fbdc805f01 0.12 MB 264 178
211,079 211,079 0000000000000062a6495e0e5fc423fbc08b0b2c76f3a68dde00142e0fb79ebf 0.02 MB 39 96
211,078 211,078 00000000000000658d57140d636829f9d02d27a604e69ca1048ca742fbbe974c 0.21 MB 528 206
211,077 211,077 000000000000046e0d1dca6a565c8bf5a7bba5c859c17a3285de14e97cfe4e0b 0.11 MB 266 176
211,076 211,076 00000000000002015d197b70d605e65475fdad76eee015518b1b6bbee3a0cf1a 0.00 MB 11 311
211,075 211,075 00000000000001fd0c33c4857dfe96d21b90ae67068ab445e4c02691fa0eaa26 0.06 MB 117 118
211,074 211,074 00000000000004d25aa5239f40faf6aa4640b53cc68f03904748d203c72dafcb 0.09 MB 213 199
211,073 211,073 000000000000014260a3cb21bc023702e818da90bf2239252261166d952e6c1b 0.01 MB 33 169
211,072 211,072 00000000000003ffefbd1d20689d9d34fb11b8b031211a830747300031acea92 0.14 MB 299 138
211,071 211,071 0000000000000319ad8531ea0268e9142b380bf782e74c2205637378e0d38af9 0.02 MB 45 20
211,070 211,070 000000000000034deec3b58e28ef55a865bee7d85c278d0da7ee69f0b305d976 0.02 MB 40 118
211,069 211,069 0000000000000482b3908c8868fc513f6adc33b6e28777a4a755c765cded05ea 0.11 MB 180 127
211,068 211,068 00000000000002d07f05a0b37e28bf30d237d52f694d190aaa446bdf46310631 0.08 MB 235 180
211,067 211,067 00000000000002abc2da262b70f14f0d10d4819566e54bef686d242b2696098c 0.07 MB 177 143
211,066 211,066 0000000000000238d83c8afd67c9abfdb556f43a3c3ab3561e039dea38c84a9e 0.07 MB 187 182
211,065 211,065 00000000000003ba89b27242696aff5890c14cff3d1724dbb463fed619f593dc 0.00 MB 7 64
211,064 211,064 00000000000001db7930ee10b3964bcd61718b265ceb21075f19ffdaaf6c3323 0.02 MB 23 394
211,063 211,063 000000000000035d042166ae29b87a69c2935222dbe981a53242070eed78510c 0.01 MB 16 49
211,062 211,062 000000000000022dba95b5b3b6954b2eca49a12fd1e82cdf998eaa573d005298 0.01 MB 38 182
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.56 GB sent, 92.76 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.