Loading Tool

Explorer IconExplorer

Memory Pool

76,707 transactions
27.69 vMB
0.07897606 BTC
Random Selection Loading Transactions
Max Size: 169.03/200 MB

Candidate Block

Mining Attempt 5096eca0e4597247feaf11949cfc8d576af4dc099cb6a7c692b6616ba977ef78
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 2452c2b96a8cad017ae8c01279ef3aea2cf160da1af0778f8dfc0bc4e8072421
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01979664 BTC
Feerates: 402.60 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (469,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,995 445,995 000000000000000001ac26a4f76542255fb6bbafeca9e3624d14ec9c6b1c6a50 318 0.12/1.00 vMB 77
445,994 445,994 00000000000000000332eea994ca7c4b3ca7083f1d841cbbc0de71da2829d3e9 576 0.21/1.00 vMB 61
445,993 445,993 0000000000000000000c2190c9c9fad1fbd3a26c3f15ddff086b4bd916fb2e9c 1,402 1.00/1.00 vMB 45
445,992 445,992 000000000000000001d4cb2e539b6da33810ab82c59d54befcc29518432b6991 2,319 1.00/1.00 vMB 58
445,991 445,991 000000000000000000d6011dca5c901d5959a24899c759a67631b37263eaa97d 2,292 1.00/1.00 vMB 92
445,990 445,990 000000000000000001392891633a77f3bf77f9ea80b3a7a70a4f8405c63d2dd1 1,458 0.80/1.00 vMB 54
445,989 445,989 000000000000000000e46b5d2bfb24219e70c1aba3681a9a1dc69918218a3064 972 0.46/1.00 vMB 59
445,988 445,988 00000000000000000211ffc6167bc1e6fb1ab289419e7015b2dd475671154beb 2,339 1.00/1.00 vMB 80
445,987 445,987 00000000000000000130e36c7f1e70d646b80abcacb36a86a8c72574dc006078 210 0.32/1.00 vMB 20
445,986 445,986 000000000000000002f1f5f8ac4680cf5ce8da9740ec7d6d11fdc2dd9a75e275 1,114 1.00/1.00 vMB 26
445,985 445,985 0000000000000000027941577aa8491f6cf337c37569bbe6b6531e7e4b8dca7a 2,228 1.00/1.00 vMB 69
445,984 445,984 00000000000000000134c4af005125ce73019655469fccf675bdd427dfa73952 2,179 1.00/1.00 vMB 79
445,983 445,983 000000000000000003752f609ca7349bc7ae3cfa85abf81972352aee7b5001b9 1,918 1.00/1.00 vMB 56
445,982 445,982 00000000000000000070d75d59b30deff588e1c44dd8ae81dfefb3dc148ee29a 2,350 1.00/1.00 vMB 66
445,981 445,981 0000000000000000018dcbd2b6663e0147c5674c5705a85abe25bc299f1ba516 2,160 1.00/1.00 vMB 81
445,980 445,980 0000000000000000018468eab3b229a372f7af5dcbf68a6b2e597f9903ef673f 2,466 1.00/1.00 vMB 79
445,979 445,979 0000000000000000013d3cf312c8e75107d7cdb7643cc04fe123dbf61b220e07 2,566 1.00/1.00 vMB 92
445,978 445,978 000000000000000001addbf6cbbfe880f81138a33a2e5903d7f38712fcc2185c 2,412 1.00/1.00 vMB 76
445,977 445,977 0000000000000000004badc8b1a406eddd134b45904683e2cd433a593a6841d1 2,492 1.00/1.00 vMB 80
445,976 445,976 00000000000000000210bace71abe85812afd1b6cacf3e17c0a062b625ffc6cb 1,793 0.99/1.00 vMB 58
445,975 445,975 00000000000000000166f93d8b390a50c2ac087749663d378dbfd59115ee280c 2,880 0.93/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.