Memory Pool Memory Pool Refreshing

7,327 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,941 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (5,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
902,402 902,402 000000000000000000008154b52be28727cc2e4b0895ea619bd45404652c25be 1.63 MB 3,475 2
902,401 902,401 0000000000000000000113c4828d09137149fed5b0040c336835e57a675fd35b 1.57 MB 3,150 2
902,400 902,400 00000000000000000001b763733afb5c67f77c1275eabb1154ea269dbf78a123 1.44 MB 2,303 2
902,399 902,399 000000000000000000005d475e3cc65a4c660e0fd65f87fb69726ba1afb9ef43 1.48 MB 2,068 2
902,398 902,398 000000000000000000012ff296a581c1f09f9e601b08376d83b9daf12b53f606 1.60 MB 3,274 6
902,397 902,397 000000000000000000019f0067949dce960f0918221fd2a5f6552f8216d1d5ad 1.78 MB 3,701 2
902,396 902,396 00000000000000000000a385664aaa13d6942703ffa2aefdb5f5974381694979 1.70 MB 3,274 2
902,395 902,395 00000000000000000001d1da3cd50c23a58d6f5358696578f13cc682a5e60317 1.53 MB 2,926 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.