Loading Tool

Explorer IconExplorer

Memory Pool

45,468 transactions
28.77 vMB
0.12767419 BTC
Random Selection Loading Transactions
Max Size: 152.35/200 MB

Candidate Block

Mining Attempt a83d7e2e12bc8de453b05515ace616171a95b8e5fef4214c5f9778a180d650fe
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root aeb54cc2ce9de0a5c6f778f89c4deb3570cad811fd322c1b440d33c0506c9f02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,182
Size: 1.00 vMB
Total Fees: 0.07243620 BTC
Feerates: 301.60 > 7.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (146,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,156 768,156 00000000000000000007c8216f35f1cc4a4412d8b66d635226117d09510a095d 1,372 0.55/1.00 vMB 14
768,155 768,155 00000000000000000003a1b2ab8710653d26efe0b4c2a5fed8335acf54a6b365 1,197 0.45/1.00 vMB 15
768,154 768,154 000000000000000000036535f5d9eee50a5a18a85595f35d99d80b88bdb7678e 1,735 0.87/1.00 vMB 8
768,153 768,153 00000000000000000001b15cc38f0d2a52668e5ce7c34fcc1fa8cd8de438bc73 1,884 1.00/1.00 vMB 17
768,152 768,152 000000000000000000021e87dc0d4d86d88dad03a69f2cc1b8fbcb18272402f5 1,150 0.43/1.00 vMB 14
768,151 768,151 00000000000000000004e8a506ade8e934e5d96d5dfd6cc06624e26e40c6babe 1,651 0.66/1.00 vMB 15
768,150 768,150 000000000000000000056b6632316fcf1595e5f6117a2d0a56c17775fb45a283 574 0.64/1.00 vMB 9
768,149 768,149 00000000000000000007eb9b9243986c5708033bb4f6fff9de3dee114a1cddc6 179 0.05/1.00 vMB 16
768,148 768,148 000000000000000000023029fb4289ec9db06f720c0437e23a75b8c92b5f7bd3 1,359 0.50/1.00 vMB 15
768,147 768,147 00000000000000000001ac1c646e338d454912774d5f3c04b6cd1fa7cdaa2782 1,567 0.99/1.00 vMB 5
768,146 768,146 0000000000000000000798547bd6d9f41b6a936990ee03360bc1b71365366a4c 3,186 1.00/1.00 vMB 22
768,145 768,145 00000000000000000003ae3935f372dd276acd5eded020723ff1534ace799ead 582 0.16/1.00 vMB 17
768,144 768,144 000000000000000000032aab4d0ac5bb855d7177e68ce64ca5e6edb4a021be15 2,650 0.98/1.00 vMB 14
768,143 768,143 000000000000000000045d9bcd896b28467d54d6fdb302341b190ff77b603f56 597 0.38/1.00 vMB 8
768,142 768,142 00000000000000000004a49ba425cc96ce6638bb00d9f446b6f754d2bf08fef5 1,478 0.90/1.00 vMB 12
768,141 768,141 0000000000000000000612129d59b083582722e253cc4f853ccf9b9410472716 836 0.72/1.00 vMB 6
768,140 768,140 0000000000000000000436f3f7dcf4591c8fc96880d38cb0ee6edb0a146eea7a 1,502 1.00/1.00 vMB 19
768,139 768,139 00000000000000000003b11c576f7d96be0dfd55167a481352e613a4e9b6e82b 2,817 0.94/1.00 vMB 9
768,138 768,138 000000000000000000071151e8c4bdafd939adf30dd952a168710f8949b11f3c 3,259 1.00/1.00 vMB 25
768,137 768,137 000000000000000000032d18b04b7cb08011bbccba806e06a662097b7315e7d5 1,765 1.00/1.00 vMB 7
768,136 768,136 0000000000000000000691310e67e2f41a5bc143ad0fb53cf1886147e0b61f9f 3,505 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.34 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.