Memory Pool Memory Pool Refreshing

604 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (77 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,465 908,465 0000000000000000000081e0d2b9d380d70da1f71a889feece61e5e89b2635e6 2.26 MB 540 0
908,464 908,464 0000000000000000000021b8778d11eb36635c1cdbb3e2f6f3a7dd3c25e622ab 0.40 MB 812 2
908,463 908,463 00000000000000000001b820e578cf384f08bd96e90557bc2bca8f8fc3b12f84 2.24 MB 802 1
908,462 908,462 00000000000000000002336cb2668f135dc9a0114da1d0e268a5f594ea262bd1 2.14 MB 1,793 1
908,461 908,461 0000000000000000000042e5c527d159f4ea9794aedaa249af1d72cc1bc6dc21 1.26 MB 2,183 2
908,460 908,460 000000000000000000010425246b0ddb0c9582fc7f6e5b2915cac4557d99bd24 2.08 MB 581 0
908,459 908,459 00000000000000000001e2604e154f93f5e77f34c54d95b3fba659ee47895baa 1.87 MB 1,068 1
908,458 908,458 00000000000000000001cee551753980cc28584372dab61150933525a8ca388d 2.10 MB 578 0
908,457 908,457 00000000000000000001b91ac903c6065f949153f897decf1039b904339f04cc 2.06 MB 443 0
908,456 908,456 00000000000000000000854213b6cc7e30c83430be6a0b5cc745381583a99611 2.11 MB 612 0
908,455 908,455 00000000000000000001a80a2e8cf4cf05b63f40e7c6715d29f2ca5c895ff789 2.15 MB 85 0
908,454 908,454 0000000000000000000056721647d0e5d23de97232875f67697ccc8a06ca13d5 0.56 MB 1,056 2
908,453 908,453 0000000000000000000040ed1952376b3d4afaf926ebd1110fe4bb37c986f976 3.99 MB 6 3
908,452 908,452 00000000000000000000115a9a797fafe47029f6f75cf646a296c8a121b64cb4 1.66 MB 2,395 2
908,451 908,451 000000000000000000004a4a1b4299d6d7ebfe4ad30538081c0e521472ca149e 2.03 MB 955 1
908,450 908,450 000000000000000000013d77b544374939f52812a8883f46decb6b6fca1756d8 1.05 MB 2,425 3
908,449 908,449 00000000000000000001d47cf6c400c1ba3248647ff2230a01800131aef97e0d 1.75 MB 2,730 2
908,448 908,448 0000000000000000000045822174bdbb331fe887ebc031db4b3792ec4bd88845 3.31 MB 1,363 0
908,447 908,447 00000000000000000000b3101ac6cf0e9be57c2d33477ea345127c6f26e5b8a2 1.03 MB 2,250 2
908,446 908,446 000000000000000000012644ab6571c94f836d269a459cd7bcc177b26ae0302b 2.09 MB 624 0
908,445 908,445 00000000000000000001b4931bfff9020b53f6936b2ec3ae6998020b0bcd886b 0.36 MB 869 2
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.