Loading Tool

Explorer IconExplorer

Memory Pool

81,192 transactions
31.13 vMB
0.09190456 BTC
Random Selection Loading Transactions
Max Size: 187.80/200 MB

Candidate Block

Mining Attempt e210a78eaaf2ca937f2dc2b2c75811fa7ea43ee21ec4231b6c3315be35290246
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root d6ef8d19d9d94fb8f04fba00de9d469c0f9fe0f5720c7f4bae5acd9b69146a9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,469
Size: 1.00 vMB
Total Fees: 0.01910981 BTC
Feerates: 45.88 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (476,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,899 438,899 00000000000000000186bdad6dacebbe16a7a84f106fc1c2c825e10f4e2c547a 1,329 0.68/1.00 vMB 40
438,898 438,898 000000000000000000f01c3bd5f1d733b2b821e7220535ac3a98e7a777a5d450 2,478 1.00/1.00 vMB 61
438,897 438,897 000000000000000003327fa57699f69939165c40e841b2bef1c35f18a3d4377c 2,702 1.00/1.00 vMB 94
438,896 438,896 000000000000000003057dec425a68b86dc4055fd84795f58fe1c2666585bd5d 150 0.64/1.00 vMB 16
438,895 438,895 00000000000000000408426f9b7d62d18eacd6c5b7f0abf6dde959baca17e6dd 2,006 1.00/1.00 vMB 56
438,894 438,894 00000000000000000423dc3757cded6219a9fc8cd07758e3e709c670d9d55ed7 1,447 0.58/1.00 vMB 65
438,893 438,893 000000000000000004047b73504b423336a1d5394e249cda13e4d1e5b1f479a0 956 0.75/1.00 vMB 35
438,892 438,892 000000000000000003c3e2beb0d0c977dfccd16471f771b18cdae9e6f7c576d5 2,490 1.00/1.00 vMB 65
438,891 438,891 000000000000000002ba587da68d047256bdb35486df2844e2596dea7f7a311b 82 0.02/1.00 vMB 142
438,890 438,890 000000000000000003ec5805747a8600961e3bdfce24b7348d86b6af18acc937 1,152 1.00/1.00 vMB 25
438,889 438,889 0000000000000000032d786fe58c4ed240ee5e11f7988af2567cde2858460462 2,271 1.00/1.00 vMB 72
438,888 438,888 000000000000000001dcdea0540f4d07def6b5bddfbf27f9771464d8fc1ba182 1,859 1.00/1.00 vMB 49
438,887 438,887 0000000000000000032384aa7e8b0e04aec29951f84e1f7b682040791a593db8 1,025 0.99/1.00 vMB 28
438,886 438,886 000000000000000003d1efbd2d3a0c17a6edff4ed8e92c9f92213497f6d1693d 517 0.37/1.00 vMB 45
438,885 438,885 000000000000000003f797f8df9ab1ad2f24738ae57d8ec4b209cc89b9a08797 589 0.55/1.00 vMB 22
438,884 438,884 00000000000000000082eb38197a140df0362a19c5bc2efa4aa3c1eef1fe7a7a 1,707 0.75/1.00 vMB 70
438,883 438,883 00000000000000000233e59b15e4317a2beec540611863f0956b12cb4a820fe4 956 1.00/1.00 vMB 42
438,882 438,882 00000000000000000397e5ab6af98dd8aa1dc6e888df44518e93464200d4ed6c 1,483 1.00/1.00 vMB 35
438,881 438,881 000000000000000003c81e1aa0b25fb57a8a812f4cb94365c920ccbd774bc863 2,352 1.00/1.00 vMB 71
438,880 438,880 000000000000000001538a302d672fef98dee5b7bc30f2927c8bfb39e2739a84 812 0.51/1.00 vMB 50
438,879 438,879 000000000000000001350534d55e11662bf637e3e6593a41dd43f7c039156911 2,324 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.