Loading Tool

Explorer IconExplorer

Memory Pool

80,902 transactions
31.00 vMB
0.09264537 BTC
Random Selection Loading Transactions
Max Size: 187.58/200 MB

Candidate Block

Mining Attempt 4e9d3cbb967926a390a6e709775ad578b7de23acfa7cbb0741d8c58f6655c1af
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 02836106b457b8d81d5e05f4c4237f2a9310be241ea5e1afaf074dbe63c1f55c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.02581688 BTC
Feerates: 110.56 > 2.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (104,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,653 810,653 00000000000000000000723e3b6e8e461ff468be779b63e4919faff3254ae20c 1,556 1.00/1.00 vMB 16
810,652 810,652 000000000000000000003f09e4c9d9267c5a2dc311ec28a5147f3e81f00c6373 3,370 1.00/1.00 vMB 30
810,651 810,651 00000000000000000000e26ae8cdc716e2c49f2ed3b13678fc23d0083df97775 2,981 1.00/1.00 vMB 27
810,650 810,650 0000000000000000000355886b28daf20e90901a373efecbb7dcecab64def411 2,324 1.00/1.00 vMB 32
810,649 810,649 0000000000000000000113e41205284a8413e437f881b2c55232f0037ca84811 3,141 1.00/1.00 vMB 48
810,648 810,648 00000000000000000000f30c0c409ef25271a157b72dc0ed839bdc225e682e51 3,207 1.00/1.00 vMB 31
810,647 810,647 00000000000000000000193e0dcfd1c36e3f818a12f56d8b389d21acdb5a9c66 3,275 1.00/1.00 vMB 29
810,646 810,646 00000000000000000004e5984eb28930cf1f43098c037deec7ce31ef90914fea 3,670 1.00/1.00 vMB 32
810,645 810,645 000000000000000000021455506c907f65818a8d7caf2740a79d1fcdaa24fc62 2,865 1.00/1.00 vMB 50
810,644 810,644 00000000000000000000d1ba34b05dc7c5578dc762d8d2b466337cfe5c70672b 2,664 1.00/1.00 vMB 26
810,643 810,643 00000000000000000001dfba62f6351c96d57b6c10c5e1d1888d0be66367c5d5 1,783 1.00/1.00 vMB 13
810,642 810,642 0000000000000000000353ad6c27425af92d173d4edef8560f9a50d70563b12a 2,370 1.00/1.00 vMB 18
810,641 810,641 0000000000000000000392db217956122e5496071413aae86a2e2788deca0240 2,235 1.00/1.00 vMB 30
810,640 810,640 000000000000000000032f96ee2d0942ba5a27a8365ce25dc2d6971f1fef79a5 3,561 1.00/1.00 vMB 38
810,639 810,639 000000000000000000030497d45b2ba08b78fa977b9fd5d5dd4d0b0271d575ec 3,066 1.00/1.00 vMB 28
810,638 810,638 000000000000000000041d87a5cd1ac0f8a7edcacf5c9594db4d1925fd8b9a78 3,455 1.00/1.00 vMB 31
810,637 810,637 0000000000000000000494a7f652edd04a4da80ead57251465aaf7765abdd04e 3,811 1.00/1.00 vMB 37
810,636 810,636 000000000000000000035228734008de429a9dccdeadc4474eafc20b37ca2a0b 380 1.00/1.00 vMB 5
810,635 810,635 00000000000000000001892c7921faa2fa545e614a7e7c029425ffc918bebb52 1,110 1.00/1.00 vMB 11
810,634 810,634 0000000000000000000360b529d5553c1879d5fc7e1e993c699a2fb39372f78d 1,788 1.00/1.00 vMB 10
810,633 810,633 0000000000000000000340ee75ef8003231a27eb14a74f53d3069c71298dd6ed 2,903 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.71 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: 699.28 GB
    • Received: 16.60 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.