Loading Tool

Explorer IconExplorer

Memory Pool

39,774 transactions
32.71 vMB
0.07652829 BTC
Random Selection Loading Transactions
Max Size: 161.73/200 MB

Candidate Block

Mining Attempt 366393b8bccdfb183aa76d92f3984e729e40ea15dd5aa14b62420a492e6d3412
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 1efb51aabb8c6fa9cddcdfea8c807c88a541a41605a05ce9c4dff12ba6c929d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,178
Size: 1.00 vMB
Total Fees: 0.00739376 BTC
Feerates: 30.98 > 0.74 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (786,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,289 128,289 000000000000265d870a27a3a02fcac120c1ab1b3af2994b777f70b259eba6d1 2 0.00/1.00 vMB 193
128,288 128,288 00000000000005c245d146e51f0041cd4cadaa174b5536ee35572b1c85594b83 11 0.00/1.00 vMB 944
128,287 128,287 0000000000001240671730662d2570adc2e4f58a4670989025560ce7e8d1031d 75 0.02/1.00 vMB 3,039
128,286 128,286 000000000000259ccfbedb7616c8b2d4ac25dd97e5c60b5a251fe09b80ad78cc 36 0.01/1.00 vMB 83
128,285 128,285 0000000000002527e55f6d29c2164afdcbb254a71f4a036cf9f53b6e6f97950d 18 0.01/1.00 vMB 1,207
128,284 128,284 0000000000001a8e5353b24fdce69af42bad860430c6b8d65ebd147bcb68e77e 8 0.00/1.00 vMB 955
128,283 128,283 00000000000019080bd9f690d56531fec990688c95d75b0ad07a942137fcbc0d 72 0.03/1.00 vMB 525
128,282 128,282 0000000000000869eb7368441ccac9a550a435ccad9cb5e3e1622fe73e3c8ce9 16 0.01/1.00 vMB 662
128,281 128,281 000000000000026545953b33de6fd0ee700d86f9258afe29a10fc5edc356e2a5 49 0.01/1.00 vMB 159
128,280 128,280 00000000000012c52463b0430fac84fc2a90d363bd4bdeb4581d0f06a9146244 8 0.00/1.00 vMB 1,200
128,279 128,279 0000000000001547238205737dcdba2e2b0bae9ad48b0cdc79ecc53c5b04e628 41 0.01/1.00 vMB 538
128,278 128,278 0000000000000b79ae8ae5c751b4d8b47cfc89d6eaf0e10b751ba58d5c1ac3a8 12 0.00/1.00 vMB 0
128,277 128,277 0000000000000d2808527a12efce0c63acc6f9f7f687b49b4fa2fb07af81e2df 18 0.01/1.00 vMB 1,249
128,276 128,276 00000000000018c3b87426cbf1aed9da3283ec782610fc6003fe7556208a48e4 3 0.00/1.00 vMB 1,147
128,275 128,275 0000000000001837bf46d7587b8da22f4791748b4061e26e6f4973decaa2da91 24 0.01/1.00 vMB 230
128,274 128,274 00000000000014e3f667a745551974758e146222744cac949ab1954d911fb167 81 0.03/1.00 vMB 1,748
128,273 128,273 0000000000000bb2c6c34c4fa9aece06422051fb2efa87fb268d97b6a885fb56 38 0.01/1.00 vMB 451
128,272 128,272 00000000000018df776abdfc973a8673195e5328acf70161b721bc8a05f73a0a 14 0.01/1.00 vMB 594
128,271 128,271 0000000000000f56f1d1a0583fed15fb33aa17c2855ebebf6a698220f455752a 18 0.01/1.00 vMB 740
128,270 128,270 0000000000001deaefac3b5f6784ef499e1191e49de6085122be431f60e9fd91 101 0.03/1.00 vMB 149
128,269 128,269 00000000000004270dace24ac7b5d7a04a548ba400925a023ea3d84c5333debb 32 0.02/1.00 vMB 1,203
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.97 GB
    • Received: 11.52 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.