Loading Tool

Explorer IconExplorer

Memory Pool

45,560 transactions
22.63 vMB
0.05848595 BTC
Random Selection Loading Transactions
Max Size: 125.21/200 MB

Candidate Block

Mining Attempt 75260b4f4fd0ed9cc1aa94afd253f3a6cc9087ed3dd1d89a0d06b93ea4ea92ed
Version 20000000
Previous Block 000000000000000000019f80875bc0cbe63088bba6ca3f4d6bd8018b6cdc4995
Merkle Root 84830db47c78ccdd34a6a1e2c76cf262f2887c11d674cb554f071b0d705eefd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01169330 BTC
Feerates: 150.75 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,010 (910,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,921 3,921 00000000b77607cb54489d0140ed72bf2a83274519b49bedd6ee37bc8bc103e5 1 0.00/1.00 vMB 0
3,920 3,920 00000000005ae5d168d58fb301e897215230ee22b8a5ea522a1cd5cd3fb655e8 1 0.00/1.00 vMB 0
3,919 3,919 000000002e7fe626ecfd4dd73982aa8902992d7751bd7ce332fcc3a8b524bba2 1 0.00/1.00 vMB 0
3,918 3,918 000000008500b119a761cef8c6ceebf56332f6ea403b0d43bbec74ddf53e4016 1 0.00/1.00 vMB 0
3,917 3,917 000000009d54d0c7f7c2a96a988cf35988a5adae1897daa7e23ae4cbf4d452aa 1 0.00/1.00 vMB 0
3,916 3,916 0000000014ecc942f416a118e91712e1280a73b00f669a6451fe5a91845e77d0 1 0.00/1.00 vMB 0
3,915 3,915 00000000980ec95db6c9bb4d009162a2925e6de788ef63138baa99abbcaa82e7 1 0.00/1.00 vMB 0
3,914 3,914 0000000059860e1d8e432c12f0550fd881cc2bb2705295266276a62e8d1a9a89 1 0.00/1.00 vMB 0
3,913 3,913 00000000d6c33f5cbda7b31d2c21360391703144bfe017c9bd62a35e28a919af 1 0.00/1.00 vMB 0
3,912 3,912 000000008ee705343fcf4a14ccb8dcb478a0fb8ec7cda664f4c63f83afbf3ebf 1 0.00/1.00 vMB 0
3,911 3,911 0000000019dc526a1bf21d7752ec68fcab77ee296e3a7493567036a753b8f9b8 1 0.00/1.00 vMB 0
3,910 3,910 00000000bbe85bda3173cfa8cb3d5b55910c2820373e07267fce2e5ee22d0f08 1 0.00/1.00 vMB 0
3,909 3,909 00000000b59912bec2e2a5ddd9f552972170d42e55fe2c78d2bd56ed48ce99e1 1 0.00/1.00 vMB 0
3,908 3,908 000000000cf28905a4177ff612e984eaf0a138cea166c1b3b0963422254a8e6c 1 0.00/1.00 vMB 0
3,907 3,907 00000000aec9165b295095eb5c98352a98085d2733999da6de79d45ac8d72207 1 0.00/1.00 vMB 0
3,906 3,906 00000000171b38ad66715b7c80304d2ec027b640483f32ccd4f5545f5c0dc5c0 1 0.00/1.00 vMB 0
3,905 3,905 000000003a730349626e68b47408cc016583fd0d5f58e3fe2da56a6eee19b9aa 1 0.00/1.00 vMB 0
3,904 3,904 00000000756c9be39d5ce204f928ce4539c364659ac91dacd34e88b848e6008c 1 0.00/1.00 vMB 0
3,903 3,903 000000007aa0bd7ea8a357ebefe146618e6fc470640430185e580df485354d63 1 0.00/1.00 vMB 0
3,902 3,902 000000006d6915857ac924ae6be19ad161952abf693f2ee4494a4abaa158b880 1 0.00/1.00 vMB 0
3,901 3,901 00000000ff3332353e803e59c14a8093f26a4e41b2ec7f3544b9faf6d7cee08b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.62 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: 544.53 GB
    • Received: 6.36 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.