Loading Tool

Explorer IconExplorer

Memory Pool

38,003 transactions
26.08 vMB
0.06098623 BTC
Random Selection Loading Transactions
Max Size: 134.67/200 MB

Candidate Block

Mining Attempt 8e6cf4002688a65170c4de5b7143d4b70eed4ac5bcfabcb718b986017b8a2f1b
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 2b4a1f5befa88fce3dbdda8d8b4e11afcaa99505b8801e921de4bcf07a7722dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,433
Size: 1.00 vMB
Total Fees: 0.01329598 BTC
Feerates: 265.25 > 1.33 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (477,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,604 437,604 000000000000000001c87e87f6862739cc93ef34cc2744e5f0b5ce788b8ce7d7 2,050 1.00/1.00 vMB 66
437,603 437,603 0000000000000000034a50225675caf007a6fb9e9128a25651758e4d4b71124b 2,549 1.00/1.00 vMB 81
437,602 437,602 000000000000000001578beac64d230bc802d562806eb39d481ee851989b708a 1,327 0.57/1.00 vMB 51
437,601 437,601 0000000000000000031052db194a174701f4f8fe8109394ea62a85108af30ffd 1,947 0.75/1.00 vMB 104
437,600 437,600 0000000000000000005d858fbb639c1886ea72a349b4f43e3d5aaebd82d4be2c 1,227 0.56/1.00 vMB 69
437,599 437,599 00000000000000000198d6d066a995c6145de713ec86fe1175a8c8674dcf7da8 1,236 0.75/1.00 vMB 43
437,598 437,598 0000000000000000024849e6d9f0055fbc4bee5742c9ac639524faff2b6552d5 2,367 1.00/1.00 vMB 73
437,597 437,597 000000000000000000cc1b53811236e8e55dabb7b7f57fe1c8aed7a1c5d90728 2,630 1.00/1.00 vMB 62
437,596 437,596 00000000000000000405d6097ac7b35d354dcbff38943bf97b9b1edc37ba710d 1,976 1.00/1.00 vMB 117
437,595 437,595 0000000000000000001fa5a346d71af9af0ff38201b20e41851256fae5b0a3f8 1,238 0.61/1.00 vMB 68
437,594 437,594 000000000000000000be25111c6fc65ea53399d4855dfd1126949d92ee039698 489 0.99/1.00 vMB 12
437,593 437,593 000000000000000003d324ffa8abffcab6b7a0bb4c1da0544fd58cacb8771694 1,831 1.00/1.00 vMB 54
437,592 437,592 0000000000000000003784a39ca848447baf9aa23359ac827b04d6a32fb2dfae 2,384 1.00/1.00 vMB 69
437,591 437,591 00000000000000000331024718fbd1ca282a9c6c0866bcab8367170f435c5f5f 2,639 1.00/1.00 vMB 86
437,590 437,590 0000000000000000038fde4b87d4d6ee8a1102ec57fce2a18460998ed2aa8ad9 2,400 1.00/1.00 vMB 68
437,589 437,589 000000000000000000072ab040ebb01426820c20bf04dabf83700ee90c5e3a6f 2,585 0.93/1.00 vMB 94
437,588 437,588 000000000000000003644307ddb556a27bb6382cf8ab0182428d56b3b0107a5d 1,440 0.66/1.00 vMB 74
437,587 437,587 0000000000000000025a24148699c45828e774d53c7e084164ed28ee39957794 683 0.35/1.00 vMB 37
437,586 437,586 000000000000000002992d3e274811f28029d492f93a70e35b8ab3e6839a8d40 2,146 1.00/1.00 vMB 64
437,585 437,585 000000000000000000a25118a5ab9de8ffcbb0f376eb2fea58181840580951b3 2,324 1.00/1.00 vMB 62
437,584 437,584 000000000000000000921233d1a292215662ec8060031c46b32f8072635cde11 2,897 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.