Loading Tool

Explorer IconExplorer

Memory Pool

37,750 transactions
25.33 vMB
0.05006045 BTC
Random Selection Loading Transactions
Max Size: 130.84/200 MB

Candidate Block

Mining Attempt c897753e510f55b5fa5268ed40b8ff9deabc3d961d145f215169a7ab8e358cfa
Version 20000000
Previous Block 0000000000000000000200721755ced2ab44d41ec558aea577f50bd3ed6c61e5
Merkle Root 006949d0ab16c5a3280e5700c3d8c452df48a5195074e0a8ab829b17ad96ed66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,986
Size: 1.00 vMB
Total Fees: 0.00454333 BTC
Feerates: 134.30 > 0.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,765 (461,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,695 453,695 000000000000000000fb59c06f13a5d317d1d52081d598c3ff2869dd076abaff 2,571 1.00/1.00 vMB 94
453,694 453,694 00000000000000000087238e9ea202cedc5a7ba09c607cd087dbe4c86f2542e2 3,146 1.00/1.00 vMB 80
453,693 453,693 000000000000000002544c7bd1fec4871c1ba825ccc4c3035d0312b926ba1661 1 0.00/1.00 vMB 0
453,692 453,692 00000000000000000123786b6f4e00a0e4106a707a21060870ac8dd56ff0cc08 1,546 1.00/1.00 vMB 82
453,691 453,691 000000000000000000127e7bc4a12ab6d8a8da80cbdc57e1a015ecd7df0f8118 1,522 1.00/1.00 vMB 116
453,690 453,690 000000000000000001ac950c001dd4ff1eaaacdd7b252057836f5c9722bfd38e 1,913 1.00/1.00 vMB 125
453,689 453,689 000000000000000000dfd5612ab0fac42aea4614b15255b6446b602fd5d6dc47 2,470 1.00/1.00 vMB 97
453,688 453,688 0000000000000000012054cf3afff415e2c0c329fac63545b848ec7cde5de1b4 2,317 1.00/1.00 vMB 93
453,687 453,687 000000000000000000c37d26b11f24331a1e2656734ceb33bcd12d966ee777f6 1,933 1.00/1.00 vMB 123
453,686 453,686 000000000000000001ef49b408e38ea0e00cb6fe3a4d95c4f64fed9d06ce76f2 2,064 1.00/1.00 vMB 85
453,685 453,685 00000000000000000041bdfc20ba2b72d0dd98d100b1d5d1af8276cf8c7287ab 2,179 1.00/1.00 vMB 106
453,684 453,684 000000000000000001ad547b77b17328d8674952d7c937ae7c06da9e9fe569d6 2,204 1.00/1.00 vMB 114
453,683 453,683 0000000000000000017fd80b702571718a2748d962af10fcb913807c5b07622e 2,067 1.00/1.00 vMB 109
453,682 453,682 0000000000000000017cc6d9465e75fcb52de1812beff42192430abfc5a8ed01 1,754 1.00/1.00 vMB 103
453,681 453,681 00000000000000000139976537d4d4678bcd12eb663a07ef43d60b0911602cb4 1,561 1.00/1.00 vMB 132
453,680 453,680 000000000000000000f243a52aee076530175e8ab88bafe90aac9837f0327c35 1,552 1.00/1.00 vMB 123
453,679 453,679 000000000000000001a957dde24a1ddd5db1481c2ffd25efe1afa4b922e9f2bc 1,569 1.00/1.00 vMB 160
453,678 453,678 00000000000000000169338e873caa9b5d81e57ed8f705aa02301c87078cc214 1,822 1.00/1.00 vMB 114
453,677 453,677 0000000000000000015883638e16b25b44b21ca6576147cff0c05c559c16bd03 1,815 1.00/1.00 vMB 144
453,676 453,676 0000000000000000009d32692f33a5709e00f235f1659b31b836522b037309d3 2,051 1.00/1.00 vMB 155
453,675 453,675 0000000000000000004fbd663ae560173c29066cb9c63ad023a7b273530f752c 1,793 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.97 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: 647.87 GB
    • Received: 12.98 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.