Memory Pool Memory Pool Refreshing

17,906 transactions
5.78 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,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (712,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,132 195,132 0000000000000604922d9b137bf14e0854d1b249da7a99bd5990109c51b5a550 0.23 MB 664 154
195,131 195,131 000000000000044ff8b3a95b3f7bfb9c9d9f95402ebd59fc428e14c90d926d68 0.05 MB 133 56
195,130 195,130 000000000000047315b3d453c6866c038140adf0349690a72d4880decde6c8f5 0.00 MB 11 0
195,129 195,129 00000000000004d59f256d76ea3ea725c0d1f8d392477597bb38a8434050fd29 0.04 MB 114 135
195,128 195,128 00000000000001a63bd4afffccb85769a00247b0a65b455d665d1ac58ac299a7 0.09 MB 256 120
195,127 195,127 00000000000006eebb90192516ac73ea8f2da9c28d58a5102b8255b6c509ccaf 0.06 MB 157 337
195,126 195,126 00000000000003d06b8e21dce88f93e54c211676fbfe021e1dcfd9873c099ca9 0.16 MB 429 155
195,125 195,125 000000000000018154baafed73d2e945e33c46a0051515a22d94b54fdc545276 0.00 MB 11 296
195,124 195,124 00000000000001664b1f20c76b7ac99ac37ef2a3a10a861361f81ae17c145539 0.04 MB 137 213
195,123 195,123 00000000000005946ec8229ed6b5eb0021ead979fb9ef42a0242e82f1b2766fb 0.08 MB 164 185
195,122 195,122 0000000000000702e8ad736b007b20f64bdcb8e308f993bf79255fee0b55ff7e 0.12 MB 270 154
195,121 195,121 0000000000000035b232e7ffc0a70f3c87ac4027020edefb37a1397e282a78df 0.05 MB 137 339
195,120 195,120 000000000000060bd61944005b2cd3dda8cc848c98e3c5c93a65f864396b26e1 0.04 MB 103 204
195,119 195,119 00000000000005a0a731b3ade22e38a571012d474cb6ccb5c80f5fe824a46c04 0.06 MB 166 232
195,118 195,118 00000000000000d96d355878fec02aeabd1b18d8a1b19204394ebbb9564b1f0e 0.01 MB 25 60
195,117 195,117 00000000000004518f7643efd728b928adbdf04ae00231665b98b4383d720d25 0.03 MB 64 37
195,116 195,116 00000000000004b8a5d649ef47cd34e7671444c75c4c1428d35f660e91617125 0.02 MB 27 158
195,115 195,115 00000000000006cd21395e79d23fd72b17e9eab0a98133ff06e35ac2aea81f4a 0.07 MB 182 173
195,114 195,114 00000000000002d93f786e2ed4bbe0ab33d9e3a46c3dd6fbab35223038503394 0.08 MB 237 156
195,113 195,113 00000000000001bc71b96fcdb31d4a738fd863d5db56da5212e7c86c6e4d6afb 0.09 MB 195 112
195,112 195,112 00000000000001fe8c212f652a7bc1ceb56ad0ed6c90a022d9bef7096d0c077f 0.00 MB 8 0
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.26 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.