Loading Tool

Explorer IconExplorer

Memory Pool

81,081 transactions
30.04 vMB
0.09356917 BTC
Random Selection Loading Transactions
Max Size: 183.52/200 MB

Candidate Block

Mining Attempt b6c5dda00d0027c804643ec8cc82d5852d0e556e2ea4738660b9d5c8c83ca54d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 731d969ae18144c1b53c6012b90563984cfb86b1153800a6927cbc188f7d216e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,490
Size: 1.00 vMB
Total Fees: 0.02611008 BTC
Feerates: 402.60 > 2.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (586,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,816 328,816 0000000000000000163c919aaa1a7494955e820062338f70e97947a52a5aa4e4 231 0.13/1.00 vMB 25
328,815 328,815 0000000000000000090dbf7947bcbc2a5a886df67e6d1e47195e39ef8562da3b 463 0.20/1.00 vMB 31
328,814 328,814 00000000000000000b2f25f929b94d5e84946f6b898c60bcaa97ca149a4dd420 262 0.13/1.00 vMB 26
328,813 328,813 0000000000000000131e4a29b32f15e88616cc1e9b2ddf3e63081f74382a1c73 507 0.29/1.00 vMB 25
328,812 328,812 00000000000000001a29756fdead48ee4844afe88f47a21890d2d9f7d0f17b2f 307 0.20/1.00 vMB 24
328,811 328,811 0000000000000000006370724f73798f4c00c8da97f675c4dcf4605e9882913c 1,000 0.52/1.00 vMB 26
328,810 328,810 0000000000000000114ad505367a300a8ead4c8e8fc05d24f60fa7f63c3d42bf 872 0.41/1.00 vMB 30
328,809 328,809 00000000000000000c1ed3fdabf16b5d7c8eacc7ddff21773ceef1331cc07664 831 0.68/1.00 vMB 24
328,808 328,808 00000000000000001578790251799fe2fd8bcc442d33cddce71d82052cc56f1c 512 0.15/1.00 vMB 46
328,807 328,807 00000000000000001bbcf38384ee07827ed0236c023333f56e84b3b45da1471a 807 0.47/1.00 vMB 25
328,806 328,806 00000000000000001bb35f08fbb5508a04b4a56372924b4da251dd7f76ed9d76 32 0.04/1.00 vMB 12
328,805 328,805 00000000000000001610c229bdfb26ccf43ab9e6e2784f1e0153bfea6edf6455 597 0.34/1.00 vMB 28
328,804 328,804 0000000000000000006c5d66a3459e9d0127cd3d552b4c92f9168436b17fec5a 273 0.13/1.00 vMB 26
328,803 328,803 000000000000000010c4b5ae2b678e67b311477c22858e6110844eef838b3880 870 0.44/1.00 vMB 28
328,802 328,802 000000000000000019b3c625f667bd0b93011c0a37950545a6a8fccf0b08ae73 738 0.37/1.00 vMB 29
328,801 328,801 0000000000000000152dc55f27338b58325f0432d2dc6edb90c8d449d9959583 383 0.16/1.00 vMB 30
328,800 328,800 00000000000000001997e3aaf4b9afd5e6beac1175b727a106e3b75a1cba8df4 180 0.10/1.00 vMB 19
328,799 328,799 00000000000000000c3ad871b33074e0c7764ef49c8b55b3b7adeaa23368a434 318 0.14/1.00 vMB 28
328,798 328,798 000000000000000019eb2270dce2e68d7e71cf1bf7166d475b8f4788724e25c3 819 0.45/1.00 vMB 30
328,797 328,797 000000000000000012e3effc57092c521586df49907fbb6d88202a3cfd023288 548 0.27/1.00 vMB 28
328,796 328,796 0000000000000000040767c424d3adcf8a326b3f16bdf6b9da0627f121a13c7a 455 0.10/1.00 vMB 4
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.21 GB
    • Received: 17.67 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.