Loading Tool

Explorer IconExplorer

Memory Pool

79,522 transactions
30.36 vMB
0.08001825 BTC
Random Selection Loading Transactions
Max Size: 184.92/200 MB

Candidate Block

Mining Attempt f69c3060578f8c066ed11a5cb2359201fc6ce0dd7277869bcd81e930f5b10dfc
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 0df60ca25966aefbb69b6cdde39fe7a356fff637e6f08d02d08b9a8124551331
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.01189097 BTC
Feerates: 40.21 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (526,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,227 389,227 000000000000000000d2ac4aa0878b8122a77a40e2b3841d52ed0b761cd5fe33 134 0.10/1.00 vMB 16
389,226 389,226 000000000000000004e9c98047994116d345ce3c56bbb6e1a49663c7d6ad234e 1,867 0.83/1.00 vMB 40
389,225 389,225 00000000000000000685dab7f0d76fb1a7b99d58820652bbfeba9b58eec4147f 628 0.26/1.00 vMB 39
389,224 389,224 000000000000000006273d33a8add708a4642fc33d2ecd57841bc477e618e93e 666 0.46/1.00 vMB 23
389,223 389,223 00000000000000000718efd73eb9d7773c5e4bfde8fae9f5926bc54182d6d9a5 2,055 0.87/1.00 vMB 41
389,222 389,222 00000000000000000518fbe230c814c64558dc72c8cf0e4cffeb3f3000fd0562 1,360 0.71/1.00 vMB 33
389,221 389,221 0000000000000000064cb07d86b7ecdda00be1855d5a5b23a1e95273316fdcde 633 0.41/1.00 vMB 23
389,220 389,220 00000000000000000652ab34f18712292751414869eca53d9245157e16a02175 1,753 0.75/1.00 vMB 44
389,219 389,219 0000000000000000087e309b981aae1ad36b91c5e8423984b3dc1772c8779b8d 1,866 0.97/1.00 vMB 33
389,218 389,218 000000000000000003789ef368536b006d876717b0ebfc1d7c8c6174bc0e5e58 554 0.60/1.00 vMB 13
389,217 389,217 000000000000000002f5a582bf17a78fce460d01687a72af3d4fc7fd5706133a 2,285 1.00/1.00 vMB 37
389,216 389,216 0000000000000000037e8b96738df530ecfcefda712d790c5e09688d1f84092d 2,053 0.88/1.00 vMB 45
389,215 389,215 000000000000000001b2e10e51d6f18b4b0b682e7022762d53956292936c2ec7 1,351 0.62/1.00 vMB 35
389,214 389,214 000000000000000005eea139506ff5d26557f6551d992b24be1f41825c67ae6b 1,094 0.51/1.00 vMB 42
389,213 389,213 000000000000000004bdcb51f96f4567ca43b530662411fabdf2b4e04d1b1cc6 1,419 0.67/1.00 vMB 35
389,212 389,212 000000000000000006c093e84154574670aee75c22c0eed6d960a13b929744d1 1,621 0.69/1.00 vMB 35
389,211 389,211 0000000000000000079ae06c4f58a9ef120c2024d22b1be7b7927697dfb95780 392 0.39/1.00 vMB 15
389,210 389,210 0000000000000000083342fd53d5ef845b3280083463d2dc78926d9d6b3f7c4c 2,549 0.95/1.00 vMB 43
389,209 389,209 000000000000000008fb9fd42a2b8a1125f956ad2c1d947afcaa1afadcd5f0ba 943 0.36/1.00 vMB 40
389,208 389,208 000000000000000002779ed64cf6dd3cbc17b83e88bbfc38b9c4b330d42251b3 61 0.02/1.00 vMB 60
389,207 389,207 0000000000000000067d6284917893c5b12576efb5c53d30e55d27ac06dcf44c 1,154 0.49/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.