Loading Tool

Explorer IconExplorer

Memory Pool

47,555 transactions
29.02 vMB
0.09080032 BTC
Random Selection Loading Transactions
Max Size: 154.47/200 MB

Candidate Block

Mining Attempt e7ab65a27e12994cea0a0fcdf2ca6da147d4f90bfbb9d8aac6a2158e1c2b3a52
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 175a212a93943ee20f3a2108fe933a728c494627f10228e94e2cd72db48654ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.03441631 BTC
Feerates: 151.16 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (458,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,573 456,573 000000000000000001f81364faa49441e7e7875ef4174307e779b48f1ab82864 1,208 1.00/1.00 vMB 100
456,572 456,572 000000000000000000525e72b97fbb9557b90294dae2b1fd78eb43033cf4683e 1,057 1.00/1.00 vMB 49
456,571 456,571 0000000000000000021452ecf7d72ec2945b5841674281382ad42f5b963ffdd5 2,302 1.00/1.00 vMB 167
456,570 456,570 00000000000000000243fc8440402a8792febed036dc4131e5fde231e9f28441 1,167 1.00/1.00 vMB 93
456,569 456,569 000000000000000001ad4f1cda22f1e571a9a76065f534347c2b5c5dcf40f28e 1,425 1.00/1.00 vMB 123
456,568 456,568 000000000000000001c5e0110e57c350e54cc131d10565edeca77362e7e6175e 1,302 1.00/1.00 vMB 94
456,567 456,567 0000000000000000014d79ad03fa79ac0f8e44cacf4378eda9b74b9b4306d724 2,139 1.00/1.00 vMB 138
456,566 456,566 0000000000000000011c8c5e07c0b1c4a6b90c38a15956e74fa41c5e9f306148 2,005 1.00/1.00 vMB 138
456,565 456,565 000000000000000000b00bea7562333bdf2997b6a01047f0a6ac05906b6256e9 2,045 1.00/1.00 vMB 170
456,564 456,564 000000000000000001591b2d435a605aba497f1564e05a1525962ddfccd52bcf 2,725 1.00/1.00 vMB 258
456,563 456,563 0000000000000000000971068d2dce4d099c71daae5eae555d26bdd91611869b 1,377 1.00/1.00 vMB 94
456,562 456,562 0000000000000000011e5c346c942b45ba6c9f70e528a108dad9c74583a98273 1,244 1.00/1.00 vMB 65
456,561 456,561 000000000000000001278d566be969756c7b9dc20570c1f2b69b34b9465d8863 1,000 1.00/1.00 vMB 79
456,560 456,560 000000000000000001e0364614de80d7769e9e7458c1302223d928c87ddefbce 1,142 1.00/1.00 vMB 79
456,559 456,559 00000000000000000260bfa72d7c483fd460aef079028bfd0dd3fb15168eb0a5 1,137 1.00/1.00 vMB 89
456,558 456,558 00000000000000000124868f91b92f51d76f0784618f962b415cb6bcfc174274 1,866 1.00/1.00 vMB 171
456,557 456,557 000000000000000000737f81c951bf1b3312ec6a02677403907b1ac00a8ee7f2 1,901 1.00/1.00 vMB 70
456,556 456,556 0000000000000000018f6cbc1c3154c53f0ead5471adb8467e1e6969768e1816 2,240 1.00/1.00 vMB 174
456,555 456,555 000000000000000000fe883d762ea270ec111fc0608cc9c7194e16ed23b003d7 1,471 1.00/1.00 vMB 169
456,554 456,554 0000000000000000017120f25be08731a0a0ba41c208752826f890ee0e64a9a7 2,114 1.00/1.00 vMB 157
456,553 456,553 000000000000000002082a158ba4f518e05ce6ddd96b9884758aa8b337044e11 1,386 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.11 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: 652.00 GB
    • Received: 13.67 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.