Loading Tool

Explorer IconExplorer

Memory Pool

71,890 transactions
27.77 vMB
0.06029501 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt 14bc8dbe71626fae25a6e00041d38b61d4db67fc29ed0a04b78c06f61c7f21fe
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 3a8e84bb95541e5e43d5db4ec71ee737d8cd8d9b4acb308497cec84078bb0fd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,939
Size: 1.00 vMB
Total Fees: 0.00483680 BTC
Feerates: 49.26 > 0.48 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (224,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,893 690,893 0000000000000000000d7ee5acbce22cc6188d7a2b6a595b34bf442fcf611305 390 0.14/1.00 vMB 32
690,892 690,892 000000000000000000018ca9eca234c07d9c924cff7e028bd0c3ccf83da162c7 1,823 0.82/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.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.