Loading Tool

Explorer IconExplorer

Memory Pool

78,886 transactions
29.39 vMB
0.08269195 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt f65ea9ed4d2dfa25baf9f81ba8998bcbc24b125891011b3ad58094a3381f0145
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 691c21807e173f83e8aa3601d3bb8530f265d8b2df3f9eacc4baa8b03fd75f8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.01812036 BTC
Feerates: 402.60 > 1.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (438,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,250 477,250 0000000000000000001cba553c5dd23f916ee2b74cb403f45ada3bccc481cb6a 1,938 1.00/1.00 vMB 143
477,249 477,249 00000000000000000109e9e4c2b003bed5870c167def35f2a385acbf2f5eb295 1,945 1.00/1.00 vMB 174
477,248 477,248 000000000000000000938def12bf8db8d0aa4b77485d113d50f165d539f360fa 930 1.00/1.00 vMB 50
477,247 477,247 000000000000000000449ace0251b235674bb7794712a929b48cf14c2309082e 940 0.99/1.00 vMB 54
477,246 477,246 000000000000000000fd376f763f1601b836f0690caefdbae04c5a07f1beb00c 1,286 1.00/1.00 vMB 94
477,245 477,245 000000000000000000e167993fa3b4f0f7c8d1374def802224d689d562b5ccee 621 1.00/1.00 vMB 9
477,244 477,244 00000000000000000105a21ae607f9e15204fe336e6a3f1e4676bfa0bc75719f 1,800 1.00/1.00 vMB 111
477,243 477,243 00000000000000000043c91e23c0123ae1e7cd3e4a9eabdd2e07b6cf9bfab58d 1,330 1.00/1.00 vMB 225
477,242 477,242 00000000000000000014618b8c20c435e00c6246402dcffd1d66325e3e84036f 2,359 1.00/1.00 vMB 127
477,241 477,241 000000000000000000e605b9ee49e5783d2026a30ff9b176f1317c0ff4522b17 1,446 1.00/1.00 vMB 185
477,240 477,240 000000000000000000413566b734b3f62e5dfa3f07482603a9488bad46483faa 1,331 1.00/1.00 vMB 60
477,239 477,239 000000000000000000942aa2973f81757ae77e7e9b1e3e1868ee288d47c66c61 283 0.11/1.00 vMB 201
477,238 477,238 000000000000000000d6b1e8a993717eb3ff49e33ae326c34c3ab2745f84af79 1,083 0.51/1.00 vMB 175
477,237 477,237 000000000000000000e2a277f93ab5112d8f7862a3ffd8021096423422ff423f 591 0.81/1.00 vMB 53
477,236 477,236 00000000000000000137d702c1a23b210436c2470e0674d1de0544d6b63b225d 1,241 1.00/1.00 vMB 88
477,235 477,235 000000000000000000f1136f08d2b7d48ce38d1d6ee6dcaeb60f97d572cab7d2 1,966 1.00/1.00 vMB 71
477,234 477,234 0000000000000000013ed7022b12530f1639d56abe5752decb9b28f064da61b7 2,201 1.00/1.00 vMB 211
477,233 477,233 00000000000000000134622abe93617559796001affe85a0b8cee3adb35581e3 456 0.99/1.00 vMB 28
477,232 477,232 00000000000000000003ef014b6b5d6827568dca6ee4b8629e13ef46b84c7992 1,652 1.00/1.00 vMB 48
477,231 477,231 00000000000000000136c91bdecd562f2a17fb968604ac125d2d9848ae5c4ff3 1,836 1.00/1.00 vMB 195
477,230 477,230 00000000000000000095d0a0215cfe7b33a1399949524e702a7b06df749d0742 555 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.