Loading Tool

Explorer IconExplorer

Memory Pool

44,305 transactions
27.19 vMB
0.07593981 BTC
Random Selection Loading Transactions
Max Size: 143.48/200 MB

Candidate Block

Mining Attempt 4921d28d3ff00d17cc2e8511470e5de436a6fb0a78e4ea8ced197defaa2ee0b7
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 90d9f4fd90c7c5ea580aa49252d09c092df046e889248d0956517c28cc066788
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.02479426 BTC
Feerates: 200.83 > 2.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (52,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,918 861,918 000000000000000000025e9da73bf14afd48d41552a1227772b86f41e2c6f371 4,419 1.00/1.00 vMB 2
861,917 861,917 00000000000000000002ef08333fb11a1a87548933b2a86c772ffb2b4d9f5c92 2,795 1.00/1.00 vMB 6
861,916 861,916 0000000000000000000232b8cc019a3b6a9939d45b46288f7fcc3550896ae663 6,212 1.00/1.00 vMB 2
861,915 861,915 00000000000000000002908e2d5b2ae748d1b3593df5a15211c7e36dd1fa4ece 4,563 1.00/1.00 vMB 4
861,914 861,914 0000000000000000000041762976a0bc6aae3023968f68fcf8ca614c4d179a3f 2,971 1.00/1.00 vMB 9
861,913 861,913 00000000000000000000827054a9a661362a2a359af653245080abaf79525e9c 4,903 1.00/1.00 vMB 3
861,912 861,912 0000000000000000000267ccaa1c697e99ffa88fca4f31c68b2489596774ea0e 3,032 1.00/1.00 vMB 9
861,911 861,911 00000000000000000002d4aa84ea8717b52436c2406fa75945283a259dacf13c 4,397 1.00/1.00 vMB 3
861,910 861,910 0000000000000000000131a2543e5e222f32d973670eb245bf0363658d7c8bb1 2,575 1.00/1.00 vMB 5
861,909 861,909 00000000000000000000a3178175814403c4624347361f6b3db5e91bd300ba34 2,501 1.00/1.00 vMB 9
861,908 861,908 00000000000000000001cb110a0ac6554a35f3a0b027a137a74a277d101c6436 5,029 1.00/1.00 vMB 4
861,907 861,907 00000000000000000002bfbafb2d872dcfb16ae13be6f0bd065b3b1e7c204a1e 6,290 1.00/1.00 vMB 2
861,906 861,906 000000000000000000015b549157f6e05c245a74f1de0cdefa8dce047f2ef635 2,651 1.00/1.00 vMB 5
861,905 861,905 00000000000000000001102d40b9e1e75040a4c8641acd392efdd20937f42f22 3,227 1.00/1.00 vMB 6
861,904 861,904 0000000000000000000079779c9ad30fdd16ece949a5ab65f2ff2c76a0f4944c 3,455 1.00/1.00 vMB 6
861,903 861,903 0000000000000000000034d6767906ca5b639ccbf0fcfc5f697dba1ffc741ba8 2,706 1.00/1.00 vMB 8
861,902 861,902 00000000000000000000d9d104a3021941c2a2c85e25ea49b3635ff7a33a9958 5,755 1.00/1.00 vMB 2
861,901 861,901 000000000000000000028e51e429ae177d6c3a1bf77818821bc22ee8d6ad6a95 2,940 1.00/1.00 vMB 4
861,900 861,900 00000000000000000001828efc0914f58dd6d2738e3cb542f9429f1b5781cd5c 2,766 1.00/1.00 vMB 6
861,899 861,899 000000000000000000000260a9a36fa3aa38f3482609088ac746cdd171a34f8c 3,235 1.00/1.00 vMB 10
861,898 861,898 00000000000000000000452a5883bc5d7482d6978dff7effe6718070ade32025 5,646 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.03 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: 650.40 GB
    • Received: 13.27 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.