Memory Pool Memory Pool Refreshing

1,242 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (175,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,918 731,918 00000000000000000004c0a534804c87d594d6fd285f095afebf20b54a7ac466 0.60 MB 1,072 8
731,917 731,917 0000000000000000000724a7601aeecb012dd46f79cb28c5f316b01a3d397ed1 0.68 MB 802 8
731,916 731,916 00000000000000000007115e2a39db215082883d740c275c9065625ad147e1f1 0.24 MB 329 36
731,915 731,915 00000000000000000005cd7f21a4e3373df2a8cce844b32babec2a0ab9f99bec 0.00 MB 3 19
731,914 731,914 0000000000000000000337538984c2519456a949d2c3fbefa411d5d594cce083 0.51 MB 286 5
731,913 731,913 00000000000000000006d305ef08685e1a7369958dae9aa1c2ab8df89f06b293 1.70 MB 1,898 7
731,912 731,912 00000000000000000000eeadbf0c34676b0d158a15d5802c128865b663e31d11 1.37 MB 2,330 9
731,911 731,911 000000000000000000018d3b28a6b51b849305bad2031941e93bcc3ef96ea31e 1.29 MB 1,447 7
731,910 731,910 0000000000000000000096664f31dc5d00f0a45edcf5668d510b3497d1a83819 1.55 MB 1,201 7
731,909 731,909 00000000000000000009e4287947002073f6f286a5829a5f9e8206f520e7bec6 0.50 MB 513 8
731,908 731,908 00000000000000000003d7d4b24c9c8b54d7f91e25fd2350d4713ffeca0b01a2 1.60 MB 1,791 5
731,907 731,907 0000000000000000000574986a8d0a3e22563f43aa24eb12a28b271ffe56e02f 1.56 MB 2,236 12
731,906 731,906 0000000000000000000116a86d2cb9a421a5659af374c8198b53f8529d8972df 1.62 MB 1,195 2
731,905 731,905 000000000000000000042f22cb9a4d49c0c1bdf434d49c83dd77344e73e17873 1.36 MB 2,150 5
731,904 731,904 00000000000000000003a1852fde61b25a13949464838bf3dd0a81e2dc2e1859 1.33 MB 1,814 6
731,903 731,903 0000000000000000000684cc46deb723eb10b56ac20117685746c1c0fedd056c 1.34 MB 2,341 8
731,902 731,902 00000000000000000007d73c955ea7fcbc3e28d71a64506a5f964c8293c0297c 1.36 MB 1,625 14
731,901 731,901 00000000000000000007a1cbdb9f69e2b228a4a0aa23c9f57877bc3040338c44 1.19 MB 1,143 15
731,900 731,900 00000000000000000007451711742b6998f50f208891fb10dc728a5db4423383 1.22 MB 1,034 21
731,899 731,899 00000000000000000001b9695126e0d02649945a544832bc7013104f95033ffa 0.35 MB 79 4
731,898 731,898 00000000000000000000a294299284f092450dd9b0745acfb99bd3e3a84dd74c 1.48 MB 1,405 8
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.