Loading Tool

Explorer IconExplorer

Memory Pool

79,097 transactions
29.62 vMB
0.10668887 BTC
Random Selection Loading Transactions
Max Size: 178.30/200 MB

Candidate Block

Mining Attempt ee4251787ad9c9ccab40a768c47059bd9c7e9607a9890071a9823eaac9c09a4c
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 7b93528a5e74b89c20fb2d7ed97ac319687c34e47fcb204c09d44786b0decc13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.04098383 BTC
Feerates: 164.34 > 4.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (681,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,374 233,374 000000000000004956326f4d2b2eea260c70542329f1911e3e82a10e3d62bad6 151 0.06/1.00 vMB 215
233,373 233,373 00000000000000a21bf1a1b71b7a9458470da757b45ead50e3bb558abbdc7cb2 131 0.06/1.00 vMB 150
233,372 233,372 00000000000001b998f56c5ece1a67482c344a1b9f19101b44f07eb8d0728e52 90 0.05/1.00 vMB 173
233,371 233,371 00000000000001c743c670678ce9150a587fd0d303ceea8fd50aed5d671de977 357 0.24/1.00 vMB 77
233,370 233,370 000000000000015879e26c81170a54adb79a893eea2b4fbc5ff1fc057d8762fa 345 0.21/1.00 vMB 118
233,369 233,369 00000000000001865fc36bef601df5353ef96f642ac6eb0c9834d832c180c684 256 0.08/1.00 vMB 171
233,368 233,368 000000000000004f474824dd1e370d19d927a6d879dfce8c42486000fa281904 32 0.02/1.00 vMB 56
233,367 233,367 000000000000017b8edceb1c4a65aa97008be13b10192b662be661cc6e375911 107 0.05/1.00 vMB 162
233,366 233,366 00000000000000c9a4eb9035693b7f18d6a87dfa150d81f4bec20c385de6fedf 338 0.15/1.00 vMB 172
233,365 233,365 000000000000000e4f122215b946fcfb632b679ff9cb228c80749d5bfaa9c03b 428 0.19/1.00 vMB 176
233,364 233,364 00000000000000016952b419b7495aad12cb325de3b4bee1cb584c0a4099f30e 402 0.18/1.00 vMB 171
233,363 233,363 0000000000000055a6715090b26190bddea99876feb22a9f80ca98adaab9f1a1 444 0.21/1.00 vMB 149
233,362 233,362 00000000000001b4d16ab38468ad3cc4166b78ac60f3d0c59bd09c28466c1f9e 254 0.12/1.00 vMB 148
233,361 233,361 00000000000001c13361d6daed05e93c59d4e804bba5cbaa1d2e85ef333331ca 64 0.03/1.00 vMB 196
233,360 233,360 000000000000013b6845c8634d00a625fa68dcd66c752ee8cc0f136273099542 18 0.03/1.00 vMB 42
233,359 233,359 0000000000000181f5a984dc9d99e4b48875d1d8cc883d4d9727621bd1f9fa2d 284 0.13/1.00 vMB 225
233,358 233,358 0000000000000112f799ab9a74b1003b1614efeb0fed81c84268089b7df234da 175 0.08/1.00 vMB 179
233,357 233,357 00000000000001b629c4fa7344d6f33af2aac5f75982c7d9da61f484d6c42f97 202 0.08/1.00 vMB 210
233,356 233,356 00000000000001250be7b72b0cd3daa59ccb4c1f29e31dc533deb1eabd7f5ce0 361 0.14/1.00 vMB 17
233,355 233,355 00000000000000ba29d4887c34f943d3938dbcf0a219f00b33a19df6983c029c 190 0.09/1.00 vMB 172
233,354 233,354 0000000000000196a3cc290f4a65f4abac1c0be5e7f7ef19d2d3410c6684f3b6 159 0.11/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.