Loading Tool

Explorer IconExplorer

Memory Pool

79,055 transactions
29.26 vMB
0.12205964 BTC
Random Selection Loading Transactions
Max Size: 176.48/200 MB

Candidate Block

Mining Attempt 263a8fe25adc3bfde0a54bdcd0668c3dc628ced4b17a3615c815f8dff1ecede2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 65f52757d29599724c75303025fe5cb1656c8a20461391d5421bb3e4a9e46328
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.04445333 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (443,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,352 471,352 000000000000000000b38a9d89e39e972b02afc65e173e5348fc2ccb2d385cce 1,824 1.00/1.00 vMB 263
471,351 471,351 00000000000000000042876dbb7410fb909b9229821395faa7a7c044a2d62836 1,753 1.00/1.00 vMB 383
471,350 471,350 00000000000000000141b2bb0e9a747d0ec9cc1a942c790352e0934fbfebe638 2,252 1.00/1.00 vMB 328
471,349 471,349 000000000000000001576e249a3cfcf706747715cc40d0c80999879409e26731 2,057 1.00/1.00 vMB 306
471,348 471,348 0000000000000000002b4b0c3867de40ca666beac0d7fb13506fc0da4f3384b4 1,402 1.00/1.00 vMB 279
471,347 471,347 0000000000000000009669c7d1899e668d472a898dd4215e87e6e6d6260d1b11 1,283 0.99/1.00 vMB 152
471,346 471,346 00000000000000000186f5009dd141e42ac882fbd57f88d3634e99f37f19985a 1,261 1.00/1.00 vMB 210
471,345 471,345 0000000000000000003ca80a666ab52d3fd81e313c0a13c4784d3e9e2d64c1e6 1,093 1.00/1.00 vMB 189
471,344 471,344 00000000000000000117c14d618c5c590f171d88ba922b6884d9b2d3d7016993 2,081 1.00/1.00 vMB 294
471,343 471,343 0000000000000000005a3e4445f8c34dd2fb6af61aea211915ebf8594bc2bc63 2,296 1.00/1.00 vMB 410
471,342 471,342 000000000000000000b0817f2c9f2d78a7d892fe2737d011f27adbbc4e162f6f 2,125 1.00/1.00 vMB 399
471,341 471,341 000000000000000000b3173428a73eea3c6d0b5c6dc4a1f2e9efcce36f41b068 1,129 1.00/1.00 vMB 200
471,340 471,340 0000000000000000004050737e2df988ce4300747040b04f28886da59553f0c1 983 1.00/1.00 vMB 155
471,339 471,339 000000000000000000d0534ca8a3e9892ca2369a544bbb4334a99e4d92739006 1,314 1.00/1.00 vMB 202
471,338 471,338 00000000000000000196f4fe1867aa66fba1263973dcada4ed0c5ba35fb5fb93 1,155 1.00/1.00 vMB 338
471,337 471,337 0000000000000000012ba06560792b41d3d02c9cf9ac6bfeeefcd69793f13761 192 1.00/1.00 vMB 328
471,336 471,336 00000000000000000154ca6f033724a2c043d14346fe724073f1a20512cbe977 1,517 0.99/1.00 vMB 395
471,335 471,335 00000000000000000158e5047e92c50e793d28b5933084de1147d1109879defe 1,090 1.00/1.00 vMB 223
471,334 471,334 000000000000000000e6e7175a4c3652afaddec589f4a6196deddd48a926b6b6 1,036 1.00/1.00 vMB 152
471,333 471,333 0000000000000000017476a9b43bb28f8e88fef36325d6eb9e3a7d9eb591bedc 961 1.00/1.00 vMB 199
471,332 471,332 000000000000000000bc7dbd93d144f2d51a2a416227841ffda12d57d546abae 1,091 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.