Loading Tool

Explorer IconExplorer

Memory Pool

49,870 transactions
30.02 vMB
0.12380332 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 8b0010801ddf1c7e16c5a5a421e26adfa8704bdd3b393c1223d5117b99f7c59a
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 608b7e2302ac35823d23388622d6f3cf253ee9918aac3521227143534d493b4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,457
Size: 1.00 vMB
Total Fees: 0.06003972 BTC
Feerates: 117.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (312,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,406 602,406 0000000000000000000673387972ce6dc7adaae63b459473bc0abd230285f260 2,760 1.00/1.00 vMB 30
602,405 602,405 0000000000000000001116cc0af631a3e395f80806069a7d7bffaa48b97ec35f 2,750 1.00/1.00 vMB 58
602,404 602,404 0000000000000000000485a5fc05eadb2269ca96727967a11a9fc6ff538a3925 2,953 1.00/1.00 vMB 47
602,403 602,403 0000000000000000000e64e8d1f242a1b3c4236828e669bdca532c6598b74403 2,330 1.00/1.00 vMB 51
602,402 602,402 00000000000000000011a68022e5d27ef49a9c51afcb41f368dfdef26e47c45e 1,828 1.00/1.00 vMB 12
602,401 602,401 0000000000000000000fbe47004db127c2700ee7558228ef41705f851dee16c2 3,091 1.00/1.00 vMB 25
602,400 602,400 0000000000000000001457e9a47d18277f57a50404538063f10a6a7201f9876e 2,670 1.00/1.00 vMB 69
602,399 602,399 0000000000000000000a24a82e28247ee1ecffebd3d38a3baf17b4b8903d94af 1,855 1.00/1.00 vMB 5
602,398 602,398 000000000000000000113f77e86a7d137273d868b253fe470c28c5633425935d 2,837 1.00/1.00 vMB 29
602,397 602,397 00000000000000000001bcc841dd80ea3abd55edc02caa22eeb536809b90e418 2,204 1.00/1.00 vMB 24
602,396 602,396 00000000000000000004834bdbd54f68e184d39cd89b897c93294d71f6f39002 2,893 1.00/1.00 vMB 54
602,395 602,395 0000000000000000000ab36a5ab337e3a6e287d9caf6a4611c400be7ec71468a 2,629 1.00/1.00 vMB 50
602,394 602,394 000000000000000000043e3a5584bb94033ca364fd9836018a7dbfcd097c55a0 2,899 1.00/1.00 vMB 56
602,393 602,393 0000000000000000000bfbaf7608c174b316a72c4f7a12254f5423115502f68a 1,806 1.00/1.00 vMB 13
602,392 602,392 000000000000000000143815f887499e6367f049ffc3eb71933dbcc9cbc0edf0 2,856 1.00/1.00 vMB 12
602,391 602,391 00000000000000000012bfc0b5dbeeb95f92e73b36b6fbd15d063001dbed3098 2,196 1.00/1.00 vMB 36
602,390 602,390 00000000000000000002158576ae3d54cdb14325f88ddc5b235f9f3207f347e3 2,743 1.00/1.00 vMB 36
602,389 602,389 000000000000000000029c8257eb5d4e27594b040e76c884311398ec6f8eb0f6 2,974 1.00/1.00 vMB 46
602,388 602,388 0000000000000000000dcf29d1b5acc6aa5e54ac7f0a7552be3bdb1940c760f3 1,823 1.00/1.00 vMB 36
602,387 602,387 0000000000000000000918e3a3d3cc26a1f875ad3b0599eb16d3cdee7e8e410c 2,676 1.00/1.00 vMB 54
602,386 602,386 000000000000000000092a5fc663c6d04be8cf9f1afce03e3a9926c001f950bb 2,799 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.