Loading Tool

Explorer IconExplorer

Memory Pool

75,107 transactions
28.94 vMB
0.07898791 BTC
Random Selection Loading Transactions
Max Size: 171.19/200 MB

Candidate Block

Mining Attempt 52a6ab3517ff1671ecb64e9cce74bc56588f426e81f305bf83366308eb857ed2
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 7a1693738254ab8298d3f1294df54a12f2c4d51fb45e721e5b34dd7c251f2393
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 1.00 vMB
Total Fees: 0.01869298 BTC
Feerates: 100.29 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (356,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,751 558,751 0000000000000000001492ae68488ccd146925a2f059dd9d4df31d4b6fe3acaa 748 0.24/1.00 vMB 14
558,750 558,750 00000000000000000021315ca6870122c8b526186f4ec53abf555877f1a50427 789 0.28/1.00 vMB 13
558,749 558,749 0000000000000000001a7a6edfedf412bd785ab7aae134cc58608ab3c45d40a9 2,829 1.00/1.00 vMB 11
558,748 558,748 00000000000000000018f5bf1aa0c158d39ce6e0124be15bb8ea1f0c7319b0ad 2,542 0.92/1.00 vMB 14
558,747 558,747 0000000000000000001ee7edd5ea6b6de18c72cc59ed8f121cfbbddc39dc5c03 1,710 0.75/1.00 vMB 12
558,746 558,746 0000000000000000002de47944600034a54f91b070e622dad39b834354d88a76 2,390 0.80/1.00 vMB 2
558,745 558,745 0000000000000000002df5fc9a01c1c29926dbc04c6f59742e890f1f0926abc5 1,935 1.00/1.00 vMB 16
558,744 558,744 0000000000000000000100fd5acf81b0c3c3a348ff3b70a32347757cf2005316 2,168 1.00/1.00 vMB 21
558,743 558,743 0000000000000000002444f70ccd9f2917a9018fdbfbf0e0cf7acc39baa4f048 1,528 1.00/1.00 vMB 9
558,742 558,742 0000000000000000001cb7e40ce600c7b3498d8ec530e11510c50dc8c02d7bbc 1,983 1.00/1.00 vMB 19
558,741 558,741 0000000000000000001798d8ff6c9900dd3e0f26e48b903d0ebd261d48d45da5 3,033 1.00/1.00 vMB 16
558,740 558,740 0000000000000000001f30c354fdf75f397f08708a19aa974b4e5c30c46ad67f 3,097 1.00/1.00 vMB 20
558,739 558,739 0000000000000000002177070d4396936f8ce22ff81d0772d2d44d081e4398e6 890 0.35/1.00 vMB 9
558,738 558,738 000000000000000000278bb79cd26684f3eda5a876b46395e37ff8c46918897b 1,464 0.57/1.00 vMB 13
558,737 558,737 00000000000000000002f97ad046710a6b44bc143abe9372bd63a3baf3e1fa50 2,519 1.00/1.00 vMB 12
558,736 558,736 00000000000000000000471350969dadf83a8f896510ca812d955ac97a43ed55 2,133 0.77/1.00 vMB 5
558,735 558,735 0000000000000000000996e8c8b784f163b3c04c3875f2b0c0afbeab6ec5c6ce 2,436 1.00/1.00 vMB 18
558,734 558,734 00000000000000000004b65edca068d821a5ee65bbbe80280ca7730f87cae3da 1,803 0.67/1.00 vMB 13
558,733 558,733 0000000000000000000dd4b3ac555035f756a783382c69269be7c678efe9caa0 2,237 1.00/1.00 vMB 7
558,732 558,732 000000000000000000292ee9bcf1d5e8e4043df1915eec59fa1c6d61705be918 1,301 1.00/1.00 vMB 9
558,731 558,731 000000000000000000042549833f8c1e8e5071c3dd044218a6b1bab05282b8af 2,584 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.