Loading Tool

Explorer IconExplorer

Memory Pool

41,182 transactions
19.31 vMB
0.17761976 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 5 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.47/200 MB

Candidate Block

Mining Attempt 64a0d0ea6ca2cbfa2f6e974876186dcd9f0c341501a47e91207de78b3362257c
Version 20000000
Previous Block 00000000000000000001cba6f72ca1b4572a60a426b4e58bb8478c5e5c302cad
Merkle Root b3bca543fe1a484a96758d45a299a7f2f54e660fc3f409edbbfdd3b2c3e9cc84
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.03741516 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,325 (647,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
265,333 265,333 0000000000000005209be3cb1fffb5f0b29ac600cea3e1540469136ce4a00b9b 321 0.17 vMB 110
265,332 265,332 000000000000000a61eaebd84df081ba44f83ad8105e2d7434cf47b7d1d60426 76 0.03 vMB 120
265,331 265,331 0000000000000007394509145e9fe0420955186db6c4a5c420f8c3ce80d227c7 134 0.06 vMB 53
265,330 265,330 0000000000000006fbc26b3bc8613c3efc45c8015944e036bf1dbaecbd518f52 812 0.34 vMB 147
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: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 127.90 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.