Loading Tool

Explorer IconExplorer

Memory Pool

78,615 transactions
29.80 vMB
0.06946278 BTC
Random Selection Loading Transactions
Max Size: 182.30/200 MB

Candidate Block

Mining Attempt f003e8b0dc80b322570167b2ecc6c3f80f28f8596e634a1a4ef0b9f6b0458aaf
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root a30042e95feca8eab49a0d5051e19ca099ae1a8f9f2d4100c6dd750bf47d481c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,211
Size: 1.00 vMB
Total Fees: 0.00354257 BTC
Feerates: 40.21 > 0.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (472,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,774 442,774 000000000000000001fb27c87340a17498224de5827737c2e208226bc6c5f2df 2,823 1.00/1.00 vMB 65
442,773 442,773 000000000000000001dfd48ae2ea7f97a6a816a0ecbba547da9bc825a14689a1 2,491 1.00/1.00 vMB 77
442,772 442,772 0000000000000000002ed230f9585d4038455af8280223f406ab9ecc1c936457 2,641 1.00/1.00 vMB 92
442,771 442,771 000000000000000001b05cea75c738e7432bd32264f6cf2c14e7b6c9f7a51462 2,269 1.00/1.00 vMB 75
442,770 442,770 000000000000000001a29f3e0c8da89999cb33544ffcdbb4fb1561a966ef35e8 2,147 1.00/1.00 vMB 73
442,769 442,769 00000000000000000367a491ee853e48ce09e4ab98967700f7d3f12fee7669af 658 0.19/1.00 vMB 111
442,768 442,768 000000000000000001d53402820f77a113fad13cc7477fca8c39a7b436f47415 2,791 1.00/1.00 vMB 106
442,767 442,767 000000000000000002e578b8d8907f18220f8841792785e22c54010f5d2d2cae 70 0.98/1.00 vMB 6
442,766 442,766 000000000000000003b90335d474f43bf2b5c6bfbd408976b9e1af2418030aa1 675 1.00/1.00 vMB 20
442,765 442,765 00000000000000000177e40c7cc2ad0578982811d4cb0b8c0a088c71691bcecd 2,473 1.00/1.00 vMB 81
442,764 442,764 000000000000000001415f610947126d662c3065745419b26cb746f304370b76 2,137 1.00/1.00 vMB 62
442,763 442,763 0000000000000000008f24c1c1dee80633b0275e3201926f16a960fa4ef53f6b 2,506 1.00/1.00 vMB 79
442,762 442,762 00000000000000000040d58998937a40172d80a24498e0819a5bc5a236a65eef 2,478 1.00/1.00 vMB 80
442,761 442,761 000000000000000001f87a89e05f425f0e16758cf44b57e897bf7a73edb66e4e 2,420 1.00/1.00 vMB 76
442,760 442,760 000000000000000000d3d242fca03b436a1dc8f3f2265bdfa07c63550403ecc0 1,644 0.70/1.00 vMB 61
442,759 442,759 000000000000000000d8ae4a47365ab15e7d5ed43ec69bc836d3a016c3ccbf07 2,641 1.00/1.00 vMB 87
442,758 442,758 00000000000000000345e04926c0275c22971d23c17ae926dc8a33aadd99399c 796 1.00/1.00 vMB 27
442,757 442,757 000000000000000001b75a2718bd420da2f43e3fba8bc0eb09027c30cd383f0a 2,378 1.00/1.00 vMB 85
442,756 442,756 000000000000000001a5a32bd665ee622725cb530f0166291286a8e2d1bfadc9 959 1.00/1.00 vMB 33
442,755 442,755 0000000000000000012ff40afc7c6e49699f0c0a097e6f601434dc874ab48b78 1,492 0.90/1.00 vMB 46
442,754 442,754 0000000000000000004792b38728bca1413a0d6596069c967fb24392908f6d4e 1,836 0.90/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.97 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.83 GB
    • Received: 17.74 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.