Loading Tool

Explorer IconExplorer

Memory Pool

26,053 transactions
25.53 vMB
0.05660164 BTC
Random Selection Loading Transactions
Max Size: 123.92/200 MB

Candidate Block

Mining Attempt 3828348e56c8536fb4cb16eed650f6a5e44d577c5ba37a8c04d958e655873e4a
Version 20000000
Previous Block 000000000000000000018f2a41c731bcf2d532dfa76355aff648e5265113e2d4
Merkle Root 126d38a41fafacb7a14b3d82b294f336de8bcbcc0ef53234028767a0cd38d86e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.00981902 BTC
Feerates: 100.53 > 0.98 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,239 (829,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,903 84,903 00000000001ec920bb83001efe011f8dcf2ea77801967c7c9d4e5e76941da563 1 0.00/1.00 vMB 0
84,902 84,902 0000000000061d0d70d36628d162fd936aed756b11c42ddbd0ebb608afce912a 1 0.00/1.00 vMB 0
84,901 84,901 00000000000870f146927b93e07183749981ba097fd95997a88314a841787eaf 1 0.00/1.00 vMB 0
84,900 84,900 00000000002df72fdee0c5ee854b872fd8972bb39d1f471953197f83c3cf1868 2 0.00/1.00 vMB 0
84,899 84,899 00000000000f0a401b05e68dd9228e39fab574c1615cb74d72ded5b749e65f46 2 0.00/1.00 vMB 0
84,898 84,898 0000000000137c4f9d01e1b18703ea5e21c77ff5b0e8062f7be3ba29c88a486d 2 0.00/1.00 vMB 0
84,897 84,897 00000000002059ab69413c12fc7d97b19b1eb59085d4e46ecdb6162907cdc08f 3 0.00/1.00 vMB 0
84,896 84,896 000000000002e8fe7e07ec00d4dc34f838512a05ddd9d7b4e833797a24ed86cc 1 0.00/1.00 vMB 0
84,895 84,895 000000000027d804b371baffe2f1ef7ad20a6cda683adb63029e1bbc27c2473a 1 0.00/1.00 vMB 0
84,894 84,894 000000000007457d89cc4ded40b12b55ae32f215e232e26330b312025df579e6 1 0.00/1.00 vMB 0
84,893 84,893 000000000002d3496d62f3438b822809a1ae409e0654c86903b12314eddc2a0d 3 0.00/1.00 vMB 0
84,892 84,892 000000000029d9c076b32c5d2d78c1a678ad532d9a92a6f9ebf2640ff02bb462 1 0.00/1.00 vMB 0
84,891 84,891 000000000001b05972b109db32943ef274f274c3d6a61a5935c8dd198424c9f8 3 0.00/1.00 vMB 0
84,890 84,890 00000000000e15b0d861087e4706f49036ea9b7fb979738d95956354df557624 2 0.00/1.00 vMB 0
84,889 84,889 00000000001e1e8950ff2bf1a158de0d464fd026ae095038f9902d4fc445c2cc 1 0.00/1.00 vMB 0
84,888 84,888 00000000001cbfc3b8cc241fbd7ca0b69685f605dbf4e04832e097ab2a52031d 1 0.00/1.00 vMB 0
84,887 84,887 000000000029a1ea072fce3f6aacdd1747ea92c64da7e2a7ab15dac1d12747bf 3 0.00/1.00 vMB 0
84,886 84,886 00000000001b4a58f85d65640b5b8f072290e224a768ade560118f8ec2b8a6d4 2 0.00/1.00 vMB 0
84,885 84,885 00000000000ac90762a20c22fafd8f14c55606f22bdf8e9a70b4f661c77208d0 2 0.00/1.00 vMB 0
84,884 84,884 0000000000220a3111ee6f779522f8d36e37c9947cec838ddfe3f08a40356075 3 0.00/1.00 vMB 0
84,883 84,883 0000000000154d29c56f2d05525018e8b9b63a13013f4e8197714c5d22e0a221 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.14 GB
    • Received: 8.40 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.