Loading Tool

Explorer IconExplorer

Memory Pool

73,323 transactions
27.15 vMB
0.06203436 BTC
Random Selection Loading Transactions
Max Size: 165.85/200 MB

Candidate Block

Mining Attempt 40a531ca582bc16342fc58bbbb337f3f846162da200523d9075b6e26b5ce1343
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 99fe1229c2d968ec828b2475fdb4da85cc54354ecb38bd3a5445f422b6139b00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.00429241 BTC
Feerates: 84.38 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (231,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,881 683,881 000000000000000000073c7e74fa8fcfdb69b4e72ef6fbbe541916ba97585589 2,043 1.00/1.00 vMB 58
683,880 683,880 0000000000000000000877b1d2765402e99906daa400784d9e91b3aa0c34ad0f 2,806 1.00/1.00 vMB 87
683,879 683,879 000000000000000000081bd0501e00f5f7933ea287f8d6c3c75eb17aa5ad9a9c 2,911 1.00/1.00 vMB 77
683,878 683,878 000000000000000000020d6f292f773b3e6c803e1c133ce54df82d9ed2b6b45b 2,478 1.00/1.00 vMB 91
683,877 683,877 0000000000000000000a5a7cc3e2c926a21b54aebcaf7fc17cf650c4eedc50eb 822 1.00/1.00 vMB 61
683,876 683,876 000000000000000000055d212e9e603e07bbfbf93ea77ea47135eccd6e239c62 2,458 1.00/1.00 vMB 63
683,875 683,875 00000000000000000003264aeccde06b4ed25ec5d5b97429ac3c040d935a3b12 3,607 1.00/1.00 vMB 112
683,874 683,874 000000000000000000073489abd69eb402f46f6dba2518bf182d180a721b1bee 39 1.00/1.00 vMB 1
683,873 683,873 000000000000000000029a2da41c6da6b734a637942705df119d8c277a4cfe4f 2,067 1.00/1.00 vMB 44
683,872 683,872 000000000000000000043be24b702ba5cd213b0b95bdea29e369604b3ef874dd 2,427 1.00/1.00 vMB 46
683,871 683,871 00000000000000000007c2ca8d83e25da1198ad2be4b4727524ea90694ee1502 1,769 1.00/1.00 vMB 44
683,870 683,870 00000000000000000001977a4e0b706c51651054fbc189fab9d4bb1799fddcb2 1,343 1.00/1.00 vMB 13
683,869 683,869 0000000000000000000a4c234af5b2d0f87cb2384d0a51c7227569c5e78b9897 2,201 1.00/1.00 vMB 61
683,868 683,868 0000000000000000000a3103bf2b6df82549b08bc343c4ccaa0bcb2073d66056 1,256 1.00/1.00 vMB 23
683,867 683,867 00000000000000000002b8c2e9c7a26348e507c64e7df7b88c01df3a33db4d15 1,457 1.00/1.00 vMB 18
683,866 683,866 00000000000000000008dd6ea62cfbc8063e3d2c0720d09789f327e37666bff1 1,077 1.00/1.00 vMB 16
683,865 683,865 0000000000000000000ade708e816d8d48cdf40c0d0d9f5cc9e56bfe2a0d6011 810 1.00/1.00 vMB 6
683,864 683,864 000000000000000000087a89dc71da040509f7b6e4811c24586f273f7f123720 2,164 1.00/1.00 vMB 8
683,863 683,863 00000000000000000006bc4efeca1cd50bebd1ddb495edc081e68cb34f7d69cd 2,414 1.00/1.00 vMB 19
683,862 683,862 0000000000000000000932fd8e54d2d99a8b66de2a39e7bc94f68220d3e3f7d3 1,366 1.00/1.00 vMB 35
683,861 683,861 000000000000000000094eafbbdb8f943b61291115d8a1852cb55e0b68792a47 2,029 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.