Memory Pool Memory Pool Refreshing

6,827 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,821 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (696,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,087 211,087 00000000000004cea2f4ccd2b7dcd97bd2bc59041201b2d66ff669e3156d6cfa 0.01 MB 25 182
211,086 211,086 00000000000000275c4334712d2291a0ce771225ac3e70b9130a4d2bbfcc5830 0.12 MB 270 183
211,085 211,085 00000000000004c664feaa827626c8287d92a65230bb7861e34aaa523e6aea8b 0.15 MB 242 153
211,084 211,084 0000000000000055eb5c07849bcc9b0e120cf7f569f4b42f8dbac185deb209a3 0.03 MB 83 180
211,083 211,083 000000000000028d7329062c645d54562e38ad77ca0548107cccf5e93831fea5 0.16 MB 402 182
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
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.