Loading Tool

Explorer IconExplorer

Memory Pool

77,362 transactions
29.00 vMB
0.06943110 BTC
Random Selection Loading Transactions
Max Size: 177.85/200 MB

Candidate Block

Mining Attempt 1e8428e84f8b4520343986c7e5ec3a2bb4ac5d71c58900d454a7a566fb321656
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 848fb99804eb584eed53ae595917b9a1e8ba198fedfdf3727c882af042450842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,161
Size: 1.00 vMB
Total Fees: 0.00621889 BTC
Feerates: 96.15 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (432,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,038 483,038 0000000000000000010cb9e55f2148029d3568d6fb9999f32f9319123d057410 2,491 1.00/1.00 vMB 314
483,037 483,037 00000000000000000085697f61c599e2475ba451a840415e4200ab77dfe4f80d 1,028 1.00/1.00 vMB 102
483,036 483,036 0000000000000000003c9fc0e32b8eacd14a6736a1a1c1056438e35484c3aacc 1,756 1.00/1.00 vMB 192
483,035 483,035 0000000000000000000cc6d6f962c56655bf559484fed9b6c49594b0f2bbb6c3 378 1.00/1.00 vMB 28
483,034 483,034 000000000000000000f6f0aff46329576b07abefd2ecbc2be1e439adb111419a 1,839 0.82/1.00 vMB 132
483,033 483,033 000000000000000000cd96b010e11384f2ac6a4430d1b0a9e47aad7128636806 2,041 1.00/1.00 vMB 405
483,032 483,032 0000000000000000002c0d67225e95784344c0a8fb80a58eb8716382fd2c84bd 1,661 0.79/1.00 vMB 307
483,031 483,031 00000000000000000025e5c01f5132bb1be50f9e316ced2a4c221f95245b95bb 788 1.00/1.00 vMB 94
483,030 483,030 000000000000000000cc656d8af721a5b29b4f2ef2fcfaf2243e5279cb619c74 233 1.00/1.00 vMB 4
483,029 483,029 00000000000000000045442dbb327a98f79ed1f4d938ca8f9ebf545a9c464857 1,615 1.00/1.00 vMB 75
483,028 483,028 0000000000000000002187d839a42cbc483575efb4054ea8b9adda6bd606e470 2,380 1.00/1.00 vMB 195
483,027 483,027 000000000000000000cde1aad6e55279cbbea3d7b32c50f14300c7650fe04f6e 2,206 1.00/1.00 vMB 220
483,026 483,026 0000000000000000009456805a855221275bf5f5fb84a2e537d70e93e70b10d2 1,714 1.00/1.00 vMB 150
483,025 483,025 00000000000000000031af0598fd923f830999398cc1a9e4bff55f3292c5d7fc 1,983 1.00/1.00 vMB 211
483,024 483,024 0000000000000000000d482d41ab92c37f1f3e48395ba220bf484eb79c490f7d 1,970 1.00/1.00 vMB 277
483,023 483,023 0000000000000000002411eb130074821abb28f854bf3566b9bf1d7f7496d52f 2,354 0.99/1.00 vMB 391
483,022 483,022 0000000000000000004d64efc13a2c446112cfee3f1db7b1788cd23ce59bf991 2,029 1.00/1.00 vMB 426
483,021 483,021 0000000000000000003f7906d1d872760d29f9bb331133245b62de22432db5d0 2,137 1.00/1.00 vMB 430
483,020 483,020 00000000000000000034ab9e3b921009347939db89b9bfc01094fa173ed0742c 2,284 1.00/1.00 vMB 303
483,019 483,019 000000000000000000488575db8b9c542d2a719a5952b646b08826bfd7c8253c 1,282 1.00/1.00 vMB 146
483,018 483,018 0000000000000000000514c0ccb62353a0ca3cc692d48446b0ffb8422ad2eac5 1,409 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.