Loading Tool

Explorer IconExplorer

Memory Pool

36,226 transactions
25.78 vMB
0.08407556 BTC
Random Selection Loading Transactions
Max Size: 131.97/200 MB

Candidate Block

Mining Attempt c2c6a2caf1d7a6dbf28a73ceb0be737f6d158a009216c872b5434b2d80cfe645
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root f1fd8ef7830eb5ce66c355ea4aca6317cca13d8ee62a74018cf2cc4990145d03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.03691952 BTC
Feerates: 171.09 > 3.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (269,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,078 645,078 0000000000000000000e9ab3b9662a9e144634d3198bf78c279ec717752f4c1e 2,588 1.00/1.00 vMB 111
645,077 645,077 0000000000000000000799f7e38641b7bc621070ba9b50f9aa856509baf7fa81 1,288 0.56/1.00 vMB 40
645,076 645,076 000000000000000000019698c9a22c4d4a78c0757b6fe24aaa4a69c969cf41c2 695 1.00/1.00 vMB 13
645,075 645,075 0000000000000000000904d377e20229d059f6d38dc64408a22079df2795b79a 2,270 1.00/1.00 vMB 38
645,074 645,074 00000000000000000004c20fcdac63d5b8dfef7cdbb2d33f19e8ef6865084226 1,467 1.00/1.00 vMB 28
645,073 645,073 0000000000000000000ac7f71570dc62d1cff9384af0460a9c21e52626b01eb9 1,460 1.00/1.00 vMB 26
645,072 645,072 00000000000000000005f2e9c7d45fe355b7e5cca35e262e179d8e4acc7319a3 321 1.00/1.00 vMB 8
645,071 645,071 000000000000000000092ee87a12b43b77d3ac38896aec836c9b4fd469dc8cda 934 1.00/1.00 vMB 16
645,070 645,070 0000000000000000000f38d6f7a74e9101827a8431ea44f4b8622c832015c9fe 1,730 1.00/1.00 vMB 32
645,069 645,069 000000000000000000055baeaf94290f68676d34128462f1cba057db4b6652ae 538 1.00/1.00 vMB 10
645,068 645,068 00000000000000000006b7447100e59c546563cca863ebc6e8c9347d399c87d8 2,204 1.00/1.00 vMB 16
645,067 645,067 00000000000000000006358b1ba64e95f22c09a62fca6307c5cb303edfeade44 2,154 1.00/1.00 vMB 99
645,066 645,066 000000000000000000053bba63527f903ebe76d18d7688fb7fe910607c97498d 1,897 1.00/1.00 vMB 31
645,065 645,065 0000000000000000000bee3f735fea7afa1e2207485369c36966ab3077ea994e 190 1.00/1.00 vMB 2
645,064 645,064 000000000000000000043e6b264f5b6e5c1f03ab259f1a69b9f1e77dc4b6c606 2,220 1.00/1.00 vMB 7
645,063 645,063 000000000000000000084350a26e03e923409b1c5776b22d4d80d6a117197b6a 2,486 1.00/1.00 vMB 21
645,062 645,062 000000000000000000091ff7ef6d83cd3053da8c4304f7ba8d18389f92ff36e9 2,812 1.00/1.00 vMB 74
645,061 645,061 0000000000000000000ac2e65ddbb73f855aa1a9b5e6d55967f6f12d13422576 2,022 1.00/1.00 vMB 34
645,060 645,060 000000000000000000042de5594a4a3e7f7efdf7918c03e8f02a55af986c0ba5 396 1.00/1.00 vMB 28
645,059 645,059 000000000000000000030ab0e8616c9b80f3cf2fc1ca0817216891d7bbff0aaa 1,148 1.00/1.00 vMB 49
645,058 645,058 00000000000000000001ebde3283585819edccaeea11f2677994ae5a139a0dc6 2,588 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.