Loading Tool

Explorer IconExplorer

Memory Pool

78,404 transactions
29.12 vMB
0.08182691 BTC
Random Selection Loading Transactions
Max Size: 176.24/200 MB

Candidate Block

Mining Attempt 199adcb4cdb8fe425111f6dae29f027d82f489b7dd1a5ae6f67e3a0059237fc6
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bc10a6b2ea5d40bac6c64e5f22cfc04bcfe6e7bb71dbed7ba4d3d27d53f7a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,731
Size: 1.00 vMB
Total Fees: 0.02097697 BTC
Feerates: 178.73 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (546,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,779 368,779 000000000000000010c5eb159ae452c54ee0b0ec26deef8d3f90e1a70fcd61de 347 0.25/1.00 vMB 11
368,778 368,778 000000000000000006753546e17a2f884aeff0efb8fe297b0983945391c89025 1,448 0.68/1.00 vMB 41
368,777 368,777 00000000000000000de5d6ab2b7194f5cc1cf3b223e1530c01681447645040ce 1,002 0.50/1.00 vMB 39
368,776 368,776 00000000000000000328afecf4ef9812c206c16c9bb72f1ee28a67f166db6a1c 489 0.25/1.00 vMB 37
368,775 368,775 000000000000000013f423641b0d0f56d414cde398e0396124be07c462632f5e 700 0.34/1.00 vMB 44
368,774 368,774 000000000000000001d2fceb73b83fd080dd4633a7c2b425e90c5ddd2cbfc227 1 0.00/1.00 vMB 0
368,773 368,773 0000000000000000014ac2f28a1b767632f9f248f2c1ab968d6721be6e45d85e 233 0.11/1.00 vMB 52
368,772 368,772 0000000000000000037ff47a81e2d135ae09ea71cb6f3680451d6d00b69399f5 156 0.25/1.00 vMB 5
368,771 368,771 0000000000000000000645b7cc3f5ffe6bc2eed0fb6f643cf2ffd0cb7956de46 200 0.10/1.00 vMB 29
368,770 368,770 000000000000000012056d48d7f24a3a6a27e07f5c237961f28e1c85b2425994 1,559 0.99/1.00 vMB 31
368,769 368,769 00000000000000000483fe888c36ca8e3211aa04f58285d91d5a8b5448be3a3b 2,153 0.95/1.00 vMB 45
368,768 368,768 0000000000000000041f67d05df5d14c7fd7176b9cd7ad14c02b74815fc8919e 98 0.06/1.00 vMB 30
368,767 368,767 000000000000000003f4a71b5c07b372d7ac6ee5a1284df2f2b49b82168cf3d2 828 0.60/1.00 vMB 34
368,766 368,766 00000000000000000f89fafc9e671ab9f656b8d622ba9b79adb22c9475d1cc8a 74 0.05/1.00 vMB 23
368,765 368,765 00000000000000000f2a2c85f98c9f5c2eb06ab7690c8ccda0846f7e3fdc8206 854 0.52/1.00 vMB 34
368,764 368,764 00000000000000000d626c694ea303ecc4ed5d782c0cd44d0fe69d62b32463fb 398 0.23/1.00 vMB 35
368,763 368,763 0000000000000000024e6eea792d7c808dbf3a60ec9a58514a8d2b394b7b7029 1 0.00/1.00 vMB 0
368,762 368,762 00000000000000000b64ab46e1e0ad0eba4cfb235628933ac300a8e1abd1543c 819 0.49/1.00 vMB 38
368,761 368,761 000000000000000007cfb95b014a004b02374dbc3c8b71da61ac5e50ff347a0d 672 0.41/1.00 vMB 30
368,760 368,760 0000000000000000045907d641966c0902950608064a1a0873d6d90a003107a7 1,900 0.95/1.00 vMB 41
368,759 368,759 000000000000000000d820af4827ca791006cb3e613a9965c874b01095e89123 945 0.88/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.