Memory Pool Memory Pool Refreshing

10,575 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/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 ago 1.00 vMB 3,578 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (30,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
877,353 877,353 00000000000000000000bdd4e6212f95032ae83c4299f1022a2b3677e23ea5b2 1.53 MB 2,196 2
877,352 877,352 00000000000000000001b57c0d285c485c0a7f5ba3dcd1bc0f10b070b649dd88 1.68 MB 2,835 5
877,351 877,351 00000000000000000001e4cbe74ebe5845dee53667bf912bf50efa32fec88961 1.45 MB 1,991 3
877,350 877,350 00000000000000000000837f9b753ef31aa4cfcd451f0b7e11aaa58a1e1cecf8 1.64 MB 2,679 2
877,349 877,349 00000000000000000001e3d129059353aa924686907401166ace4e3ea6848d59 1.74 MB 2,120 3
877,348 877,348 00000000000000000000afe18951fb0312dd6bf75b0e62ed0ddb9bb70178c699 1.67 MB 3,465 4
877,347 877,347 00000000000000000000b85a190fe380ff29e2061c50eeb551f510593b1ea05f 1.62 MB 3,449 4
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.75 GB sent, 93.04 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.