Memory Pool Memory Pool Refreshing

1,433 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (744,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,903 162,903 0000000000000025fd45f14984930a0e5e401b0031d462da80422ec92b1ba537 0.01 MB 21 128
162,902 162,902 000000000000022c2097c1461727ce7d216b1a1bb27ea24a8458864923af8c18 0.01 MB 31 130
162,901 162,901 00000000000005018eb54ae17a4d1f27227262249a6c0497f307e641d207295e 0.00 MB 3 97
162,900 162,900 0000000000000b8e9eade1ec2e778e5ac4a72297011051f6aa8ff9fb8b1b529f 0.04 MB 116 65
162,899 162,899 000000000000089a13d04b4241ff0a2941684e72b2051efb9f14652e8ef57323 0.01 MB 24 214
162,898 162,898 00000000000009c03a7ddd07db3c7ca48bcba3369151d950dc30fc2a3cae86a9 0.04 MB 104 87
162,897 162,897 0000000000000af60f70be8e6e209226fd17f6aa2a6ed2a0ab98f9e285e9950f 0.02 MB 24 223
162,896 162,896 00000000000002f6869f77584b025860eeed9ab28dab52d79d0cd0baebfa60d1 0.01 MB 22 76
162,895 162,895 00000000000006d9a09026af68f192029109efa9f0d786e8e32f47b5d91ccc29 0.01 MB 13 236
162,894 162,894 000000000000097f50562e83b8b8ec07b17b732c22f62726563a883b98d518b7 0.01 MB 47 77
162,893 162,893 000000000000024dbd377d193408e1bb7d157bcf09d5919c638f02faadf275cb 0.03 MB 59 121
162,892 162,892 0000000000000b265d65a34b14b46a0280fb6f944f78a358fdcee41c71e4d009 0.00 MB 8 765
162,891 162,891 0000000000000197b41c00e39c5ce69def639022e06aabe65ac8a911dcfeb860 0.02 MB 51 113
162,890 162,890 000000000000070a74ffa69b88bba7ef7c7c6aeb20e9fa016a76c74de847083e 0.00 MB 2 193
162,889 162,889 000000000000006741e271aa9e23af6aa3af14bb0866817b175e8d5c2b3b8d71 0.01 MB 15 40
162,888 162,888 0000000000000b2b2d225ad556738900a90b3e8fd857a63d70d1771eb16bd7c8 0.00 MB 9 370
162,887 162,887 000000000000059cdc5c0f0e7229d3897dac8f5051eea5b80c8b1761ccbf5adb 0.03 MB 96 90
162,886 162,886 0000000000000715c94284035c905208ae9d7c8baf875c73970e9a3e3ed15c54 0.00 MB 12 412
162,885 162,885 000000000000087d1b947683110ae205e28cf6ace24f7cbb26729709059e91e2 0.01 MB 22 624
162,884 162,884 00000000000003b26012d889a30c245fba1fda5876c95862789a7200df5c0242 0.01 MB 33 61
162,883 162,883 0000000000000a3a067292cf931a7c4e381cb13f6f991799d8bd2d70806c57ee 0.03 MB 15 93
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.