Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.29 vMB
0.06350564 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt 472dc19eb6107312431a86f1aed24cff0d2c787cd7c15ddf6326f4df94c8c0a9
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 17cf604269fefea3187aeb3fe4c6710a0c8e9442a08c25c5f188dca0d62f5fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00421762 BTC
Feerates: 21.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (767,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,486 147,486 0000000000000435caab6646c117fd35dd1734ef262a95b31961f2cd4606aad2 41 0.02/1.00 vMB 334
147,485 147,485 000000000000002e9e41e6ad0625dc4ef085313b7bd9cfdbb40b1dc957102c08 11 0.01/1.00 vMB 390
147,484 147,484 0000000000000227860c3af1d1b8a7624c385244851fe5d6cf660f54f546ad0b 23 0.01/1.00 vMB 96
147,483 147,483 00000000000005e114a1dc4674896cdfbf98ffb99ba3a9104f7392bc63cb8809 47 0.02/1.00 vMB 20
147,482 147,482 00000000000005aea980fcfc54d6879ba6030b2ba3e3547bdad3c06c0354f1c0 9 0.00/1.00 vMB 491
147,481 147,481 000000000000045bd76df782637dc8ad39b5627f6f6dc0b859ffab31679eed03 116 0.05/1.00 vMB 125
147,480 147,480 00000000000004efcd263797a17fd5012128e9901fda263e47d2d28950508a6d 3 0.00/1.00 vMB 1,512
147,479 147,479 000000000000085371a8c3f1b574da46e85ac7abcb3bf684173d0236d7159c6d 12 0.00/1.00 vMB 135
147,478 147,478 00000000000006351c939f19b9d721158ee8ffd4a9a902bd7fdc729042e1234a 61 0.03/1.00 vMB 126
147,477 147,477 0000000000000769fd3950f4be16b5eedfd25173b0954e3b17427bf2d0a34648 72 0.02/1.00 vMB 142
147,476 147,476 000000000000068aecde963c872d24e4048b67a6bdadec48a53d7735d986f9de 94 0.05/1.00 vMB 118
147,475 147,475 00000000000003efcb32e1b21716414b0af277e0d3db2d64730538e3c6e5c761 19 0.01/1.00 vMB 166
147,474 147,474 00000000000009b385482c0c99e9f726477da71df2b622c182d8c3f93c398edf 47 0.02/1.00 vMB 121
147,473 147,473 000000000000037cb321ddf24191080c7eb88c96bd16176743bcbc4d7ffe1001 66 0.02/1.00 vMB 69
147,472 147,472 00000000000006d8e51acc21205c481ae9e38e885e1e6adef4e82233037283df 16 0.01/1.00 vMB 767
147,471 147,471 0000000000000460182ef453f4afe002fc1e8db11299fb24974f1fde99878963 68 0.02/1.00 vMB 274
147,470 147,470 00000000000003812a86261051e44c3555a284ff5284b9d7d4dd7cc25d09a76c 38 0.01/1.00 vMB 283
147,469 147,469 00000000000002f7cf59ca51a8dc91f1dce00b2c7d1b62af1034fed206ce7d7a 10 0.00/1.00 vMB 62
147,468 147,468 000000000000032ee4173e6b886da8146ffadf8b9d46df6ee6c5b8fbafb51822 35 0.02/1.00 vMB 135
147,467 147,467 000000000000015e31d3c16e17beb85c47f6422a6b880cc1cfa988885671b4e1 69 0.02/1.00 vMB 227
147,466 147,466 0000000000000596a5e0363913e043a919824481f46ef9887ff83758b6271954 19 0.01/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.