Loading Tool

Explorer IconExplorer

Memory Pool

53,600 transactions
31.45 vMB
0.10561160 BTC
Random Selection Loading Transactions
Max Size: 169.55/200 MB

Candidate Block

Mining Attempt b499b7d5510b2f16d3fb3c12388bc573ef2d58f069aea56223960f2f0d1074c9
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root f83cd79d25411b0e17edd462564c6eecf57b3124ee12fdf847408d38d2f4d67d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,125
Size: 1.00 vMB
Total Fees: 0.02414934 BTC
Feerates: 18.19 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (641,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,097 273,097 000000000000000389ac6d5bd6b25658da6c5b268fea06f5af48e8fa00c81e8f 575 0.29/1.00 vMB 46
273,096 273,096 00000000000000029bc918758e3795c8e107d46bffc8ddc78f122e4c5ab24a6f 234 0.13/1.00 vMB 8
273,095 273,095 0000000000000003979d264acef9b066c4aa19d43f5aa0150545965c3000fbbc 443 0.19/1.00 vMB 53
273,094 273,094 000000000000000553d9b8bf0d8472533f695e92a8f731ac99ca8313593ca480 96 0.04/1.00 vMB 24
273,093 273,093 00000000000000060f4d2efe94bc41c56706d0eef0c0a26534bb38f11007ff0f 181 0.10/1.00 vMB 37
273,092 273,092 0000000000000004042dc40c7b9bb5fb5555a65bea41f6105620b9d3a77db42e 633 0.33/1.00 vMB 45
273,091 273,091 0000000000000003c7ca1e4e862ea9c44034de211b2a4296e5c4a60531e6fe80 70 0.03/1.00 vMB 21
273,090 273,090 0000000000000004357b558bd799c648ea110b70257d76cebac9fbd9af8b2a10 234 0.16/1.00 vMB 33
273,089 273,089 0000000000000001d2d2e29f17d0cc50eb20d10c00520263ac98e41fdd4f5a99 474 0.19/1.00 vMB 58
273,088 273,088 00000000000000029747701ed582276a90b25cdcacdfdb55e69827b12a63c94c 368 0.23/1.00 vMB 44
273,087 273,087 00000000000000043c2287baaac1cfb75190ba70815a356d5e7a352aad87ee00 351 0.46/1.00 vMB 18
273,086 273,086 000000000000000514825b55e745c10d4a190ce711414c4385a67ab3c8f845d5 932 0.49/1.00 vMB 47
273,085 273,085 0000000000000002e3bf94b0cf9aaf06b07f47a5c6db3dd0cef09a33243bf460 342 0.16/1.00 vMB 40
273,084 273,084 00000000000000028f7bb8f2cee29c1e5680c1d82595623fa0fcc1df571d9e57 529 0.21/1.00 vMB 58
273,083 273,083 0000000000000002e5ef07a20c9a2b25c518ab549c77092df41d67abccb092e8 171 0.15/1.00 vMB 32
273,082 273,082 0000000000000004b416c4c3093eb2ba8429f61cb841eff1354ce27e9550bb14 533 0.25/1.00 vMB 43
273,081 273,081 00000000000000050069b090dbb839d1551260c8665e49244624a49111680c26 237 0.29/1.00 vMB 20
273,080 273,080 0000000000000003d2253d29a7765b9fab1ea9a67651c1720161358f63e7f971 905 0.50/1.00 vMB 35
273,079 273,079 00000000000000013ca92ac7c6488e4244a83b0d24b70e302e6ea8846f693394 654 0.25/1.00 vMB 56
273,078 273,078 00000000000000060f2ba908f94fb56719e183813d52f4e01c2e19253b66c527 1,346 0.50/1.00 vMB 67
273,077 273,077 000000000000000317b1466d0f19db5c8ce96a6b8d88f2b32bd51412142537ca 685 0.25/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.