Loading Tool

Explorer IconExplorer

Memory Pool

81,114 transactions
29.85 vMB
0.15143648 BTC
Random Selection Loading Transactions
Max Size: 179.90/200 MB

Candidate Block

Mining Attempt be1b8a014803c5e60dcf082a86c593415f7363026f29aac04216c66f1fc1fd12
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed58811901ba6bb941bfc7f73ff9e64a21d8fc6e3c28e6c32805915b3e1819f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.05728049 BTC
Feerates: 1,002.91 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (874,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
40,483 40,483 0000000044d20ef9dca82dff6f5901fe142d402d4fdf47f2cdd03a1a9ef5cc8e 1 0.00/1.00 vMB 0
40,482 40,482 000000003682eae44a21546dcdf614719d047bcc1b82cdd775de06e5e6779768 2 0.00/1.00 vMB 0
40,481 40,481 000000000e77c385f0d453eb36ec71a828e9482bf3c57664ec6a796b5ee10740 1 0.00/1.00 vMB 0
40,480 40,480 00000000085260c47fbf59b75dc3eee8d623cfce3cd6be1815b4307121bf8851 1 0.00/1.00 vMB 0
40,479 40,479 0000000023071e5bd8366c3b8223b4dfa9b5ff1b3bb3bb96c3de0a5f88893621 1 0.00/1.00 vMB 0
40,478 40,478 00000000163ebaa5ffd8b4e805f6ce1bd92658fd2b3cdaf79b201d5c92ce8881 1 0.00/1.00 vMB 0
40,477 40,477 000000001384e5d0105de5aedcab0a4ff00dae17bc3027d47832c9d9fab8d1a9 1 0.00/1.00 vMB 0
40,476 40,476 00000000000403c77ab96fa96586c783439eb80eaa56fcacac974f64d21718e3 1 0.00/1.00 vMB 0
40,475 40,475 000000005205a615034df6d321f47621d39153881ff7fd2375a2b29c6a3bfeaa 1 0.00/1.00 vMB 0
40,474 40,474 000000003702da870cafe989a42229aaa8b6066e5e098442c033bc239e229fc8 1 0.00/1.00 vMB 0
40,473 40,473 0000000063444201590564efe585abee2b33283f9c2de8cf35bd9ff099719522 1 0.00/1.00 vMB 0
40,472 40,472 00000000145ab8d4762fadb0e8894b0c189a6f474ef921440d0e4001f3efc14a 1 0.00/1.00 vMB 0
40,471 40,471 0000000050f512ce62d04225422c429d0a6dccdaa084153deebb94ca89d83005 1 0.00/1.00 vMB 0
40,470 40,470 00000000328418d13ae20a9879378bcc0e53d5ec955342e79d2b2f71f61416cc 1 0.00/1.00 vMB 0
40,469 40,469 000000005ee0a935e182655d8d4c45ecb504f88b0f13a7855b31fb1238d04739 1 0.00/1.00 vMB 0
40,468 40,468 0000000007ab03b67fda23532adfddffc0238ae6ede7415b8d0ca577a6c4fa00 1 0.00/1.00 vMB 0
40,467 40,467 000000001714ff8404568c9a0fc4a067251ba106102a2b8b7abb3aea4e2c7132 1 0.00/1.00 vMB 0
40,466 40,466 0000000014df433b327e7b361b9868c981e1a6c76614c7340b2b0eb598735f1e 1 0.00/1.00 vMB 0
40,465 40,465 000000004c3a79d869a3e198dc2db0a4faade11e9846f0edb1259b7f35e45ffb 1 0.00/1.00 vMB 0
40,464 40,464 000000003e56c4a61bb93a0447f806b5cb22f7104ffe6539a192972c2ad2ee65 3 0.00/1.00 vMB 0
40,463 40,463 0000000020e4bfa06dd63b5b27d84f34df399bf496e33989d68b5d87d8a2732b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.