Memory Pool Memory Pool Refreshing

3,679 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (92,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,968 814,968 0000000000000000000285c876aab6290ca40a585c00317151e7b7eaee7050e9 1.63 MB 3,050 19
814,967 814,967 00000000000000000001e957c59237b60dd3994191f5701c66df92873f7e48eb 1.44 MB 3,583 34
814,966 814,966 00000000000000000003657e7ad4af6c5aa035a75f8a9d2f6d0db15dd8df3988 1.61 MB 3,383 17
814,965 814,965 00000000000000000004697e2aefd66723596b07dfa4d1629d17470fe16cd80c 1.54 MB 2,339 7
814,964 814,964 0000000000000000000249a31c65b3afc784b80ae11e9e2b669137384eb2a8ba 1.85 MB 1,726 7
814,963 814,963 00000000000000000002307431d150b473fa259f0fc78d5e7b9151772ca50e06 2.03 MB 2,562 16
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
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.