Loading Tool

Explorer IconExplorer

Memory Pool

45,833 transactions
32.26 vMB
0.12783600 BTC
Random Selection Loading Transactions
Max Size: 163.66/200 MB

Candidate Block

Mining Attempt a63ad8aa8e34cae90ba25381b47a448cefb749857d36e9efc1d54d4d392e358f
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 6722a242c4a3914a7766805624a9c07d58117a82b147e13f13b2608755de1d54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,648
Size: 1.00 vMB
Total Fees: 0.05499020 BTC
Feerates: 265.25 > 5.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (471,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,389 443,389 000000000000000003c1b871f7b36d8b4ae917344c37d5a2272c96944bdd43ab 951 0.55/1.00 vMB 43
443,388 443,388 00000000000000000184ff890ead2f1048ebe037c6c3ad71e99769562cab2f35 2,316 1.00/1.00 vMB 67
443,387 443,387 0000000000000000002105482bec9150c314e07b9faf3f8167f288f59baa1072 2,171 1.00/1.00 vMB 91
443,386 443,386 000000000000000002b9866d1ccfa92b72af6bd2d930745cde501a928d287056 2,157 1.00/1.00 vMB 66
443,385 443,385 00000000000000000280bdab13548174891602012381b12c3f5b066a0c386f57 2,528 1.00/1.00 vMB 79
443,384 443,384 000000000000000002e06f89edfc738f4965832defe641b32f6b1720299180e6 2,250 1.00/1.00 vMB 73
443,383 443,383 0000000000000000020b94b8526cd54284725c21ce396ab1f18b779671d6dd8c 1 0.00/1.00 vMB 0
443,382 443,382 00000000000000000372d180a3e5a419c4d7d0e279a9fc5e695a403b901c9809 2,781 1.00/1.00 vMB 98
443,381 443,381 000000000000000001e6e6baef794e490cd69d7f2598d01affe5dd7e54b61789 1,886 1.00/1.00 vMB 67
443,380 443,380 00000000000000000350ffdf62eabeb75761547ebfe0b74d33bfff8cdd749e4e 505 0.25/1.00 vMB 73
443,379 443,379 000000000000000003ae938d452ca9a76b377c07206fef9b0ac495c265ff5423 2,303 1.00/1.00 vMB 82
443,378 443,378 000000000000000001f844d4e0d6c833d1ef14942cd46f67d923aaa2747fd26d 1,956 0.89/1.00 vMB 74
443,377 443,377 0000000000000000037c1c317e92f675624978a409edc7e7d49ae71d8eddbe22 1,733 0.99/1.00 vMB 59
443,376 443,376 000000000000000002a0270d494c2b6bf1459fd43fec1691a9e5027d9a3dae67 2,370 1.00/1.00 vMB 82
443,375 443,375 00000000000000000206d16e5632a7c8a7bcbbd5c4b7689b678e32a4233c3b26 2,286 1.00/1.00 vMB 79
443,374 443,374 0000000000000000002e227d3ae48702b09459a0d543f3657000169497a5973a 1,808 1.00/1.00 vMB 56
443,373 443,373 0000000000000000039392dee934cb45ad3ae5ec8b8ef0c461d67fdcbe3e8e33 2,344 1.00/1.00 vMB 96
443,372 443,372 0000000000000000029a7ee8eb90c47cfcb3e3d877428ed85a3251719bf65ad7 1,045 0.61/1.00 vMB 43
443,371 443,371 0000000000000000011500b6643974f076bf1d4a484749e614ee9b1a602b7153 2,619 1.00/1.00 vMB 94
443,370 443,370 00000000000000000364ad62f119d99ea825b40466289c43bf2cb746e49f1b64 10 0.00/1.00 vMB 407
443,369 443,369 0000000000000000032a3f8315f0b97ae42d6c68e4574c9e5e265abc97373b21 2,468 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

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