Loading Tool

Explorer IconExplorer

Memory Pool

41,954 transactions
30.31 vMB
0.16215076 BTC
Random Selection Loading Transactions
Max Size: 153.03/200 MB

Candidate Block

Mining Attempt ff77750ae643ee5fa3d87988cbf2d4ae2eae3f2e418a2f5901ab960a3064777d
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 9bd5a7410c75f7721a53daed54073bc637675dcfd4c8c2e4128788ca5b1bbb87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.09000081 BTC
Feerates: 301.60 > 9.02 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (351,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,809 562,809 00000000000000000001979984c509a77618c5addd65dc1e1e67de8c8581d749 1,939 1.00/1.00 vMB 19
562,808 562,808 0000000000000000000c9eda1e570125e9b2ae5130bc4a510c8f1a31cd15f347 2,673 1.00/1.00 vMB 15
562,807 562,807 000000000000000000263113f24550ffa07c8f49067de0a6b3dd8be5bbee911c 3,100 1.00/1.00 vMB 19
562,806 562,806 000000000000000000205702c9ced856bd2603d4c6bd8abf33632676f38752b9 2,588 1.00/1.00 vMB 29
562,805 562,805 0000000000000000000bfde93d171bda8a9d60fee2b567a60f16ae1b46e13756 1,319 1.00/1.00 vMB 7
562,804 562,804 00000000000000000011578a0cad20ad111004e6eb180ee07e128e3ec79d223a 2,676 1.00/1.00 vMB 27
562,803 562,803 00000000000000000021a6edad69345408ee5f2d96a5250eb0acaf274dfce769 2,235 1.00/1.00 vMB 25
562,802 562,802 00000000000000000010e6e0c1e9c61234270324ea75a0b4d202a9b41aa5a91a 2,672 1.00/1.00 vMB 25
562,801 562,801 00000000000000000023ed1ce3c981e14becac715aeee1633d79d3aae5704b68 2,460 1.00/1.00 vMB 18
562,800 562,800 000000000000000000086f69971a7ecb917c46d7f255eed578d93917aac691e1 2,502 1.00/1.00 vMB 24
562,799 562,799 00000000000000000025318809355c1a7285aac3e87216439c3e3f73320b7078 2,508 1.00/1.00 vMB 26
562,798 562,798 00000000000000000017d071337ce503def354db6a59a07f1e77aba97de78cae 2,568 1.00/1.00 vMB 38
562,797 562,797 0000000000000000000f54c952b9b58d0d0f3261cf54873a54291b351ed0730c 3,000 1.00/1.00 vMB 13
562,796 562,796 0000000000000000000192f09e0a395b2fbf2fdbcef810ca1e7ffea15917aec6 2,890 1.00/1.00 vMB 22
562,795 562,795 0000000000000000001cbe9f8cb229cb6d74d42c8686bdef863cfc0186acbdf3 1,646 1.00/1.00 vMB 28
562,794 562,794 00000000000000000007918dfbb64d3932eecd7f870ecb584db4dbfc78a9b718 1,366 1.00/1.00 vMB 37
562,793 562,793 0000000000000000001642cb2d876c123a6c446151edb844bbf184e612316419 2,873 1.00/1.00 vMB 36
562,792 562,792 00000000000000000024c419138a04217ebb2e7f0cac9b23c6cc110bb0fc4301 2,965 1.00/1.00 vMB 38
562,791 562,791 0000000000000000000dae6d6fa5272ad4277855b04bfce65b1e4493b33e56af 2,871 1.00/1.00 vMB 55
562,790 562,790 0000000000000000001c6cb8222226b63f0623ca7a8b7d760f282b0f98d8fc80 1,814 1.00/1.00 vMB 22
562,789 562,789 00000000000000000017d3a9ba37ad35449affccb8716c92c544658ef6953605 3,226 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.54 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: 618.65 GB
    • Received: 11.20 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.