Memory Pool Memory Pool Refreshing

5,767 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (99 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,473 908,473 00000000000000000001295b1a49f9be5fd1c8a81f0897b75b676b6e80a33771 1.80 MB 2,894 1
908,472 908,472 00000000000000000001345dd072a2ce691e5f7de94edc3d825a4b339a466038 2.10 MB 574 0
908,471 908,471 0000000000000000000083916a6edeed6898e21b7ad1d575036551f876d2549c 1.99 MB 1,273 1
908,470 908,470 00000000000000000002024e23462132d2762d237dc5de65663a6fc997e80c3d 1.95 MB 1,214 1
908,469 908,469 000000000000000000005b93d3da0a60bb55aca710c8e781ecc9fb16299e62ad 1.99 MB 925 1
908,468 908,468 000000000000000000006cf11c2afeba0aadb878a6ce2cc8c5a42d99dd4985ef 1.82 MB 2,252 2
908,467 908,467 000000000000000000017e201722d426af02936d2348fd4a7ea4b9c066fbc8b9 2.05 MB 887 1
908,466 908,466 000000000000000000011a629191c1488a286eb15a141551dc5aaa30b1ec6217 2.24 MB 865 0
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
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.