Loading Tool

Explorer IconExplorer

Memory Pool

20,635 transactions
8.98 vMB
0.03785763 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.97/200 MB

Candidate Block

Mining Attempt 2c20f5ecc4faa4fb98781bbb3f3ae446f33ca03977c3facd6e15141aa66540f4
Version 20000000
Previous Block 000000000000000000002c2efa54a933667be0a2843a47329deffa95222ea700
Merkle Root 2d1123b7919e4b7c024afb62201f6c5e9ee37c97f82d24ca7613934986563798
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.01782568 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,393 (652,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,734 260,734 0000000000000000345ae763953cc3871b928c0b918907316a51ea851c7f2035 74 0.03 vMB 67
260,733 260,733 000000000000000dc91fbed42c5f47fee2760300982b1187163bb3fbdb79b0fa 433 0.20 vMB 105
260,732 260,732 000000000000000b9054a1115223a0102e5c42ee18a61aa70dc6fb66f67593ef 227 0.08 vMB 119
260,731 260,731 000000000000000570b11faa916c555c46d3f898f049b9b49d0b65f0f399837b 143 0.06 vMB 101
260,730 260,730 00000000000000003861a5f76130c8e6e5234f2eb56ce4c05d118495d9d0adf0 29 0.01 vMB 121
260,729 260,729 0000000000000004d9e25363dfb642e9e53f81f7df61913997286aa64e38d2f8 131 0.11 vMB 56
260,728 260,728 000000000000001a24879e508b5b34b11517cc049f25100a152cb86eac508c93 13 0.00 vMB 109
260,727 260,727 0000000000000006f35d63f58eabf674f8575c01ec30be0f7718c9da8bc501a4 109 0.11 vMB 46
260,726 260,726 000000000000000b54ab85429e9ed87691f0424f008cba6ff7879305fae97d2f 144 0.06 vMB 83
260,725 260,725 0000000000000017cb912fd5c573dc055063b8b1662dac97dad98890e8e19ad1 118 0.05 vMB 76
260,724 260,724 000000000000000113a446017d0ac9a06db219a5d72f1fa58541b9e70c26393f 543 0.21 vMB 126
260,723 260,723 0000000000000008a1b12beae246818af623ebb14f39926250588596026c32f2 240 0.12 vMB 113
260,722 260,722 00000000000000167707a858d871779a8a6ab619a151a0c94f022dcd4903403d 25 0.01 vMB 85
260,721 260,721 0000000000000015c6c5975159af5b69b33d42a2bf1664c7bebffafc879ba55a 369 0.14 vMB 131
260,720 260,720 000000000000000f18e86bdd6ee37502293f7a4e599794a0056253c7c0e13e7b 348 0.13 vMB 101
260,719 260,719 000000000000000993badcbc43cf07d864ab925f3200c649055c7ac00a538b7f 547 0.21 vMB 80
260,718 260,718 000000000000000c2cf6c4933d5212146ecd9b3a1927aca5a83ecd9680262cda 693 0.25 vMB 138
260,717 260,717 0000000000000007bdfcbd93ce0b42444c9b1910224034983f33b6af66f2dd39 154 0.06 vMB 132
260,716 260,716 0000000000000011caf75e34b76ea0b3bc7d4acec5f92294331a7c9ff76081e0 62 0.03 vMB 91
260,715 260,715 00000000000000012dad00264fefba32a534a86c50cc1560e64d99835ffb4a46 215 0.09 vMB 109
260,714 260,714 00000000000000110531e3a2994a2aa4da25f6a22d9112c2c4fed14c1eefe25f 23 0.01 vMB 61
Previous 10 blocks ↓
Total Size: 779.55 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: 255.11 GB
    • Received: 0.97 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.