Loading Tool

Explorer IconExplorer

Memory Pool

81,185 transactions
31.12 vMB
0.10549432 BTC
Random Selection Loading Transactions
Max Size: 187.86/200 MB

Candidate Block

Mining Attempt 08475f586ed2274ba0f10feb97fa40d17a4ce8caa450a46d375a00b1a9d60c85
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root f188216141909dca14fa26f2a07a91677a04487e62c50c88d790e3398ccf35b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02661493 BTC
Feerates: 150.75 > 2.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (460,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,835 454,835 0000000000000000016edd6bf7595c393e125b0c3d88c2f344309c468ce69e97 2,719 1.00/1.00 vMB 154
454,834 454,834 000000000000000001de471a14eb67a4a91462e182e4327be278883c26ca5d9b 895 1.00/1.00 vMB 20
454,833 454,833 00000000000000000276f6ceaacae3f3d7cb723092dc3215d07d72e670690a2f 1,518 1.00/1.00 vMB 75
454,832 454,832 0000000000000000014e41164c603ec636fd682db7d91576462c58b4f11ef890 814 1.00/1.00 vMB 46
454,831 454,831 000000000000000001419eb807d80b8bc45ed18159a5d1bf720d1cc7ffc16f82 1,358 1.00/1.00 vMB 76
454,830 454,830 0000000000000000024f526f20b7022c04bf8e9df17b37a2c5a2ae21105fdb7c 2,293 1.00/1.00 vMB 145
454,829 454,829 000000000000000002097767db60f8c1c8eee3597d35bb8f2ffebd1f5a558039 734 1.00/1.00 vMB 43
454,828 454,828 000000000000000002125c6627203e4b2fe7992aa8180507c683040438e54713 301 0.91/1.00 vMB 18
454,827 454,827 0000000000000000001db5df5b48d17a573059dca2bdd3bafa83864023ccdb37 2,273 1.00/1.00 vMB 122
454,826 454,826 0000000000000000001532bf05c4d0ee0d91549a6af347773f9c801b15c76b63 1,897 0.86/1.00 vMB 131
454,825 454,825 00000000000000000116b6a5577c1fd36dd49a892e5c40dcbb9e90cfecf19c46 2,587 1.00/1.00 vMB 162
454,824 454,824 0000000000000000004acc9500b524e988a858fd9c78ecd40dd483497cc797b3 1,143 1.00/1.00 vMB 61
454,823 454,823 00000000000000000012b114b2a6f874c55f6bdb1e4fea6361eaa845350a1a10 1,049 1.00/1.00 vMB 62
454,822 454,822 0000000000000000013a08bde9509a1d9f9a7ec4d3f761dab29763b6c4002bee 822 1.00/1.00 vMB 57
454,821 454,821 0000000000000000012b4ec6b8fb84e7ac10ab8199783221044e90b49e70b7e8 1,517 1.00/1.00 vMB 105
454,820 454,820 000000000000000000f664dd30b4103f3ec35757d9e99127c1633bb82b41048b 658 1.00/1.00 vMB 73
454,819 454,819 0000000000000000014a5cb1376bb377c7ca5cf8bb1d04847ff1f3c804d3353e 1,440 1.00/1.00 vMB 98
454,818 454,818 0000000000000000021f31b005921b8189531a8e8ac4c54284d2df505bc27c19 450 1.00/1.00 vMB 56
454,817 454,817 000000000000000001e356644fda7f69cc2b24503fcc8818665cf09d7210dea2 1,761 1.00/1.00 vMB 95
454,816 454,816 00000000000000000047f2850854363f7710c81820a4fecf6a58d0c41e53c7f2 1,641 1.00/1.00 vMB 144
454,815 454,815 000000000000000000e2ee9fa153eb3d98b2ed2e48256d9d991ae1fa7af311a1 2,810 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 783.08 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: 723.70 GB
    • Received: 18.41 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.