Loading Tool

Explorer IconExplorer

Memory Pool

79,238 transactions
29.47 vMB
0.08263341 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 59d2807f648473d3c888e07057fda9147c39e2c81aace9f1ee9e100879379d23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (373,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,119 541,119 00000000000000000013631cf2f4a459d73fdd5107e3702b24e8e51e131c5e54 2,414 1.00/1.00 vMB 21
541,118 541,118 0000000000000000000200e7010546f6535d3960dfaf35b159c96ac1d4f36690 2,267 0.97/1.00 vMB 3
541,117 541,117 0000000000000000001861945b5d7ecc1c70c6b45a65ba266a3059a367b0ec39 2,320 1.00/1.00 vMB 14
541,116 541,116 0000000000000000000bc752ed123838b8e5e8b3794bb6ea765d84b919aca272 2,690 1.00/1.00 vMB 30
541,115 541,115 0000000000000000002005837955b918d2ca52c0090756befda77ed50fdff5b4 2,405 1.00/1.00 vMB 36
541,114 541,114 000000000000000000187a1095a6e79b71146339825e4ac4c8b1ed6b36fd14b1 2,239 1.00/1.00 vMB 16
541,113 541,113 00000000000000000022a9ed296af3514a2c03b2a94c2abad0e7aed18ee8b86a 2,059 1.00/1.00 vMB 25
541,112 541,112 0000000000000000000b93fc1fa9007d060cca6bbf1e0309644da97b8a639b42 2,610 1.00/1.00 vMB 16
541,111 541,111 00000000000000000005c6e106232abcc10b60ee65eb3711ada74696cf1c09bc 2,812 1.00/1.00 vMB 11
541,110 541,110 00000000000000000027ee5f7b30fc1d32a8d6831e63305bb4fa020c410a118e 1,637 1.00/1.00 vMB 22
541,109 541,109 00000000000000000027d9a35dda4d952ae56eeb5d762161535424c64c196ec8 1,965 1.00/1.00 vMB 20
541,108 541,108 00000000000000000014880884871027b5c9b04e551de9754fe8d0d38f34ddee 2,565 1.00/1.00 vMB 19
541,107 541,107 000000000000000000089866661bbcacde65d03d0c1b8d8873f0d9837f95fb81 2,786 1.00/1.00 vMB 19
541,106 541,106 00000000000000000015fc4b725aeb2b9b68d570aa991bc214ec053feabf75f1 2,277 1.00/1.00 vMB 39
541,105 541,105 0000000000000000000be7654900521cd60440faad5547f3553989197abaadc7 2,894 1.00/1.00 vMB 40
541,104 541,104 00000000000000000013b76e63225b56a0cce7f690767ac291f41963614f60e7 2,559 1.00/1.00 vMB 31
541,103 541,103 000000000000000000081d4d31b26f4102e1b3d05a6d9259d182ed8e6129ea88 2,001 1.00/1.00 vMB 28
541,102 541,102 00000000000000000027def6ee3daa6f58a0d9a99caeef6cc3d9199d7f54f9d0 2,189 1.00/1.00 vMB 50
541,101 541,101 000000000000000000157281985ed58746dbc2dd9ef6a38c8172715b5bc4b2d6 1,349 1.00/1.00 vMB 58
541,100 541,100 0000000000000000001130a7bc5bd2af3c5b9d41ae4bdccf13b24fe051f0d180 645 1.00/1.00 vMB 56
541,099 541,099 0000000000000000000ec8769a995429b85e6301c97fa76de6fb9bc5162b27de 2,520 0.99/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.82 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.