Memory Pool Memory Pool Refreshing

8,632 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (713,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,393 194,393 0000000000000398c742d36e5c6567801fb003c4277788c46f9d3c730692d7b5 0.25 MB 622 170
194,392 194,392 000000000000048e66110fc80a07969984acb51626fca61a8dfec1e58af6625a 0.01 MB 32 0
194,391 194,391 0000000000000203ad4bd0435c5ba0d72da5ce93373f7431b3f340520418bd2d 0.05 MB 110 1
194,390 194,390 000000000000060092e13b9270a9d0b350ae659ef5fb287302561847f2c5f562 0.08 MB 160 94
194,389 194,389 00000000000001b16214c0db6aca7d758cf41713a7e9fe08494d6254be0723cd 0.15 MB 355 165
194,388 194,388 0000000000000329563ced43ccdd89dc4d7dfe035fe01eb5589ce0103c4948fc 0.01 MB 32 4
194,387 194,387 00000000000003555e93b9a5fdd4bb6654b83cb5c2e958c03079637918c2e03f 0.13 MB 261 138
194,386 194,386 000000000000005556262a204b658d4f1e70298de790baa2ab858f1049f774c5 0.05 MB 120 1
194,385 194,385 0000000000000232b6346a40d43b2b4743c993e5631e64de048efaa1bab6823f 0.22 MB 355 116
194,384 194,384 000000000000039dcdd2a28c8921eeb3a63dfd52f881c8360abee1109e6a58e4 0.19 MB 414 115
194,383 194,383 00000000000003d6bc1f5fb0fd90170035709a3bbf256089c578c28932534727 0.38 MB 1,024 160
194,382 194,382 00000000000005e1397ef43b3cf1d28cdf33bb79cc66524d5ea0b392c21e6caa 0.00 MB 12 15
194,381 194,381 000000000000043fac9ae7340962f46a8f86d8581d004508f9d0f6d45c6849c7 0.00 MB 5 0
194,380 194,380 000000000000031c650b226ca48ff03ac12707d0ce36ea43454d30ac20c88817 0.05 MB 110 69
194,379 194,379 000000000000029e5c6e8ccd8f8c6e357f82ba4d98783921dee4f9fecc079b53 0.00 MB 10 151
194,378 194,378 000000000000056649517864e715c1fd00ee322643d6f13f42f82249ecf8a58f 0.00 MB 6 0
194,377 194,377 000000000000017ce126d2f7d80f8cdf297631d22991a5a0a206d786428e860f 0.10 MB 331 0
194,376 194,376 0000000000000258573300ef36115caf059d990cc6a135bf1e842b1008cc57d5 0.06 MB 89 63
194,375 194,375 000000000000020f4ae1f1bc5672cef9813798dcf60388b9c687bc0592c83111 0.09 MB 169 91
194,374 194,374 00000000000006eea3b5d1be1545a3c2570b445eb00b8893ff29c8c70a5cacbf 0.15 MB 404 157
194,373 194,373 00000000000004702acb9acb54d4f9633132f80ad94155ad958e361f9b7a4dfc 0.36 MB 592 100
Previous 10 blocks ↓
Total Size: 769.03 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,625.51 GB sent, 93.03 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.