Memory Pool Memory Pool Refreshing

6,888 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (807,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,129 100,129 000000000003b6e4351f1e5defa669b69701a8e1ff311e45d817c110c6658037 0.00 MB 3 0
100,128 100,128 000000000000435da7cd8f11bd66f9435187a8bffb7dce260b3c108e0568554b 0.00 MB 3 0
100,127 100,127 00000000000343000d07a0e158b64d0238ea88aa36e9cc3431724324fdcc7d41 0.00 MB 3 0
100,126 100,126 000000000003adf55c303e3d230feec8730610e44ff7cbfc10a99a8d03f9dbca 0.00 MB 1 0
100,125 100,125 000000000003527a33a646d1e78964e318f7fbe00ddb0d4b1c027f8e9a7956cf 0.00 MB 1 0
100,124 100,124 0000000000024c0f293136fe7b20fbf646a270b942c0e2e38d372395135e0c22 0.00 MB 3 1,582
100,123 100,123 0000000000032d3e1e558a097d25384348c607a17641efab988a93d3fc2a3e00 0.00 MB 2 0
100,122 100,122 000000000002f3798ac4e07ebe6ebdf8eab2707e8d50d068067ecab799daf727 0.00 MB 4 0
100,121 100,121 0000000000028109572ea03840902140474e53d8e09f65a04c153ed8c2b29aa8 0.00 MB 8 0
100,120 100,120 00000000000000c0930bc3046ce0fab487933b847c7226bdf0e86f4a7c094403 0.01 MB 6 0
100,119 100,119 000000000000c0c893bf1f49151306773af69c74309ed943e0837367258124a1 0.00 MB 1 0
100,118 100,118 0000000000027f08ed8813e0e76332f4513458467eeab1823b32963c1d8350f7 0.00 MB 7 0
100,117 100,117 0000000000018596777510be02677959b26830eccc975e8bead25ca0c00e0bad 0.00 MB 1 0
100,116 100,116 0000000000011aff196c9019e34225767fbbf82ecf840749b2f96125f100d827 0.00 MB 3 0
100,115 100,115 00000000000059dd3bb043f8fec23a581c973e6a297936d96f81d30db7d39897 0.00 MB 2 0
100,114 100,114 000000000003b243d751dc9ecad1381ec087ea5a0b118fee25d0941266269ab4 0.00 MB 13 0
100,113 100,113 0000000000034f5dd5771489d62d055d86700c3bca6beea7e626a080a0595646 0.00 MB 12 0
100,112 100,112 0000000000015421c36210a1f252b29faba84d1a9412e24d6f5ea4acbfa562eb 0.00 MB 1 0
100,111 100,111 00000000000331b5fca71781aae86bc8b99e5196479c6b9d8ab552b37ce07524 0.00 MB 2 0
100,110 100,110 000000000001b05dc92f67c06a579c6772b298be959006dabe750267f58448b7 0.00 MB 3 0
100,109 100,109 00000000000056a22a7e51cf74e5ff4b357337d4ad812146f9e3ba42209ab5dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.