Loading Tool

Explorer IconExplorer

Memory Pool

30,267 transactions
6.06 vMB
0.01754753 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.12/200 MB

Candidate Block

Mining Attempt 5a5e2e7602b33a0318e5c204694e500d8853d12e4ee5f5ead5f4708d8edb5091
Version 20000000
Previous Block 000000000000000000019f47294b7c2a736d2beb57ebb16b9487f81addcee4e3
Merkle Root a18be31632f5646cd6ab0cc8e5eef67ed1482f9e95062ca54653ed733d89e0c2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 124
Size: 0.07 vMB
Total Fees: 0.00128914 BTC
Avg Feerate: 1.66 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,974 (775,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,182 137,182 00000000000005d2b5efc08e41c863291a78d767202a21f6b3576adf936636c3 0.01 MB 16 400
137,181 137,181 0000000000000132986679f154a7c05cc4deb0ff12816a9e835a21b5340e363b 0.05 MB 115 248
137,180 137,180 00000000000005c234d28351e1ab13108b7c102be491b148c458556138580082 0.02 MB 53 136
137,179 137,179 00000000000002c9ca0eda30e4132d44deebfb2db87d6a8503b5f80720127a8d 0.03 MB 40 332
137,178 137,178 00000000000009caf7de182d3227241a0c6b9039ffcea9a597081ebe416994b4 0.00 MB 13 515
137,177 137,177 0000000000000826bfc5804f14179ec9bf71d9f3ab13e85ffb6c664b4ad5d6ce 0.03 MB 86 96
137,176 137,176 00000000000004a95987b9845d362639f92d89d42b1e9b30d4c0a3a1fecafa7e 0.06 MB 145 252
137,175 137,175 00000000000001474ad45e4130de31ad5e3d2b8c74cf35d9444f1e3ec671fe74 0.02 MB 36 287
137,174 137,174 00000000000006b18b7ebe6e92db47e4614f3fb8cb8a0350cc48a73fdee5cf5b 0.03 MB 46 235
137,173 137,173 000000000000027701a97f8a67d88ce73f7e17b38050cff5d53afcb888d1f0fa 0.01 MB 38 112
137,172 137,172 000000000000030e871ab1cafe60a34ab3f8595b3dd3bd02d37fd92cd63a7211 0.05 MB 133 313
137,171 137,171 000000000000090c14ce9ffc75d9de3f309bfb3520b19ed1e2a9af0dcfaf7b37 0.04 MB 103 950
137,170 137,170 00000000000009022aab1c53ac88a1c0df84bd45df22467174d6a315f534685f 0.00 MB 1 0
137,169 137,169 00000000000005234025f2a51128d399bcc368428de6106a1322fa5356c7fe11 0.02 MB 29 513
137,168 137,168 000000000000095e6994fa0eba0b74a1cbd33a9039d296e70f92d2ad9878a134 0.03 MB 59 213
137,167 137,167 0000000000000245f45d248065f9c05871e7f3d1339829127c6ed3faee8699e1 0.01 MB 8 31
137,166 137,166 000000000000041d8142725fdc6ac2f3a9fe0a1a0f1544b6c234e73300edb83b 0.01 MB 16 444
137,165 137,165 00000000000007d5b5181ed19dd7ce1355e09108360da0fdec1fa46e1d24dd62 0.01 MB 22 71
137,164 137,164 00000000000002e30cecdca85105ead80feed537ef965735c1f4a6ee868f7ab3 0.02 MB 67 107
137,163 137,163 000000000000054072afaa5b4f988b80d1ef42ded5ff0cb5e0db50821b498db7 0.01 MB 25 334
137,162 137,162 00000000000005a638606b9e4f130ffc6b980c223a22f5f167e1a3bf558693d6 0.01 MB 30 226
Previous 10 blocks ↓
Total Size: 778.80 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: 358.02 GB
    • Received: 3.20 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.