Loading Tool

Explorer IconExplorer

Memory Pool

33,211 transactions
28.02 vMB
0.06098205 BTC
Random Selection Loading Transactions
Max Size: 138.72/200 MB

Candidate Block

Mining Attempt acadf5da20f7f89284ddfe9476998d09e5d78a9810b464fa4b69690bdc6402b5
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9ae4ce0639005b2c1a22a11e1270f8b1d4ed7118692047a275bf991362685c10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,270
Size: 1.00 vMB
Total Fees: 0.00722333 BTC
Feerates: 33.23 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (864,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,069 50,069 000000001c66258ca5a505fe7b8e3cb01e2c1c6b1babfa734a2a533d63a6c81f 1 0.00/1.00 vMB 0
50,068 50,068 000000002739a9265fbd8725f1202e741e6e2a3c2579220c6eaf462372ab904d 1 0.00/1.00 vMB 0
50,067 50,067 000000001d3da8ad6da0eb58f2e101ffc64233bb3df49264e4bab8133654a1b7 1 0.00/1.00 vMB 0
50,066 50,066 0000000027e0d93fb0de698c586f5e79f2f62a2f16458948eb18c3c173cc715e 1 0.00/1.00 vMB 0
50,065 50,065 0000000028c8a20ebbadf96fb7c718c28a4e1defb1484a73e42c15394bc73484 1 0.00/1.00 vMB 0
50,064 50,064 000000000d40dde8456279437c293f7a1f14945c2edea029a7553b049ad358ea 1 0.00/1.00 vMB 0
50,063 50,063 00000000049bd1911f0811c72cade52132731e67d7d7c0b8332e649c0f9f4b92 1 0.00/1.00 vMB 0
50,062 50,062 00000000102c5cfe10acf3bac879a31e007e236a2af584794fe1207764772fc7 1 0.00/1.00 vMB 0
50,061 50,061 00000000016696dd6f431125c6303eb931a539ace9e584c6c6df83669d483a2a 1 0.00/1.00 vMB 0
50,060 50,060 000000001140b343a3bc54a28fc2b0140455de9b8dbf0d34499bc38c19f7fd34 1 0.00/1.00 vMB 0
50,059 50,059 0000000029b1b3b253847ffa45e4374086ea213edb9db3a774cb9fb3d0a87ca7 1 0.00/1.00 vMB 0
50,058 50,058 000000000694502f7159fb93b4418f15986e4349ec7e014f47f16552af64a707 1 0.00/1.00 vMB 0
50,057 50,057 000000000486a6cc805230a68b17ce5e8e85ad884dbc6bd4a35d2e08d9a7fe1a 1 0.00/1.00 vMB 0
50,056 50,056 000000000f005e01721ff973b83ea5e972fccdce67f37564e6baa4d4578c7602 1 0.00/1.00 vMB 0
50,055 50,055 00000000163a974963f9cf7dec5c769c379fc747bb51975da040fde046366726 1 0.00/1.00 vMB 0
50,054 50,054 0000000029a1696e89612d3ac320683e1856eed2be0815d61a7ee42b81963bf2 1 0.00/1.00 vMB 0
50,053 50,053 000000000d7328e879b1e939cadf323c7121509a01d01e40ad4abce52c4bb716 1 0.00/1.00 vMB 0
50,052 50,052 00000000058c92d2f4e59e49f80bcf16f3861915597016726d878c751debeb7f 1 0.00/1.00 vMB 0
50,051 50,051 000000000a771851148a89348294916ec3f2968475108b49899b876536972f55 1 0.00/1.00 vMB 0
50,050 50,050 000000001ed9f8cdd56d5a3b69b0c566f6bca57cc7d98b40f4e9e90e8cc11477 1 0.00/1.00 vMB 0
50,049 50,049 00000000236cb526b97cb63db54015f1ab07152c0ad2602dcfd0c08a4cc263f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 615.11 GB
    • Received: 11.16 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.