Loading Tool

Explorer IconExplorer

Memory Pool

40,010 transactions
26.00 vMB
0.06602657 BTC
Random Selection Loading Transactions
Max Size: 134.95/200 MB

Candidate Block

Mining Attempt 7bd943967b784361df6734907c4d48eb66cecd38d870c7f67eea937ff90c20e5
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (417,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,222 497,222 00000000000000000082429c2698044ba66e8a37278b5bdf4e12672728b327d8 2,375 1.00/1.00 vMB 170
497,221 497,221 00000000000000000058c30296bf52ff3c2e0157ab58b1c8771f60be162a4157 2,198 1.00/1.00 vMB 209
497,220 497,220 0000000000000000002ed42590f15fad0d535ebe107283ea8c45038803b6cca3 2,119 1.00/1.00 vMB 97
497,219 497,219 00000000000000000056f2c9590e42be64fc1276f0bd576a1dbdedc307b6d98c 2,390 1.00/1.00 vMB 184
497,218 497,218 000000000000000000207251b4fa43ae1a1dd823530055a882ae6687086169af 2,212 1.00/1.00 vMB 80
497,217 497,217 000000000000000000952ae9cb38335745a7e279966c8f8e440e71a845b03da9 2,536 1.00/1.00 vMB 107
497,216 497,216 0000000000000000008076b4a10419a17fbd26e4f18da24d6051dd263ea68214 1,515 1.00/1.00 vMB 134
497,215 497,215 00000000000000000012b2a215fea172e0b245e0ffd3bf639d5d2144b7917ae7 2,265 1.00/1.00 vMB 197
497,214 497,214 0000000000000000006e32199678ed2cf9fd786365c74576edd7e969b6e31bdf 2,810 1.00/1.00 vMB 30
497,213 497,213 00000000000000000018fa5959d4d255b825e880f2ccd952411d8a610e4cf14f 3,063 1.00/1.00 vMB 49
497,212 497,212 0000000000000000004e386c245c82c42fb993deecf516464ba30aaab2c6b9f1 2,474 1.00/1.00 vMB 69
497,211 497,211 0000000000000000004416a461653351bc60ef9a90fddaacebc141b627ec43ea 2,258 1.00/1.00 vMB 147
497,210 497,210 000000000000000000bed8a77b491da8e01e0a8b1943018a428413ef57504ad2 2,657 1.00/1.00 vMB 137
497,209 497,209 00000000000000000046ae834d8db11c6892d8cac23178448fc1e6cc61e89b2b 2,084 1.00/1.00 vMB 149
497,208 497,208 0000000000000000004c2cee8ebeb77a30f58438f723347f8bdc7dc5c6020b75 2,649 1.00/1.00 vMB 162
497,207 497,207 000000000000000000b41bd9306ac5f21340f8e704e861695ca0d7274257b852 2,441 1.00/1.00 vMB 119
497,206 497,206 0000000000000000007d121d1798261eb32384467f5e8d89cb9fb6abdf58b978 2,801 1.00/1.00 vMB 159
497,205 497,205 0000000000000000007a9bdc6d222950a03fc8f52be4caa8db2ad8f8f25d5bb1 2,374 1.00/1.00 vMB 161
497,204 497,204 00000000000000000051990bdc65457f6d82f423ff8574d3c0640f706eeb8fc6 1,803 1.00/1.00 vMB 163
497,203 497,203 00000000000000000074358cfbc50039b1d70c0d688607f5dc92bd7b62938dc7 2,315 1.00/1.00 vMB 178
497,202 497,202 000000000000000000b8946762b0e74ccdc475571250768c30f315af0bbd4024 2,251 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.