Memory Pool Memory Pool Refreshing

157 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (30,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,374 877,374 00000000000000000000028cd60809ed8e962149585719876c0e21528d4398b6 1.44 MB 2,568 5
877,373 877,373 00000000000000000000bf0b51bd73be1fa9117892b53ee395c24f28480f4644 1.72 MB 1,561 2
877,372 877,372 00000000000000000002759bef88776bb9f58c2412205d4a290d4e765ee2ad8f 1.58 MB 2,230 3
877,371 877,371 000000000000000000019779db4890ca5152840a5e0aaee5ae4f3836059408fa 1.99 MB 758 2
877,370 877,370 0000000000000000000042b3024f36a716cfb60b3682af78c9efaa52c496c5f6 2.11 MB 1,198 1
877,369 877,369 0000000000000000000105e08fe9b4b76004d3099c61c306194abb76f5bb05b1 1.54 MB 3,543 5
877,368 877,368 00000000000000000000211c20792ae4a4fdc9e18fd9c430f2f9d84d18cef098 1.96 MB 1,893 3
877,367 877,367 00000000000000000000dc3330cb19ca79214e3aa15afd3b6322fccc2aa6a293 1.78 MB 352 1
877,366 877,366 00000000000000000001624ca4846c3fb6c0c50df739316ff80015f74b4aaffc 1.72 MB 3,667 4
877,365 877,365 000000000000000000001847abc725ea87afddfb514d1adfab866996b95bc0f2 1.57 MB 3,293 3
877,364 877,364 0000000000000000000225e914714318b1a5967d2e14f1a10f8b03df78ed612a 2.17 MB 252 1
877,363 877,363 00000000000000000000af6f12cfec9f094d5cf7029059f2f19f5950aa23adca 1.81 MB 2,080 2
877,362 877,362 00000000000000000001da865daf25449afda0becfee6e7f4971fb49d5583708 1.55 MB 2,550 3
877,361 877,361 00000000000000000000592682db78a619077844f8ad8b38a7edb7adf71c9eb5 1.62 MB 1,972 2
877,360 877,360 000000000000000000027b27a9cb64add82d437d36107f1c2083571e49da74d6 1.43 MB 2,398 4
877,359 877,359 00000000000000000001476435ef955018ea3aa35bbd774902396f8eca222276 2.00 MB 522 1
877,358 877,358 00000000000000000001de5b7f38055044d7bfe766478423f9c790bf5d954c7c 1.48 MB 1,493 1
877,357 877,357 00000000000000000000b164fea7cf43e30b0571d25d65b4eb67b613edc8b371 1.62 MB 3,398 4
877,356 877,356 00000000000000000000194c2f778ed1410a73b2fb9f8fab2bfee262ea44b409 1.91 MB 2,536 3
877,355 877,355 00000000000000000000051e16359e7078a12ffbbf938064b199838fb649cffb 1.62 MB 3,221 4
877,354 877,354 00000000000000000001df4b106e57c6ad06c2b1d1712ecea431f7292504eb61 1.71 MB 2,110 5
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.