Loading Tool

Explorer IconExplorer

Memory Pool

44,698 transactions
28.76 vMB
0.12716012 BTC
Random Selection Loading Transactions
Max Size: 149.73/200 MB

Candidate Block

Mining Attempt 6d6565dcef605e8e86445ff52c20df3c44f6f71bebe5b3702416e8af8dda893c
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root e8a49918bce2e0945219865d2af1807d6d8a065c373a7d3d7c09119ea37c5ef9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.03936694 BTC
Feerates: 201.13 > 3.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (122,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,585 792,585 00000000000000000003c8f730bb84f9892d176fdb64309ff91f1f54b755285a 2,709 1.00/1.00 vMB 47
792,584 792,584 00000000000000000003f45eb23f33ac7ab5c3e44047c2541da4490de73007b3 3,139 1.00/1.00 vMB 43
792,583 792,583 00000000000000000004d58c91cc225c867d7ff2fcb5f9814139789017fda9bf 3,441 1.00/1.00 vMB 61
792,582 792,582 0000000000000000000079aaca4e27ab4954dfd69905b48145609b0ee9ed9ec5 2,791 1.00/1.00 vMB 60
792,581 792,581 000000000000000000055f131d7223a0ea5d8fb4de6ae3ff5141ce504e4efea7 3,193 1.00/1.00 vMB 27
792,580 792,580 00000000000000000003877ef800d837ee22ee3f4f8de204cd3257ae1e46f493 3,705 1.00/1.00 vMB 39
792,579 792,579 00000000000000000001ce93084cdf6d626eafbe64a5f91938a53a8d58376c5c 4,512 1.00/1.00 vMB 51
792,578 792,578 0000000000000000000501f3b5a3c7a29e22f3873740109e4a97654b8ddb5b24 4,410 1.00/1.00 vMB 41
792,577 792,577 000000000000000000036b63424af0d0da2f4c4fa4a81612b858b8c454447a9c 3,939 1.00/1.00 vMB 51
792,576 792,576 0000000000000000000243af71d86fbaf6674c8e72e5000cd0da664c9d33599f 3,342 1.00/1.00 vMB 58
792,575 792,575 00000000000000000000ffc7ccec59e06c93663f34c24139c0452c126a5fca7a 2,355 1.00/1.00 vMB 41
792,574 792,574 00000000000000000003995c68a93ef720c2af247fa07d404593bd0a58f9917d 3,409 1.00/1.00 vMB 63
792,573 792,573 0000000000000000000384f7589b1f63c1fe15b675cf696f7db807efb826d772 2,352 1.00/1.00 vMB 37
792,572 792,572 00000000000000000000d8bac4fdaa804744d9fc5215537f5ab7c70632fc74fc 2,742 1.00/1.00 vMB 51
792,571 792,571 0000000000000000000119cdc1271cb700321673da6e3aaed1bd7ce908eb80a1 1,981 1.00/1.00 vMB 51
792,570 792,570 000000000000000000025530ea6ad2ccdab182cdf296c63f282b2e999e0fad36 3,512 1.00/1.00 vMB 66
792,569 792,569 00000000000000000001a5363330f9cc3d55f383f37b87791bd1b772c6dbded4 3,729 1.00/1.00 vMB 23
792,568 792,568 000000000000000000050b9e970d53cbc64ca6b504bf82cf4d3e97f747ef333b 3,654 1.00/1.00 vMB 41
792,567 792,567 00000000000000000005578f741974417eca0dda7778cdd205717d4d2bf5efd1 3,582 1.00/1.00 vMB 40
792,566 792,566 00000000000000000001a6bf8c666de44ae40e324446fd93ed7f90cc70c6e04c 3,770 1.00/1.00 vMB 35
792,565 792,565 00000000000000000000c19db51e526b3b78d778083c961869014d53e5182f28 3,119 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.