Loading Tool

Explorer IconExplorer

Memory Pool

48,972 transactions
30.49 vMB
0.09307241 BTC
Random Selection Loading Transactions
Max Size: 163.12/200 MB

Candidate Block

Mining Attempt 757f62028fb4f54b51f88e310c680ede3894f8ce5b705d05b66cb2aab4eeadb1
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 93e7d5383889b9a4615b589e1034d4f6c67f0d56a7f392f0033feb6ea9bcea94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.03054683 BTC
Feerates: 101.56 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (676,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,930 237,930 000000000000011f5883a44671f7219ebec599d479f36f179454e1394f450252 305 0.19/1.00 vMB 112
237,929 237,929 000000000000007e74b423485fa0479dc4e36d1bcf61a1c5c6a36eee58d106c8 782 0.25/1.00 vMB 267
237,928 237,928 000000000000002258c9d3ccbbee0f943a77941e9f5c005bee3cb657f7465029 13 0.02/1.00 vMB 27
237,927 237,927 00000000000000c34b52e70d25b5d15d3d94579e64d45179ebf8803a49d9e05b 31 0.01/1.00 vMB 213
237,926 237,926 000000000000002556e11ee747a0145866192e3139b569083a5df273cb5e94d6 58 0.03/1.00 vMB 157
237,925 237,925 00000000000000a709d39dcb3c4ebae1438616c4d7de4018ee72a3d56c1c77f7 75 0.03/1.00 vMB 185
237,924 237,924 00000000000000352c3b91135ed95cbf1cdb99e60536343ca0c4898da586d576 289 0.13/1.00 vMB 183
237,923 237,923 00000000000000f258815b8f30a9f4c6db01dd6280061ef495895a6f882ce7f2 251 0.12/1.00 vMB 170
237,922 237,922 000000000000014581fa6c31f5e6165a53e7bcb49310637712ca26797c2a60f5 454 0.25/1.00 vMB 158
237,921 237,921 000000000000001fb12abf2cb7b2efc7e9af27352fe54c49cd4279a77e3dd8f5 591 0.25/1.00 vMB 192
237,920 237,920 000000000000011d81627525cd9ec28881669d71a75526f37d8e581fd251fec9 537 0.24/1.00 vMB 184
237,919 237,919 00000000000000f8b1782691c1eb154eaa56a799dc7f96bdd88ab8e29b1c568f 15 0.01/1.00 vMB 88
237,918 237,918 000000000000000e655f0ae72dcaca5552e9ce984d548b82328005dc66b50960 413 0.18/1.00 vMB 182
237,917 237,917 00000000000001358721466bd0c56efef2e44eef2d9c0bdfdef3f7a0f182d87c 180 0.08/1.00 vMB 160
237,916 237,916 00000000000000eb490dfca51d6f57bef031c71ae971a676a0f30613b73cf87b 224 0.10/1.00 vMB 184
237,915 237,915 000000000000008bd0587f80a1177654c7586c44a331b4ef027c0095a0518ac0 155 0.06/1.00 vMB 130
237,914 237,914 000000000000006c78c5d0ccdae61fa3ed0c8d0d31b8ac19826fe9451e53f40b 494 0.24/1.00 vMB 183
237,913 237,913 00000000000000f096cb2195e488a5dc869f4d9e5b9ba8c1e9e2f100de37e758 35 0.01/1.00 vMB 155
237,912 237,912 000000000000011944bdf7c1c6918a7112fdaa159c4b1bbe6bdfc91674e2ab3e 88 0.05/1.00 vMB 129
237,911 237,911 0000000000000117b485b3aa92ff9f4e44d89f311ab2c7a2da27041d12258e55 56 0.11/1.00 vMB 16
237,910 237,910 00000000000001469e9065e606ee7517071e60576f5031a59013186a49eb942b 241 0.13/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.42 GB
    • Received: 13.77 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.