Loading Tool

Explorer IconExplorer

Memory Pool

75,782 transactions
31.03 vMB
0.10202302 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 02963279701929b0c7a95c6934b6138d3d56e19089c1ac2abb51a7e1770b9231
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 09377bac74942c955e7125ab8b79557f3e2d5c93bfeeb6f1fc59df854167a06b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,491
Size: 1.00 vMB
Total Fees: 0.02125270 BTC
Feerates: 301.35 > 2.13 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (685,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,651 229,651 00000000000001eb6c541c20ceceb9aef33cb529f63c49f020ded43e1d060c43 341 0.25/1.00 vMB 76
229,650 229,650 00000000000001a8be9a3c145a0186f7705e3b527c16f3fe83e583e87abec3bf 136 0.25/1.00 vMB 26
229,649 229,649 00000000000001ffe371f53b091f7f9b593c2842331cf4c43aec26f85790b4d1 568 0.28/1.00 vMB 168
229,648 229,648 00000000000000508201b990e8b23d55c4da976e8c3436609e1768ff800a150e 852 0.44/1.00 vMB 148
229,647 229,647 00000000000001f19309b538e3e06300ba04c130fca6577bc4baabd330f6aa28 1,150 0.47/1.00 vMB 178
229,646 229,646 00000000000001df4a07cb246b08bb7613cc0d8d1e2d61f6e815f1f287c458a9 649 0.25/1.00 vMB 204
229,645 229,645 000000000000014bfb408108cd93f34a3f560d587416f86a5f82e7ae9d6dda47 328 0.10/1.00 vMB 21
229,644 229,644 0000000000000081c1ca971ed42009b2b3a78dd95d58e4e1fe97a21b6f0d50ee 446 0.20/1.00 vMB 208
229,643 229,643 00000000000000c0d788868aefab46f71ffdecb5ded067451bd530b3352777ca 5 0.00/1.00 vMB 550
229,642 229,642 00000000000001a3d867ba900753abf56879e9a3129e107791b079a02ece1ec8 318 0.27/1.00 vMB 58
229,641 229,641 000000000000000b7d033155cac7de574a2c551d3eee72ccb5a5f65b66a6bb24 735 0.25/1.00 vMB 219
229,640 229,640 0000000000000094646a8f6d078e27708b5af0dfefb6dcb6bd8bc82bf2f06012 461 0.24/1.00 vMB 134
229,639 229,639 00000000000001ffaf85b806833335675ad154b9c44ba3090c95b3eba86a62dc 311 0.16/1.00 vMB 152
229,638 229,638 0000000000000195407622ef14b1517f5b95de95ac4b4013be97bfa35f0047b2 482 0.20/1.00 vMB 194
229,637 229,637 000000000000010a7c00154f5f77c21b90212a4edc15eb3a061c32fb8537cb69 45 0.08/1.00 vMB 70
229,636 229,636 00000000000001b2dfb338a36e629060971404d2a1cb7b07906fa75ffb108d24 582 0.25/1.00 vMB 299
229,635 229,635 000000000000025179383294e9001b70b4a6060b150bd9ad8a116976d53a099f 382 0.15/1.00 vMB 332
229,634 229,634 00000000000001e2d5ee96e8ff93010d7982c587f37e6ec2de7745ba5fe6a92a 325 0.10/1.00 vMB 97
229,633 229,633 0000000000000070a4f9e9ff7b0696e20abf0b8dab626bcec8c81846cd4f3374 178 0.07/1.00 vMB 183
229,632 229,632 000000000000016d771454b613e260919db1e54cbb5e8b9e16fd3e0489f813f5 158 0.08/1.00 vMB 180
229,631 229,631 0000000000000259ac26379b42f100014cc55bea0688b3b54cb8d9d4759523a0 122 0.06/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 783.12 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: 739.22 GB
    • Received: 18.62 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.