Loading Tool

Explorer IconExplorer

Memory Pool

49,168 transactions
30.55 vMB
0.09514020 BTC
Random Selection Loading Transactions
Max Size: 163.45/200 MB

Candidate Block

Mining Attempt 8958cded61389d6800a7d0f12931287c45ebdd52d0fc4d9a2e3d4296add3d877
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root b74788e4ed45e208d4dcdc4f09ec704d403edec05b354b0f278db984a70b9da5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.03185503 BTC
Feerates: 101.56 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (312,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
602,385 602,385 0000000000000000000e60982767d0a7e00abe254730627b4ca07f710bd52e90 2,606 1.00/1.00 vMB 58
602,384 602,384 0000000000000000000fb1f398c23d5e6110ddf4ce201ac258f3d36f96f73c50 3,974 1.00/1.00 vMB 37
602,383 602,383 00000000000000000010b1507fa126d64051f6a52ab819b0620a5b43337f2538 2,498 1.00/1.00 vMB 68
602,382 602,382 0000000000000000000b4d7cc3e477fce9f69e9af9dde82846fd2c0143fc337b 1,360 0.34/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.