Loading Tool

Explorer IconExplorer

Memory Pool

74,833 transactions
29.79 vMB
0.09930859 BTC
Random Selection Loading Transactions
Max Size: 172.67/200 MB

Candidate Block

Mining Attempt 1bbce35d9a42458e78d845f8f2f25fd6122eed884356f5ae63e9ccc77b058c3f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 49837d9320d5e5f4c0550f614f0239ebb5f40b9ac6a918e342f622af9abc55ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,796
Size: 1.00 vMB
Total Fees: 0.02848137 BTC
Feerates: 150.36 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (365,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,940 549,940 0000000000000000000f7a2d928450abcc221d91dc22659e95e3535f506ac275 2,827 1.00/1.00 vMB 6
549,939 549,939 0000000000000000000ec6cd6bc79d2e30e365e826abc645652c8a8262d0303b 2,501 1.00/1.00 vMB 19
549,938 549,938 0000000000000000001eabbdf5c11bbc26021cc4c6478883cacd3dd2015a6457 3,310 1.00/1.00 vMB 10
549,937 549,937 000000000000000000219c0465c9e9ee7ab713a39b5f15499d487a7e59215ec6 2,713 1.00/1.00 vMB 37
549,936 549,936 00000000000000000022f84a40b9c0caa36d4f6fe4d90594e47ccca759eb7b33 2,265 1.00/1.00 vMB 4
549,935 549,935 000000000000000000066111549a8ec8473791ec18ae37ef03d8022e30353030 2,766 1.00/1.00 vMB 19
549,934 549,934 0000000000000000001417023629a0c1d20273125ccc554c84dea8ff12a68e24 3,073 1.00/1.00 vMB 6
549,933 549,933 00000000000000000025329bac913adb949013b3399eba9c08356da0ff36e4c5 2,224 1.00/1.00 vMB 22
549,932 549,932 0000000000000000001fe13b069f63c9b194acf7e716b68672d215e48974b357 2,715 1.00/1.00 vMB 15
549,931 549,931 0000000000000000001bd43b6cfb0b88cd221b376a373a4b6acf75db10cfd6ad 2,157 1.00/1.00 vMB 8
549,930 549,930 000000000000000000072ada388e969ee8ceb779f07aac132f90cf84c2363fa2 2,825 1.00/1.00 vMB 18
549,929 549,929 00000000000000000016b54db22ecca70fae544851c8d77ec5fcf486aba5a57f 2,129 1.00/1.00 vMB 23
549,928 549,928 0000000000000000001486f0ebea5708e72f09aa013a7b07aaab842199232abf 1,843 1.00/1.00 vMB 16
549,927 549,927 00000000000000000010339634e841b8755e84059406a5137e52620c3386041e 1,619 1.00/1.00 vMB 8
549,926 549,926 00000000000000000022806c3c4ca4b2ef13720f01561f5f670322337b98fcf6 2,389 1.00/1.00 vMB 9
549,925 549,925 00000000000000000016b92d133ebc4daa02c29e052de12251159d5772399a0d 2,972 1.00/1.00 vMB 28
549,924 549,924 000000000000000000018b071d0a43ddff5165bc0b9226495eb45b62eb6d3afe 2,518 1.00/1.00 vMB 10
549,923 549,923 0000000000000000001e0b40b21d03d55a1c967d66dcdf254e4d329ecc1afe8d 2,111 1.00/1.00 vMB 19
549,922 549,922 00000000000000000009de9633c89c0e26bd9296a167ea4b9ff0e8213921a9aa 1,761 1.00/1.00 vMB 17
549,921 549,921 00000000000000000007ca837dcec76b71f429201de6dbea8ee1a9378c3de184 1,919 1.00/1.00 vMB 21
549,920 549,920 00000000000000000003a684721cb537effb11cad9f66123c7bf9e0dd696da11 1,349 1.00/1.00 vMB 45
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.21 GB
    • Received: 15.42 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.