Memory Pool Memory Pool Refreshing

527 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 527 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (630,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,695 277,695 000000000000000021a2ed2eb70d441b645f473efb410a3c7d03640ec33f8839 0.25 MB 338 6
277,694 277,694 000000000000000252cbb3e2eee4979d4084f5b3d97e92212be05b54099dee43 0.01 MB 53 40
277,693 277,693 00000000000000039c04de21daf53870c133e13a77244047707ca9f109f13606 0.15 MB 182 15
277,692 277,692 000000000000000114a848364f1859ab95b09eee86ca5d44361275d0bb09cb85 0.02 MB 54 64
277,691 277,691 0000000000000002fb461228521ef6ecaceae5c216716bc7516f809a2fd7d818 0.12 MB 231 36
277,690 277,690 0000000000000001d7b24eb4dabc5d6eca0546c595cda85ba6a2642569a69817 0.15 MB 195 19
277,689 277,689 0000000000000001a7aa02342e450c1fdd4837a618e1aace8a5614df9182158c 0.15 MB 110 9
277,688 277,688 00000000000000032eb6202ba92bf53af43a705ad498e18245f5c914ad4843b3 0.18 MB 379 35
277,687 277,687 00000000000000031496fe6863271fb6fe69bd4ddf5bfc8e5f3215b68a2022de 0.10 MB 256 63
277,686 277,686 000000000000000034deb1ec53ec6cc7e433e2bf86a9a26032865d4967a37536 0.35 MB 236 12
277,685 277,685 0000000000000001740dfb4c7cd18ef562291e99a2ed25f8d9f0a3e8982b994f 0.07 MB 145 41
277,684 277,684 0000000000000001a800f5c5b68bf557db98e68d907f512184813b3b000c3606 0.35 MB 102 2
277,683 277,683 000000000000000285a5679037a3f301d3033a2787464f0b8b2daf7819c69df1 0.26 MB 474 28
277,682 277,682 0000000000000002f3aae6cbc769fb118e22a663c24625d9baf242d4dce3ee1e 0.03 MB 69 61
277,681 277,681 00000000000000033c179f1e1e1e40fedb260c82407ed18fa223104621339c72 0.06 MB 66 33
277,680 277,680 00000000000000020d088a10d842f906bdd078488076ec770d85683df82cf98c 0.12 MB 180 32
277,679 277,679 000000000000000133ca9b2314255b6dcdf80376bb819f66f8b3315786675465 0.15 MB 50 4
277,678 277,678 0000000000000002abe236aa8cd0992dfbc97c93f8b9e4a9953f11251f09a4eb 0.09 MB 120 28
277,677 277,677 000000000000000139e54a302540e8a7b4c194b3719dc4d1ecd8b8662831cc41 0.06 MB 60 8
277,676 277,676 000000000000000038627b173536c39590b1c2d6b7332d8b3ba2b6b10934a3ef 0.11 MB 225 40
277,675 277,675 0000000000000003619c39fb2337d64d213323af211d9793f0300a0aa5c9b78f 0.37 MB 644 36
Previous 10 blocks ↓
Total Size: 769.14 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.12 GB sent, 93.60 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.