Loading Tool

Explorer IconExplorer

Memory Pool

43,011 transactions
19.37 vMB
0.20035085 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.81/200 MB

Candidate Block

Mining Attempt d2b9087917461c061c244eb9905f9eb7791bc084f20ae800864ee1a8a87c749d
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root 957ec00c3862bbaf311f4ded72940fe2c81aa1c8809b9c97c556ba5ba974b9b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,317
Size: 1.00 vMB
Total Fees: 0.05568259 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (647,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,354 265,354 000000000000000ced16266daae083b73edf928bace8be01074e8d8d5ba81261 327 0.15 vMB 63
265,353 265,353 0000000000000003e4d33f78af2b0d25fd7aebc6bfcd293860d9943ff531d990 425 0.21 vMB 32
265,352 265,352 000000000000000e3e809f4fb67c782ec8c0f6165045e522d1698fe782b50e5f 495 0.25 vMB 116
265,351 265,351 000000000000000b83b532c1ab51ade2c2aca914fac9ae0c21cd40f7c0956161 573 0.25 vMB 181
265,350 265,350 000000000000000365940469b5ff9d3f73cd9b1eb48a618bebdc922f3e337105 270 0.25 vMB 72
265,349 265,349 0000000000000008097807867e46399702e412cc738c30fcdc891f60cdb62c85 496 0.23 vMB 121
265,348 265,348 000000000000000a53c17f3837f4a9b058eff44a8e0691074253214db196496b 78 0.13 vMB 25
265,347 265,347 000000000000000f70a3a0021ce1031ae8eafb92467fa8fa9834ef965ddc8215 33 0.01 vMB 76
265,346 265,346 00000000000000025cf35f0710a90717481295c7026dc291d08a1c37981b36fe 36 0.02 vMB 70
265,345 265,345 000000000000000ce8a90d7acae30db8bcd6be05df3c30bf8dcac127ea8bf61e 147 0.15 vMB 43
265,344 265,344 00000000000000078e2ff6c179212b73df2b65c1802ad5060aa8e57095373638 62 0.04 vMB 85
265,343 265,343 0000000000000009e1ac964981d72735eb44f6cb9cd8c43a4686602a9f1a900c 126 0.14 vMB 40
265,342 265,342 00000000000000023c5e25b99770242110a1ae810b3eedc8fae5180f607fc556 341 0.15 vMB 60
265,341 265,341 0000000000000001c85511432d70eb326ecabd6ef7b8de28e58d619da73a3ba8 453 0.21 vMB 115
265,340 265,340 000000000000000f3d996cd07d3e76ec2e659c67ba75004d82ace702001f4f87 284 0.12 vMB 95
265,339 265,339 000000000000000c5e8d9d4bafb98d575745ce4f373c06970383868543320189 135 0.07 vMB 45
265,338 265,338 0000000000000003fe9f61cac98a98162daf1d947cb3245fee0ea9879385db95 59 0.03 vMB 61
265,337 265,337 000000000000000af10538f2e5b243a783719fc9c42110bae87e3c278147b858 512 0.25 vMB 120
265,336 265,336 0000000000000007b769e6ac1e9bc1466765f9bade5187bd2876564502430374 599 0.28 vMB 129
265,335 265,335 000000000000000d5c9886fc1110e69fab77f11b5dc3f0056cf6164c25d8c8e5 1 0.00 vMB 0
265,334 265,334 00000000000000094c0f7d0ab5ae9ad72aa688864fd04ce99b4ba91f2e8f8cc1 273 0.17 vMB 76
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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