Loading Tool

Explorer IconExplorer

Memory Pool

14,585 transactions
21.58 vMB
0.03057314 BTC
Random Selection Loading Transactions
Max Size: 109.41/200 MB

Candidate Block

Mining Attempt e328312da8cd60e521c3f66e305c01b91dcd0948e0bad0ae0cb745b8f006941f
Version 20000000
Previous Block 00000000000000000001453f1e576a656a9055f96710a92017b844e860ce9643
Merkle Root 9a8c433c92df1bd5190479e1a826891fe14a55adabfd532e538e31b44716efd3
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,249
Size: 1.00 vMB
Total Fees: 0.00716610 BTC
Feerates: 478.49 > 0.72 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,267 (802,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,516 137,516 00000000000008795ffabb150de86bb9a55096053d6f5002a5a4004e98040fd1 22 0.01/1.00 vMB 78
137,515 137,515 000000000000090ab232d450acc58a9be667732bf335757e8b5d50e2d10449ae 9 0.00/1.00 vMB 42
137,514 137,514 00000000000008db3e61d1d90da2cb78ab41bde305f8ab9472b54cad52606e80 49 0.03/1.00 vMB 48
137,513 137,513 000000000000044219138a8ae11a1a3ef6d90c66580378a93b4b3c6a82795e75 56 0.03/1.00 vMB 212
137,512 137,512 0000000000000111cfb330686043fc3cce5bed7898ddd738e7d1e820d613482a 77 0.05/1.00 vMB 410
137,511 137,511 0000000000000516556289f442a7176d1fe748eebd57c742efe98a2f0d32e8f1 7 0.00/1.00 vMB 2,190
137,510 137,510 0000000000000730c2237d97ac262b48cdbe974a88a9b513719d055eec9fba2c 11 0.01/1.00 vMB 89
137,509 137,509 000000000000022eca3094f1052e998d18a5ab036fb5f73caca28d06a6bed7fc 159 0.04/1.00 vMB 156
137,508 137,508 00000000000001f006addd2fc7045a6b96586212672ee6c54a1b585b1a92f688 37 0.02/1.00 vMB 134
137,507 137,507 00000000000006b9c2a40d3190078c609f3f6393fb8c0f61f9cdc9e3e8a92f11 121 0.05/1.00 vMB 120
137,506 137,506 000000000000080e58c564dfbd7ac1c536d11ffb125014827306a8156de879a2 95 0.05/1.00 vMB 16
137,505 137,505 000000000000061111d154a308d129609d8983bc30bdef19f54888ee14fc607c 75 0.04/1.00 vMB 1,208
137,504 137,504 00000000000008a69312561a82ce857a6a72abe0d5ead6c454a9881c1ebe4010 194 0.07/1.00 vMB 711
137,503 137,503 0000000000000681e2d3cf5e7ba3fb2677c695e9963e607874c6746e6453993c 132 0.04/1.00 vMB 134
137,502 137,502 0000000000000696fcc8da45052d5f31c0e942c15ac77cdbb2099390c5895065 15 0.01/1.00 vMB 871
137,501 137,501 000000000000068dc2912e453f5ca068c5e20017e504cfb2b88b6918b70afc2d 128 0.05/1.00 vMB 192
137,500 137,500 00000000000004bfad597c3a381f1c60612e62d4b70f638a5e3f5099e5265d0b 86 0.04/1.00 vMB 98
137,499 137,499 00000000000003cc95218a7fb5ce622d7ae115b3bc0cbcec1d9b9e8466ab3276 5 0.00/1.00 vMB 523
137,498 137,498 00000000000008b8d4d01e2b7067f2bb212baf7b77c637643e9ebe8f9f154bb1 12 0.00/1.00 vMB 0
137,497 137,497 0000000000000909bfc7822ab7e9f794fad510b43b61d2d2e9250c88d4b48bc0 50 0.03/1.00 vMB 71
137,496 137,496 000000000000075cc9cd539c5bac4c4930748b88d548bf0838f43b499ca53cd6 11 0.00/1.00 vMB 338
Previous 10 blocks ↓
Total Size: 827.22 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: 4,445.35 GB
    • Received: 241.46 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.