Memory Pool Memory Pool Refreshing

6,222 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (229,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,898 677,898 0000000000000000000752d892b190779844d01dc74bb7d74efc9a86cde4d20e 1.65 MB 2,197 110
677,897 677,897 0000000000000000000ab560c0e7220bb8f1abc6bf0557b7e0c3fe6ea13907d0 1.33 MB 2,756 79
677,896 677,896 00000000000000000001627f45a377dedb8dd6d5c702ba075c2dc096af2f605d 1.25 MB 2,217 94
677,895 677,895 00000000000000000009d419fe538fe3da32c1efd0b041c998d504e2f16b9ae0 1.28 MB 1,856 93
677,894 677,894 0000000000000000000aa0f48f84e6318ac9d06385d606c67fe5091dbf7ccf0d 1.24 MB 1,161 85
677,893 677,893 00000000000000000000744678f84372da7a4e96b2f1d0a84b74bda760363e6b 1.32 MB 2,905 110
677,892 677,892 00000000000000000009a4e546806e6e55e420a9cb0c3ea845bfa5ca8fbced0c 1.15 MB 1,091 91
677,891 677,891 00000000000000000006aa074ba2047ab2a94d8f11aecefbf24daca2dc03f033 1.31 MB 2,710 94
677,890 677,890 00000000000000000003fc400d6da156dfda4b8982c61360345cc32fc928b45c 1.33 MB 2,248 55
677,889 677,889 0000000000000000000382b3bca9bae8a32768eac6825978ef166668cb4957da 1.16 MB 2,924 57
677,888 677,888 00000000000000000004289cfa2bdc1afc2d8b39bffb557d85f0d2a98e261e53 1.35 MB 2,779 67
677,887 677,887 0000000000000000000bdf75a94be77669601e621c9ca61d3a15619e58070499 1.44 MB 2,457 109
677,886 677,886 0000000000000000000bb25f57ae7fa8b31858ff95baba3a26ffb8ce977146aa 1.52 MB 1,775 94
677,885 677,885 00000000000000000004283170548c6eca9f700a4eccc63d004f59c14c93d2b4 1.33 MB 1,979 78
677,884 677,884 00000000000000000004da2422349bf517205e82d91f7414522d784f5f4fa710 1.42 MB 2,719 100
677,883 677,883 0000000000000000000baa40488d1f66ee4c2cdb4f91a873602fd5363c88f3c5 1.23 MB 2,015 30
677,882 677,882 000000000000000000041da5bcb9b0bb2247e37eddd8c90b218af0df68e94bed 1.30 MB 2,481 69
677,881 677,881 000000000000000000075aa933a7aa5497f7a40cbe4888727240dd9616ae7b95 1.35 MB 2,423 53
677,880 677,880 000000000000000000025000e3be13854a98d06cae22a7d42b0b3c3385538028 1.28 MB 2,576 43
677,879 677,879 00000000000000000003f98bc5d3ae35510d5f9f08a195e2a833c975f1f95936 1.22 MB 1,028 78
677,878 677,878 00000000000000000000ca8e6f2b758fd060b476509524bc2022ebe8c1244a6a 1.17 MB 1,046 88
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.