Loading Tool

Explorer IconExplorer

Memory Pool

57,035 transactions
18.75 vMB
0.05026413 BTC
Random Selection Loading Transactions
Max Size: 118.31/200 MB

Candidate Block

Mining Attempt e5b9f6a5facc4608ed8f5d55aaafd20ad6c9e85c682c7e2befaa1e52859e11c6
Version 20000000
Previous Block 000000000000000000009baff5c56dcf5237a76df7903e86489a8c2a8cd9fc90
Merkle Root 51903bc96a742ab7f83a850ac37f07b24c53a3f8b59a6ad281b206218eec046c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 859
Size: 1.00 vMB
Total Fees: 0.00810391 BTC
Feerates: 20.41 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,707 (868,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,240 47,240 00000000257235f7574fb174be677d12034c998ce27dcb2056805e5765e60c23 1 0.00/1.00 vMB 0
47,239 47,239 0000000011d5727dbf44ef2bdf455b4d323376090f81228039a2bba9ed949a0e 1 0.00/1.00 vMB 0
47,238 47,238 000000002dfd7be8292e78083febe33100aa11b06d1ea9098120b042a23968eb 1 0.00/1.00 vMB 0
47,237 47,237 00000000020122c21f934f7b36a32ad65618ef4b0395de11cb87f8534a038cd5 1 0.00/1.00 vMB 0
47,236 47,236 000000002edaea0a2ec8f17b767483fbb5379685b30a6d46bd4872ef85e7a032 1 0.00/1.00 vMB 0
47,235 47,235 000000000773f83e959a25822ddd81806cad2454a4261316f41f5ea1c818c408 1 0.00/1.00 vMB 0
47,234 47,234 000000002d9785360a198d2af49cb819d65213059b2409f1321407859f6d8cd0 1 0.00/1.00 vMB 0
47,233 47,233 0000000034c11f82de8164e73f3fe7b94a071cdfb792cf3f2609326ec279b0a0 1 0.00/1.00 vMB 0
47,232 47,232 000000002f822f63f7b5e3757ccd6a3ac45c0aebe8c2824ccfc0c9d026d182cc 1 0.00/1.00 vMB 0
47,231 47,231 000000001ba962c4ce104e1b500c88840a863cee1718ceb8a3830ae53b800a0a 1 0.00/1.00 vMB 0
47,230 47,230 0000000027f7331619e22c3cd77a2c387fda425f9304ccd5a1bcc49fd2cfeafb 1 0.00/1.00 vMB 0
47,229 47,229 000000001878e9be15f9ac82222b88b65f2beaf720b98376b0785d5138650324 1 0.00/1.00 vMB 0
47,228 47,228 0000000021c783db2e8accee9d5a5560883eaa88264a440956c9c9e78ebc2005 1 0.00/1.00 vMB 0
47,227 47,227 0000000011ed70fc34c6d9799d1fc95cbf98494bed6a8143ca69ac2143af2f71 2 0.00/1.00 vMB 0
47,226 47,226 0000000003a633088c92ce3cd3352aed602ffcec4d30a2bf3320b537a5ecb026 1 0.00/1.00 vMB 0
47,225 47,225 000000000ae241ecd938e6e5034ca52fe093eedd315372926a2954cabaa90305 2 0.00/1.00 vMB 0
47,224 47,224 000000000a2408e86c23d8cfc3937b21ef08ed2014cda483f7126be0e98e74a0 1 0.00/1.00 vMB 0
47,223 47,223 0000000029a6b6658d7653a92f43fda3de17bfe82a75b2bb97858e5169c3bb32 1 0.00/1.00 vMB 0
47,222 47,222 00000000216754580cbc278805db4feef279b65c34acee923afb07a0984a2a33 1 0.00/1.00 vMB 0
47,221 47,221 00000000002951a79853990a840cea2ac39bf3377f2251e8e8cab505e0cb22d6 1 0.00/1.00 vMB 0
47,220 47,220 0000000009e4220a4298b3385c9d9f5797b49e3253fe095282f76826651dfda0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.