Loading Tool

Explorer IconExplorer

Memory Pool

79,500 transactions
30.05 vMB
0.07696309 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt e7d27867feeddc0cc0af97809db4d840516a24c3ce80924d10d69adec56b5166
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root f409a8ae07318d61c0f91dacd5d5a4b47e1fb48574c224f80d767f0d7c3a9fc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,600
Size: 1.00 vMB
Total Fees: 0.01293693 BTC
Feerates: 81.15 > 1.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (74,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,795 840,795 00000000000000000002ea32911fe2cca0d2b46564998d685700ceec32bba3d7 4,884 1.00/1.00 vMB 63
840,794 840,794 000000000000000000029f2f6b60a16f176a43249201e9b635b876a6c129ba85 3,873 1.00/1.00 vMB 85
840,793 840,793 00000000000000000001469dcde4c5cd3950b41797d439d2cff8f7dcb05fef10 4,228 1.00/1.00 vMB 61
840,792 840,792 00000000000000000000ea0ab0920708773d5fe9c3a966ac9354b25526394529 3,689 1.00/1.00 vMB 84
840,791 840,791 00000000000000000001b8e35958c6a91202d69f4a647dcfebb996ca8ff10644 4,024 1.00/1.00 vMB 50
840,790 840,790 000000000000000000020c59ac7c74e9c66b9941e8d2730cd7e521e97a78b95f 4,879 1.00/1.00 vMB 69
840,789 840,789 00000000000000000000bb7a86a0bf56f5f62259ea1cf08785d0829b3d890e45 2,681 1.00/1.00 vMB 48
840,788 840,788 00000000000000000000ecb7770f152dcb582346d2355685bf3d8cd187524ee0 4,196 1.00/1.00 vMB 107
840,787 840,787 000000000000000000000368ce2e87b11d9c1f95763f3fe633dde8e59c66cb5a 4,524 1.00/1.00 vMB 64
840,786 840,786 000000000000000000014a08888f9143947526711da793b95f2b247281a7bd99 3,797 1.00/1.00 vMB 60
840,785 840,785 00000000000000000001fb6f9ad41d1897cfee1fb44966f64ee4b6f99ba3288a 4,292 1.00/1.00 vMB 57
840,784 840,784 00000000000000000001c957c8b510a55ae9107618dad034acae9fe7630f8be1 1,901 1.00/1.00 vMB 32
840,783 840,783 00000000000000000002ed5f4db26276d014c7225e177de14bdc2d2e2fca19a3 3,879 1.00/1.00 vMB 51
840,782 840,782 00000000000000000002652d469e3f89c2f1cf66065c470fe2febdfb87bb5688 3,543 1.00/1.00 vMB 38
840,781 840,781 00000000000000000001a848faf7b65efcc8293a64dcf532d71a83f0313db43e 3,735 1.00/1.00 vMB 70
840,780 840,780 000000000000000000027ebac506e5c9df94337864d50c1bd573cf32b23d5fe6 2,970 1.00/1.00 vMB 47
840,779 840,779 000000000000000000001dca7ca79b8e84f72abea15715b9a2c860587a66003f 3,230 1.00/1.00 vMB 49
840,778 840,778 000000000000000000012158fb20e9194bd03fd7a758a6d2f28b01d01119fe83 3,804 1.00/1.00 vMB 78
840,777 840,777 00000000000000000002868e109cc6636ff6d573e1d6bf5594de3d7144bef92c 4,234 1.00/1.00 vMB 62
840,776 840,776 0000000000000000000222e6dad88928bb5597d7014a5ae62117b2adb27e4d42 3,094 1.00/1.00 vMB 52
840,775 840,775 00000000000000000001277da3c2c3dc136a666edc0acae871ffacec1f124ab9 3,444 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.69 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: 690.22 GB
    • Received: 16.50 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.