Memory Pool Memory Pool Refreshing

7,395 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (92,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,962 814,962 000000000000000000007513bc40ed890db9f0f03a4d1b473776194ee823c3c5 1.54 MB 3,048 17
814,961 814,961 00000000000000000000d069960b1841d294f93fbd8210b0ede70569f20a092e 1.39 MB 1,716 13
814,960 814,960 0000000000000000000194b5e89d825c716fc7a9a387bd752c27404de206bed6 1.58 MB 3,313 18
814,959 814,959 0000000000000000000192878b71362fdcfe3f7a6c7d23063d9b4df0729325a1 1.56 MB 3,802 26
814,958 814,958 000000000000000000007e184e9c0956c7a9b61bb4010a0e043df9c88dbb956f 1.75 MB 3,464 5
814,957 814,957 00000000000000000000129a9255ca1863a9e4e85d4dceccd6b0ecb6eb259420 1.82 MB 4,895 8
814,956 814,956 00000000000000000000ec3ed89ed2d005c7d581f5bc721b68eff309771a28c2 1.60 MB 1,731 3
814,955 814,955 00000000000000000002205d6d08f08bcd172c91515e13083a0645332ff72abf 1.70 MB 3,119 18
814,954 814,954 0000000000000000000381b3908f560db5cd190946866b432b2e82ad8e7ac525 1.08 MB 588 4
814,953 814,953 00000000000000000003604192519993ead7cdf1fe4eae1fc9c6d9f6f5f39a17 1.59 MB 2,762 6
814,952 814,952 0000000000000000000022a8f20652bf0f8436a4fa69486ef40d5b5f05ec1a16 1.78 MB 3,589 8
814,951 814,951 0000000000000000000006416a8b5ec6b7f0faa1b524bb7c517a8bd0fd6a3e6e 1.70 MB 3,169 9
814,950 814,950 00000000000000000002ba446ec001dd3b70a031171f4e8f3b308cc206923a4a 1.78 MB 4,347 6
814,949 814,949 0000000000000000000187bca1e4f2c3ef11c6d0329efbbbb3af0e76a39945aa 1.65 MB 2,825 7
814,948 814,948 000000000000000000027f8ce3f3d0634570bbc6abaa73da1ec6f6134ceacb0a 1.62 MB 2,630 12
814,947 814,947 000000000000000000017e54d3374e741b6bacad2e10004bb0a44e1a34d0c14b 1.60 MB 2,252 9
814,946 814,946 00000000000000000004760022eeaab1f3e607e84c138ac08a7354e0288dbbff 1.49 MB 2,108 11
814,945 814,945 00000000000000000004273d2fd0146e6727553f8727a8a371a93b3f5d836252 1.54 MB 3,023 18
814,944 814,944 00000000000000000001d04765375c5015df437cf11247c19fae041a3190d8d5 1.64 MB 3,534 25
814,943 814,943 00000000000000000001b88380cf1661e7a233b82ae79a1828d450862d355380 1.59 MB 3,483 25
814,942 814,942 000000000000000000001ce19885c33265614987ee9d08707c9d9ee74fd146a0 1.68 MB 3,237 21
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.