Loading Tool

Explorer IconExplorer

Memory Pool

85,808 transactions
33.09 vMB
0.09533795 BTC
Random Selection Loading Transactions
Max Size: 195.96/200 MB

Candidate Block

Mining Attempt 3b95a5b7f82365ea761fe6d990cbc897aa7ecb4ae86787d92cf1e8fda36dd0f8
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 21e03a35352d8263ba2840b8304e87dc37235169fc85f7b0ce38bbf5a1212fdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.02924179 BTC
Feerates: 150.67 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (255,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,672 659,672 0000000000000000000b708fe24b1c0a28bfe1102509182eca42c28dd30114ed 2,562 1.00/1.00 vMB 53
659,671 659,671 00000000000000000002accde82b62ffe41fd783c4d0de094a730d2cf5727edf 2,897 1.00/1.00 vMB 92
659,670 659,670 00000000000000000001c08c27da0433cf7656d97bac37ef4c4da8440d17f75e 2,929 1.00/1.00 vMB 76
659,669 659,669 00000000000000000009c0ac2e34040ff9eaeaab80fc80d24393c4551e50fb93 2,946 1.00/1.00 vMB 92
659,668 659,668 0000000000000000000482438ae848a9ba88780c22de6cfa0727bdfea16607d0 2,582 1.00/1.00 vMB 108
659,667 659,667 0000000000000000000abf1a89338b1f63093a199d9e64db92ed1a0c5806b002 2,805 1.00/1.00 vMB 101
659,666 659,666 00000000000000000004351db2faa10798346db617c7c82edc58ed8f935edac7 3,152 1.00/1.00 vMB 79
659,665 659,665 0000000000000000000bbbf70bf71ab4163b38b021d71a4edb807709b2c9b2e3 2,919 1.00/1.00 vMB 113
659,664 659,664 00000000000000000002e5e78a07313350457d077b31bb6d5c9ed2ea713cd15b 2,893 1.00/1.00 vMB 126
659,663 659,663 0000000000000000000727c555b9e95c1fe54c0a9d81bbfcf09a1415da3cb5aa 2,423 1.00/1.00 vMB 122
659,662 659,662 00000000000000000005a2bfc7543897844b7ef707a4202b7c32f51d5feaade0 3,372 1.00/1.00 vMB 92
659,661 659,661 000000000000000000039670c5e6e6de393c6199d2cdc586d7eed0e517f0c9b7 2,990 1.00/1.00 vMB 119
659,660 659,660 0000000000000000000e08f74645496e983f8a08740ed73ab6cf56bdb35f816c 2,103 1.00/1.00 vMB 111
659,659 659,659 00000000000000000004d6040ec8f78d1aefb4779e254d3f50857a39283bc419 2,620 1.00/1.00 vMB 122
659,658 659,658 00000000000000000002ec79a42aa1e31545c6bfe04265c55e4b8b5c55b5a167 3,068 1.00/1.00 vMB 149
659,657 659,657 0000000000000000000815a9c9b1e6b8efbfdec903fab02e0a09e301874508cb 3,147 1.00/1.00 vMB 99
659,656 659,656 0000000000000000000896b87c374dd21368972bed76a1a107d3da1e809d3482 2,739 1.00/1.00 vMB 126
659,655 659,655 0000000000000000000630643366114e25c919bfb186617b755934e55771d429 2,772 1.00/1.00 vMB 132
659,654 659,654 000000000000000000046792b331144fa2ae889075b599692fdaf6579bc16f38 2,470 1.00/1.00 vMB 130
659,653 659,653 0000000000000000000c49d819478ead58720fad1cd1162aa269cbf95953c582 2,766 1.00/1.00 vMB 145
659,652 659,652 0000000000000000000406986902d260e528b315a4c96a8a5dc72efe311f7124 3,183 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.