Loading Tool

Explorer IconExplorer

Memory Pool

76,113 transactions
29.13 vMB
0.10351593 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt 06b0af960c50431d3e2fc9db62c34b8bb5168cbf42d2a5ef882499c8e02fb6ec
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root eb43732817fb739dd9a4b69bc0682ef24b055781347fc8af15434f1213e8b0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04131029 BTC
Feerates: 201.37 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (224,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,891 690,891 0000000000000000000ef52bfef0fcdd11f326fff60eb528e28f5cfb40b63074 2,173 0.97/1.00 vMB 19
690,890 690,890 00000000000000000012434368868ff7f53fe8846159c90e2cc474f370060294 2,387 1.00/1.00 vMB 46
690,889 690,889 00000000000000000005be62ab3c02aed4f5853ed1030c60136ac818c24ab704 1,840 1.00/1.00 vMB 19
690,888 690,888 0000000000000000000959efdccc431c89a73f8d483c1e8cf2d08e6e217b2bb6 1,858 1.00/1.00 vMB 35
690,887 690,887 0000000000000000000d9bb4c6d1f1975b197d41dc995bab7334c6e2be061c27 2,221 1.00/1.00 vMB 9
690,886 690,886 0000000000000000000e3b4efbf79e5a2bf2d6632fd5e07241ab30b3b04bbc4c 1,373 1.00/1.00 vMB 16
690,885 690,885 00000000000000000001f6d8ae3dcd4e628613fc3cdac5432badf132494b4cd1 1,394 1.00/1.00 vMB 22
690,884 690,884 000000000000000000105a8c105d5955675fcc0e658338f897e35892149a8556 1,301 1.00/1.00 vMB 29
690,883 690,883 00000000000000000004139d263490d927cf32d5f112b89fec969de121ad2416 2,117 1.00/1.00 vMB 50
690,882 690,882 000000000000000000056cdd2eb302083cce4725a54e9181bce7d7b4cf99b0ae 1,983 1.00/1.00 vMB 13
690,881 690,881 00000000000000000012560ba09ed2f2da2f051fb9bb02263d4dce8953c09837 2,610 1.00/1.00 vMB 29
690,880 690,880 00000000000000000002433d3c8ca10524a3a756aa1dc4316c567aae122ac13f 2,519 1.00/1.00 vMB 13
690,879 690,879 00000000000000000007aaaaebfd45c2b842de5420b0ebce57797843bfbbbefa 2,816 1.00/1.00 vMB 15
690,878 690,878 00000000000000000011a05a2e6d93287c87642eeae9be1086140d8a746b64cf 2,399 1.00/1.00 vMB 30
690,877 690,877 00000000000000000012ec6b13d855b0c20e77352424baca1f4244ce172c6a11 2,146 1.00/1.00 vMB 56
690,876 690,876 000000000000000000058690cbbab3dd3160317e1cd857ede37c914821f0cd1b 2,695 1.00/1.00 vMB 31
690,875 690,875 0000000000000000000b9195de5c24d390b173ade85ae8d41d36b4f213ae846b 2,456 1.00/1.00 vMB 39
690,874 690,874 000000000000000000004d7571e431a02a428ffa8135906e5077c000732bf6fa 2,417 1.00/1.00 vMB 33
690,873 690,873 00000000000000000010f8463e5fc1f1d9c39a28dd8ee783a6eff12cd3284a1d 3,003 1.00/1.00 vMB 30
690,872 690,872 00000000000000000003f54615485acbf364c498d64cc25d7ec9ad53b1cf1c61 1,320 1.00/1.00 vMB 27
690,871 690,871 00000000000000000002ccb9e0dbcb4f2db155f41a94957368608e8b445a191d 1,461 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.