Loading Tool

Explorer IconExplorer

Memory Pool

78,516 transactions
29.97 vMB
0.08739888 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt ec6cdbc82c04f1ccf2efd02745e2ac7593eef262ce9047396151f025b45e41f1
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root ac3dffa704d1ccbbd7836cce32127381c46a9d40c8b5e2178578b08ac6039021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.01852335 BTC
Feerates: 100.69 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (299,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,670 615,670 000000000000000000089d6fa7782f1fe1d20cd1fe76f68407fec8b88d3b0a1e 2,191 1.00/1.00 vMB 9
615,669 615,669 000000000000000000114b73ced701f9a699c1d21422c44c3fc5956f2cd1d924 2,707 1.00/1.00 vMB 24
615,668 615,668 00000000000000000001eb35502cb0e553f0d0a4efc91c7c17802644767a3c44 2,486 1.00/1.00 vMB 2
615,667 615,667 0000000000000000000d6a0b66a8f054ae880aef4cadd030fc9f3739dd5c7b98 3,168 1.00/1.00 vMB 23
615,666 615,666 0000000000000000000b3199480035431d7cf986f296f8fd1e1bf2470128b8df 2,265 1.00/1.00 vMB 7
615,665 615,665 000000000000000000065080b74b807419a04f24efaefa3f630e7f3984ead6bc 1,563 1.00/1.00 vMB 9
615,664 615,664 0000000000000000000e04047ba42a2e38b3591bea8b4624262fc42c0162e13b 2,901 1.00/1.00 vMB 20
615,663 615,663 0000000000000000000e48434c6d8b016f345b8030ce8ca6c427ca46c7c8ea32 1,934 1.00/1.00 vMB 15
615,662 615,662 0000000000000000000d78fd1bc0cda2478a5dfc660b13be1321e56b4f7499ca 2,499 1.00/1.00 vMB 18
615,661 615,661 0000000000000000000c22de15bca4afa58ea221ee8dee5ebb39dc1ac3be2b2e 2,070 1.00/1.00 vMB 10
615,660 615,660 0000000000000000000d0ed9a4117a62457b235b1e259be2e3eb028488b84a94 2,364 1.00/1.00 vMB 15
615,659 615,659 0000000000000000000c0ff6bb99b0ed3b2ff77e90f89d4383ff0924b5b2e43e 2,874 1.00/1.00 vMB 19
615,658 615,658 0000000000000000000b7ed119fe37da90a9d40a7b2b26162acf60c3dd9c0205 2,248 1.00/1.00 vMB 15
615,657 615,657 00000000000000000008a9b38d004b132952a767ad53887431046726e9f19f89 2,833 1.00/1.00 vMB 24
615,656 615,656 00000000000000000001452fed2be4196fc314de770229585aa3009db475dcc2 2,819 1.00/1.00 vMB 20
615,655 615,655 0000000000000000000cfa66c732eff096188c635a6d7ca4d577fb020c66a1f2 2,194 1.00/1.00 vMB 29
615,654 615,654 0000000000000000000ca848aea2e73371f12c8d52e8ce4cbd882c25a1d35e4f 980 1.00/1.00 vMB 75
615,653 615,653 0000000000000000000164ca8c99de6452384cf63eb90bedee234435b142882c 3,525 1.00/1.00 vMB 7
615,652 615,652 000000000000000000029f0c1f4f00831157d7c857dafad1fff2ea27222634c8 2,957 1.00/1.00 vMB 21
615,651 615,651 00000000000000000002ee6ab3b3780ca02db48eb4aa89f1990e9ee79d644440 2,965 1.00/1.00 vMB 19
615,650 615,650 00000000000000000002567f5e2bbe4688e5fe108349caf27864ddae4234056b 202 0.07/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.97 GB
    • Received: 16.34 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.