Memory Pool Memory Pool Refreshing

7,063 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (5,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,423 902,423 00000000000000000000f96bfd67d456dc090362798eaf6667f5af95719297af 1.62 MB 2,379 4
902,422 902,422 00000000000000000000704137ec9fa116298e5480c7008a1bde720c5c70e962 1.55 MB 3,079 5
902,421 902,421 00000000000000000000ec09caf5342e2ee052e6bb02e95875dd367d051c6ac1 1.61 MB 3,110 3
902,420 902,420 0000000000000000000069117f088d8da025f5af268f557aa5f94b25df372a91 1.63 MB 3,350 3
902,419 902,419 00000000000000000000670251bedf7dc7893a83defd474b34da7c129b71b4d6 1.76 MB 2,804 6
902,418 902,418 000000000000000000018978ba48be1d69f949e61efa4f65395c670415a346cb 1.59 MB 3,384 7
902,417 902,417 000000000000000000003e4033563f9881e3af0dabc29a3cc35b536fa08ee271 1.10 MB 742 2
902,416 902,416 0000000000000000000213256b7bdcb7c26ee0764e6c74b90f4e9dd707deb014 1.26 MB 1,466 3
902,415 902,415 0000000000000000000197a3191514406b3a2f03e316319960ec64c0d4370c98 1.54 MB 3,295 4
902,414 902,414 00000000000000000001a1f712d6fe3929882ed0c000ad296f5bf1d3ee104641 1.55 MB 3,406 5
902,413 902,413 000000000000000000021966cdbbe0ac602e395b920e2f8bebfde35c00de31d3 1.49 MB 2,177 4
902,412 902,412 0000000000000000000097758401751e92a6e973768b7070172403f95643a4ed 1.63 MB 3,092 4
902,411 902,411 000000000000000000002a105e4da5ae054516d5099cf96238a634b6350c5d42 1.71 MB 3,722 4
902,410 902,410 00000000000000000001a8d1fc9035222cf4efda296ecdd1cda3290f3c476f37 1.59 MB 3,732 8
902,409 902,409 00000000000000000001071715a1958173dba5c0ec9c6c21208c8e5b25cd8fed 1.76 MB 4,592 1
902,408 902,408 00000000000000000001d4788b7054fe3fcdea2bde831a9d7a20031ad27cb295 1.08 MB 476 2
902,407 902,407 00000000000000000001fa3c4ce0b1f96e2a6f4661a20fd05b70258eb445b1de 1.81 MB 3,105 4
902,406 902,406 0000000000000000000095628269ed059a13b6c41d92d64907bab8c6e11c3734 1.91 MB 3,377 3
902,405 902,405 000000000000000000014d33c4286801ec1a61fc596242c4ba10fc984e53ffc2 1.59 MB 3,193 6
902,404 902,404 00000000000000000001482b9626407c52cfebc418fd3f9f8f0587036c8c639e 1.43 MB 1,530 2
902,403 902,403 00000000000000000001648ee2f349dc604e1ac360982af3d873c80aac00bcac 1.61 MB 3,917 5
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.97 GB sent, 93.05 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.