Loading Tool

Explorer IconExplorer

Memory Pool

86,429 transactions
31.63 vMB
0.14703918 BTC
Random Selection Loading Transactions
Max Size: 190.74/200 MB

Candidate Block

Mining Attempt 5beaf7f127b829a361cfceebb1b7e197929f72e730b07bf305c5d9b26b415db9
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root a1fec1a39edca29c63fb7eadda1776c712f86868b5e14d64aa48b678575f8fe1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.06473880 BTC
Feerates: 214.31 > 6.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (231,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,108 683,108 0000000000000000000cbebbc91cd56154efaff169ea5397eab96a3c5d0953dd 1,077 1.00/1.00 vMB 23
683,107 683,107 0000000000000000000a571cb1dbf7a4e55d5d5212d86583828e5c8356a5983a 1,831 1.00/1.00 vMB 16
683,106 683,106 00000000000000000000be6e310c966f0ae34004454f9fc86d3fb50f83e7b950 2,194 1.00/1.00 vMB 33
683,105 683,105 00000000000000000000a1a1ac39196b1b7b0543d145c89db9eb6cedfdffb985 2,735 1.00/1.00 vMB 55
683,104 683,104 0000000000000000000653a4033eea9af352adfe5ea10fa44fc9561bed27f6ee 2,641 1.00/1.00 vMB 83
683,103 683,103 0000000000000000000bf1a6d7c6b99acbb7f50003a9e27123e9c94b2ebb16e8 1,601 1.00/1.00 vMB 48
683,102 683,102 000000000000000000037a843cf21700c538128aa1dc10b250e0c266544459b3 2,043 1.00/1.00 vMB 83
683,101 683,101 00000000000000000000c05e5b0058cd147697a440b0984a7c5c44e3cedf994b 729 1.00/1.00 vMB 8
683,100 683,100 0000000000000000000195d03de6a85977e2c989246d9a072b19a30e13e3c351 2,235 1.00/1.00 vMB 9
683,099 683,099 00000000000000000001ad64a7fea6cf989cb7a92194d6c7da95353c9132a29e 2,290 1.00/1.00 vMB 15
683,098 683,098 00000000000000000006a335f6afcdf31414dfa687bac916b3d2795cd4da34bc 1,583 1.00/1.00 vMB 48
683,097 683,097 0000000000000000000b9b8277db45862856262dddff3231006cb54e8b7e6c14 1,258 1.00/1.00 vMB 65
683,096 683,096 00000000000000000002b84160aa02d8ec54ef4edc95da0988f00102a72707ad 3,034 1.00/1.00 vMB 98
683,095 683,095 00000000000000000006e2afb3069a8b9944697d009d16ed671abb573ec77826 2,347 1.00/1.00 vMB 35
683,094 683,094 000000000000000000018e8d150ecff4d1241c3b0444c7dc834f41b9e52a779e 2,698 1.00/1.00 vMB 72
683,093 683,093 00000000000000000008310410aa818421834a14e57a484deeab479550413c84 3,318 1.00/1.00 vMB 104
683,092 683,092 0000000000000000000a33c4141f4947ee44fe17a9b28b2e16be9acf01280ef7 198 1.00/1.00 vMB 3
683,091 683,091 0000000000000000000aeefcb6ae73a04d6445afc13f3a70dc549dc2c6a43e87 2,009 1.00/1.00 vMB 34
683,090 683,090 000000000000000000073ff90cdfe9cdf6f7a0554764d82e0d9c0c1f83dc79bf 2,194 1.00/1.00 vMB 15
683,089 683,089 00000000000000000005666a76db68283ff09abb8238475d4e2695ce91d7257f 994 1.00/1.00 vMB 43
683,088 683,088 0000000000000000000d4d8d04b728634a96a0479b6da5268279396a0b77dd04 1,214 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.