Loading Tool

Explorer IconExplorer

Memory Pool

47,872 transactions
20.89 vMB
0.06312510 BTC
Random Selection Loading Transactions
Max Size: 119.35/200 MB

Candidate Block

Mining Attempt 26640ebd31f1c42a7cca6d9dffaabfee8fbb704e2274948c2c40a15cf4e52c18
Version 20000000
Previous Block 00000000000000000000bddf5a6d15b6d99daccf0d9ebf9a45d9ed2f7c31ed55
Merkle Root f4808a0db9bb3e5935b602f892106b86d9c42bceacef6e499731c9d45f2120e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,577
Size: 1.00 vMB
Total Fees: 0.02147295 BTC
Feerates: 200.90 > 2.15 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,946 (783,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,530 130,530 00000000000001dfdb26f6d47300b58c15c9e71066bf6ebf0e226bcf878132d1 17 0.00/1.00 vMB 1,306
130,529 130,529 0000000000001c69e604fd0e35fc9627fa2131a77c721c70a7356ab2e6d37a49 87 0.02/1.00 vMB 173
130,528 130,528 00000000000017cc51d965cdbd8dc93daee7f679204475e7ca8c517624dc801f 27 0.01/1.00 vMB 1,204
130,527 130,527 00000000000013078b8049d13563560a0358047147fcbe34a1cc1b76173005e3 1 0.00/1.00 vMB 0
130,526 130,526 00000000000004d1ed538723ac65312ce168551e7ac8385820a27c930cc2e597 21 0.01/1.00 vMB 1,362
130,525 130,525 0000000000001383ff35e6d0722f1dd6b63af9ade62c2930d3411baf1dae6704 31 0.02/1.00 vMB 263
130,524 130,524 0000000000000772df04ce6999072ba9b4816ebd24816cdcf5e2fea7f67e4fa3 36 0.01/1.00 vMB 1,981
130,523 130,523 000000000000082c3c6e214bd31de596644cad4d752a244ae0a094aeb19e83a2 67 0.03/1.00 vMB 996
130,522 130,522 000000000000155dcce73feb9428b0d7f034cfbb0ec55ffd904c12347eed9322 44 0.02/1.00 vMB 891
130,521 130,521 000000000000193c48632fa6a1946b14e8beef3cfc3bc81d3ccaa2ffcba4c4ae 18 0.01/1.00 vMB 860
130,520 130,520 0000000000000110c64768f0122ec5e064190d65a4b2130250fab651f409f563 13 0.00/1.00 vMB 1,187
130,519 130,519 0000000000000eb4ee09ad1335544aa047c37ebcd761fed13d44130eec058481 64 0.03/1.00 vMB 1,404
130,518 130,518 0000000000000a50c5048c821e947070dad0f0f6da898ea2d3d0c582faec9385 80 0.04/1.00 vMB 597
130,517 130,517 0000000000001485d87d41b0123b77d3a4db2f5b896d2e581e4bd5e8bba04030 5 0.00/1.00 vMB 1,299
130,516 130,516 00000000000001f458bc7c48b9a9e46a30af2c0db75927b2d28d07f27bbedb31 137 0.05/1.00 vMB 308
130,515 130,515 0000000000001360cb21c8aa04a0902652637f80a6bbfba097bc5deb4cc39072 11 0.00/1.00 vMB 1,810
130,514 130,514 00000000000006448d23ea4f072e54bcf619cbfb119b260228b3d26924248722 7 0.00/1.00 vMB 778
130,513 130,513 000000000000060477ae2cc9e998ddace0c7aef73459e0e5e83505df7f7876e6 2 0.00/1.00 vMB 0
130,512 130,512 00000000000002e3326bb40bb894c1ba136dde3d5f267256436a83b811d60614 8 0.00/1.00 vMB 401
130,511 130,511 0000000000001bd62aa7b6c38add94a905177040d193077cb23a2ec138da89d7 62 0.04/1.00 vMB 939
130,510 130,510 0000000000000ab38be1db366f004ce1c43d8c9f566785ec9deda85cc788af9f 66 0.02/1.00 vMB 426
Previous 10 blocks ↓
Total Size: 780.52 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: 533.67 GB
    • Received: 5.85 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.