Loading Tool

Explorer IconExplorer

Memory Pool

47,076 transactions
27.90 vMB
0.12921551 BTC
Random Selection Loading Transactions
Max Size: 146.38/200 MB

Candidate Block

Mining Attempt 0828bbf48dbb9296f61904a774849314cd5e8f1ac62f64f95a78b4e26ac30f4f
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (152,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,482 762,482 0000000000000000000587b32e5f0b4eb1b476cfd234281b28ea56db3e751cfe 2,455 1.00/1.00 vMB 30
762,481 762,481 000000000000000000056d19a44a538ec3e8feef9ff9d49bac1ab77622bd43df 1,840 1.00/1.00 vMB 23
762,480 762,480 00000000000000000005bda58afdb7ebf4714357db66fe68143359ac664f3d00 2,146 1.00/1.00 vMB 26
762,479 762,479 00000000000000000004ed34abfc6662b7d67e465b2c78f1b591bbd355f4f8ae 2,683 1.00/1.00 vMB 53
762,478 762,478 00000000000000000003a38b4b31eec08c27f0b034159b9ff56d053af51deabb 2,442 1.00/1.00 vMB 30
762,477 762,477 00000000000000000006d93f79fadd7a391cb6aab76ae0a2ebe7dae3a037906d 2,578 1.00/1.00 vMB 36
762,476 762,476 0000000000000000000171b7f72b56b0bffa059c0dc0f6cfb9c6dff25e1c2c13 1,984 1.00/1.00 vMB 16
762,475 762,475 00000000000000000006b65bc2d35161fbeba951340ecdaf6a1d493aa4110b69 2,892 1.00/1.00 vMB 19
762,474 762,474 0000000000000000000011c99d06c4f9d41ddbfa43a7430cfd776b45dbc7b7c8 2,748 1.00/1.00 vMB 20
762,473 762,473 000000000000000000018641175ee267425fefec4ac37ca3124c2852d7327eb9 2,462 1.00/1.00 vMB 29
762,472 762,472 0000000000000000000792fdff6a5e03c1257c4788feb91477995a780d3e2be2 3,051 1.00/1.00 vMB 33
762,471 762,471 00000000000000000001eb6e5fb4bbee53a816319986a122d77aaa3c7d847329 2,702 1.00/1.00 vMB 28
762,470 762,470 00000000000000000001177ff462084b7716324827b5740b2205359082ecae0c 2,281 1.00/1.00 vMB 31
762,469 762,469 0000000000000000000628162668a256df0d284ad649598003503150d98c35e5 2,516 1.00/1.00 vMB 31
762,468 762,468 0000000000000000000763b5a759bce10fbb5aa61868c607958cb5d6b6b67b8c 2,760 1.00/1.00 vMB 28
762,467 762,467 000000000000000000030e1419f6a0fdae3fba05ee0a775b070d6c7c0116c6d3 2,357 1.00/1.00 vMB 16
762,466 762,466 0000000000000000000362d8ad0c8b8389d2bba53c208900bbf5668c39f93968 3,232 1.00/1.00 vMB 25
762,465 762,465 00000000000000000002012cd17080da8dd6ae00b17766b0b609a62e6f0c2971 2,368 1.00/1.00 vMB 31
762,464 762,464 0000000000000000000481313735722be31b0bc210acea3929f0650e081ae0e8 2,543 1.00/1.00 vMB 21
762,463 762,463 0000000000000000000114eaca0071fcb4f154f11ab17ab34a30740788d03d3c 2,495 1.00/1.00 vMB 27
762,462 762,462 00000000000000000000ee42fec4cde6c3aaa9995cc339e6a52c6dbdbcf993d1 2,968 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.