Loading Tool

Explorer IconExplorer

Memory Pool

73,747 transactions
27.37 vMB
0.06397818 BTC
Random Selection Loading Transactions
Max Size: 167.11/200 MB

Candidate Block

Mining Attempt c5b155d9620f4e2d3fc2cc016650130d2017fbb9d53f1c070014591aa0d07ea1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,821 458,821 000000000000000001b1d509a92001cbffe38f6064babd75ad3e63fa328befb4 1,762 1.00/1.00 vMB 168
458,820 458,820 000000000000000001f44b95504c6163cdfa33d7be130864dce6def185f98621 2,812 1.00/1.00 vMB 228
458,819 458,819 00000000000000000003a4389f5fe3ec7dd264d3ac1499f6fe5564688c4b80c5 384 0.13/1.00 vMB 191
458,818 458,818 000000000000000001d56254feb9cfdc7390e36e2169cc92e2707b58ce46c3aa 1,352 0.61/1.00 vMB 138
458,817 458,817 000000000000000001e367e7fb1f4d7b451c32d2d448dcc02e2162653dcb2632 2,150 1.00/1.00 vMB 150
458,816 458,816 000000000000000000e6e90d61bf6fa0e202b40ffef47dc7e3e33e71553e9fe9 2,127 1.00/1.00 vMB 149
458,815 458,815 00000000000000000143ffb9dfb0fa20cefba933e54236d3815e41dddd64dddb 814 1.00/1.00 vMB 155
458,814 458,814 0000000000000000015d01fd3add573ac324bc3ee991e64217de46b8c8b3c0ea 846 1.00/1.00 vMB 169
458,813 458,813 000000000000000002207a9fef02a859c5ee8cf227cd9e326456052a38f507fa 1,643 1.00/1.00 vMB 192
458,812 458,812 000000000000000000939a0bf3c4d93c517769081b2ceee35bf7a1d33ee8a292 2,013 1.00/1.00 vMB 125
458,811 458,811 00000000000000000118d13ff110eee6b543413face3338ab45719bb69a84f10 1,014 0.75/1.00 vMB 215
458,810 458,810 0000000000000000015c257000335c402faa0a3919cf00c858898c4e81a22ab8 1,665 0.80/1.00 vMB 122
458,809 458,809 000000000000000001875cbf26489648c68035aaf2ccc8e6a047d7b593fd64ad 2,003 1.00/1.00 vMB 155
458,808 458,808 0000000000000000022eabf8580078a72ac4f1a2f3cf5dc8e710a9b1059c203e 2,616 1.00/1.00 vMB 209
458,807 458,807 0000000000000000004dee765e8915e5a6406f12886063156b5d07f57b7e0eee 1,283 0.71/1.00 vMB 109
458,806 458,806 00000000000000000056f49659d232a7e3143c9c580ea053bb3044b729b91c64 2,543 1.00/1.00 vMB 185
458,805 458,805 0000000000000000020531ff34e758fba354d2f478f4a57a452b4bb8580f2923 1,135 0.53/1.00 vMB 174
458,804 458,804 000000000000000001143e96fd7a7902eff16ce51168f66a7089601e7b45a544 756 0.36/1.00 vMB 177
458,803 458,803 00000000000000000180e6997cb40b9e14361a63a9d3b3e52320de4248c39411 1,722 0.93/1.00 vMB 177
458,802 458,802 000000000000000001fcc9f07d03f5e21a2c7abba0e8cb1cd81193eeea2d16f3 1,751 0.82/1.00 vMB 170
458,801 458,801 0000000000000000021526dea0eb84ba85d559ff79e48f77a42ebbd1b07f11be 1,377 0.65/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.95 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.14 GB
    • Received: 17.65 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.