Loading Tool

Explorer IconExplorer

Memory Pool

28,868 transactions
7.89 vMB
0.07853430 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.60/200 MB

Candidate Block

Mining Attempt a6103d43faef171fff62b1ba53253abce9d8749bda65e59b296020dc34f60e92
Version 20000000
Previous Block 000000000000000000017cf0f023d4d9c937ea3a46b4cd4667499a7767398f37
Merkle Root cf69e1957801061cc96b213aa998f31f0825fdce553de4d1428702d86c057080
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,756
Size: 1.00 vMB
Total Fees: 0.03549643 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,210 (664,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,517 248,517 0000000000000012096ce1b0fa43048e240e69a41d14d319c5049c95e4121b1b 0.25 MB 582 141
248,516 248,516 000000000000006a1bcb860fe263388c38cba10970f03287ab346bdd01770f58 0.07 MB 128 108
248,515 248,515 000000000000002cfd90e8ae46a0e5c9c2fe3cf749c4ad360452f18b335ff5ce 0.16 MB 256 54
248,514 248,514 0000000000000018b2e37ff81bf4e646c33983f0c56312927982f82bfc7095fd 0.09 MB 204 153
248,513 248,513 000000000000006aaae5746a75a0d5dc40152a38a32fe75f4f9de0ef8df75e78 0.00 MB 6 430
248,512 248,512 000000000000003ac16ae71872b518ed6ca5f6799660d95b7f3de2eadf2d5e13 0.02 MB 43 103
248,511 248,511 000000000000004c343e291f186853fb41b81537840789050f5e9766c20dfd2a 0.03 MB 59 119
248,510 248,510 000000000000004f017e8f732155e36c5703716d4a53e5cf29ec69f46d2c4d8e 0.04 MB 45 39
248,509 248,509 0000000000000083dddf981bd05c9157ae0930012d330208ae66b8d1c1a00d3f 0.09 MB 167 109
248,508 248,508 000000000000001b576e58fd220fad509eaf8fcb67999302184158a8e2155d18 0.20 MB 423 138
248,507 248,507 000000000000003a709b152cceacafea0d5ba727ef36526fbe549bfb49d3c524 0.10 MB 180 56
248,506 248,506 0000000000000082b6dccf9a57ec92e18d35f498b94b400e3373efecebfdfe55 0.17 MB 373 111
248,505 248,505 0000000000000040e56ce01b92dbb1a6e6b2a8fccf80fd77d38acc75df8fa691 0.22 MB 512 150
248,504 248,504 00000000000000472e12504fff449f877af9be67db8d9a39999533659c2df320 0.25 MB 356 62
248,503 248,503 000000000000006f33d59098935eeb137acbcd2bf2b3018386d8b1b30681ce06 0.25 MB 753 233
248,502 248,502 0000000000000030c6537ffd814c340377a933913b838e05781677e148d98115 0.08 MB 128 50
248,501 248,501 0000000000000069366f1462ab9fed9c40f788d9e74f1f67c209da20db6122c7 0.04 MB 72 73
248,500 248,500 00000000000000588576e7948161039aef0534dbc2379b34eea05eb6980946a4 0.01 MB 25 74
248,499 248,499 0000000000000063aa87bf69ea59ddce446fb46f04666991e2c06b992de55766 0.10 MB 198 116
248,498 248,498 0000000000000071cf1eff06823811bbc8077b7ce64709ed87cb0fec1b78a0d3 0.15 MB 299 105
248,497 248,497 0000000000000022f5da9e2eca63cf296bb4448c987a382f76a9b35f9022f63d 0.01 MB 21 206
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 19.51 GB
    • Received: 0.39 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.