Loading Tool

Explorer IconExplorer

Memory Pool

76,370 transactions
28.56 vMB
0.10114197 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt 45e86ac7f00f232a876740dbf2b2ec64295e8333f9d76b873fc6774e03315ca3
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root c590c79ee098926de66624fdee22f070b6fe47308de5e3d3f094151789c4a3ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.04175058 BTC
Feerates: 101.65 > 4.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (498,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,408 416,408 000000000000000003b5b00ce2135004c20a6adca8fb941c4a2782f4f0bd34c1 2,004 0.99/1.00 vMB 45
416,407 416,407 000000000000000002a5fc8ae8dd8d70e3b33ae931ab7cab79f969565c0a2cc2 109 0.05/1.00 vMB 50
416,406 416,406 000000000000000000644c590ea29bd36b1b7b1f38937813e0ff6aa098107c40 1,685 1.00/1.00 vMB 35
416,405 416,405 000000000000000003b8478f79515be01e78e1d15a46a441ad4342b26b7fd276 1,959 1.00/1.00 vMB 24
416,404 416,404 0000000000000000038bd2ec2ac3631a304ebb39f0fba4f4f66f58f786e6f7c7 1,777 1.00/1.00 vMB 53
416,403 416,403 00000000000000000340d29939704e7b296ec0d45d51aaae5a50f6c13bfd542c 1,776 1.00/1.00 vMB 75
416,402 416,402 00000000000000000455c40cf37395cf9231f5e71e6eebf5d251cb1413ee26e5 1,346 1.00/1.00 vMB 25
416,401 416,401 0000000000000000010ab64551f053b9af4909773323be822a36eb2b652a9d6c 1,749 1.00/1.00 vMB 65
416,400 416,400 000000000000000005244040a41793b9c7abc22a315bd586639fbe2ada881d4c 2,438 1.00/1.00 vMB 71
416,399 416,399 0000000000000000008d6086df0a08aa7b0cc623f5e770f0aa332e930a1bf7f3 1,531 1.00/1.00 vMB 76
416,398 416,398 000000000000000002631b09e1541227a90309ddb9ceca645a771a97bc95c31b 956 1.00/1.00 vMB 103
416,397 416,397 00000000000000000399bb051be394dd223f28499eefd82853a0f2fb2edec981 2,024 1.00/1.00 vMB 54
416,396 416,396 000000000000000000be7f0bf86f4c5fe86cdfa85ce5139e3bcc517755985c8d 2,194 1.00/1.00 vMB 40
416,395 416,395 000000000000000005772343e4f7f1ee8245d7fb3450ac5df04194016afd53e0 2,396 1.00/1.00 vMB 72
416,394 416,394 000000000000000002f773660b02aafe8dca9046407126dc1e5036f784576bc2 295 0.13/1.00 vMB 38
416,393 416,393 000000000000000002ac6460f94335d614cce4c4cc9eecf00a1f7e0f6106da08 1,681 1.00/1.00 vMB 32
416,392 416,392 00000000000000000209ffbe666efe6d66bcb47146fd19b5f40c9feaf2ab93ad 2,537 1.00/1.00 vMB 69
416,391 416,391 000000000000000000108ecec07abf978e62dcc3d38a53cf8b95ffba631805e2 2,195 1.00/1.00 vMB 45
416,390 416,390 0000000000000000036abbcc8306bf8653346f780d1b1253f98517e751dc19d4 1,680 0.99/1.00 vMB 56
416,389 416,389 0000000000000000048787d11b5efb08a409ca41384b4a2cf4c1e56cbe56cff8 2,648 1.00/1.00 vMB 63
416,388 416,388 0000000000000000045a8e2dfde493ac584c47ae42059d5dbf1023b94090801f 2,287 0.93/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.