Loading Tool

Explorer IconExplorer

Memory Pool

27,799 transactions
24.43 vMB
0.05031128 BTC
Random Selection Loading Transactions
Max Size: 120.41/200 MB

Candidate Block

Mining Attempt 1cf799a46df3a1296248c571d694c735944bac2b3ce10d1fe3e465c422a2b7f3
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root a7224d7fb5f820b6e989d6f05a022b9ae1d2df5115fe611866443b13182725e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.00700374 BTC
Feerates: 73.20 > 0.70 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (458,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,430 456,430 0000000000000000025fb89f4a7ca669fca26ea77d2a3925d9e16eacabd75219 1,024 1.00/1.00 vMB 93
456,429 456,429 000000000000000000be1704d10ebc28a621bff6dc534c8db94f0543f7561e68 1,909 1.00/1.00 vMB 67
456,428 456,428 0000000000000000001ebc8d19940a78ec0a8f476da5100b0b5de8d3bf386aa4 2,324 1.00/1.00 vMB 65
456,427 456,427 00000000000000000053b97218b42da02b70d169ac7b646751e61359ba205a44 1,261 1.00/1.00 vMB 93
456,426 456,426 000000000000000000af45702fdc3196afcbe8a24106995e0823d388917a1281 1,885 1.00/1.00 vMB 191
456,425 456,425 000000000000000000980d82476df081ef7fc2a066ee9bf2bfb630b9810b0ac4 1,755 1.00/1.00 vMB 125
456,424 456,424 000000000000000001f737406b476205e1eb65d6ac943ef12e6f32593fc06b74 2,010 1.00/1.00 vMB 154
456,423 456,423 000000000000000001b36e829c55278ed5ab6f166519d15b39ffd60d9fc46514 3,102 1.00/1.00 vMB 114
456,422 456,422 00000000000000000090a5a00141d230ec35b897273a676801585fb66e797b0e 1,595 1.00/1.00 vMB 130
456,421 456,421 000000000000000001b45f5d6b130e0c1da7be0a5c828e2ac74478732a8ed666 2,152 1.00/1.00 vMB 190
456,420 456,420 0000000000000000017e7dcc3a1c9cf81cfe1b40ddb083b966be4d0c437dfdd7 3,031 1.00/1.00 vMB 149
456,419 456,419 00000000000000000237a0e3e667b4edce887051ec7b08f8265045596aad5741 1,641 1.00/1.00 vMB 140
456,418 456,418 0000000000000000021dbd6c7246f0a11bb8b89e0e54b2f70f6fa2a063de2230 2,242 1.00/1.00 vMB 194
456,417 456,417 000000000000000000d4ff3f4041694dce6fc02aa84da2a798cfe25a93d966c9 2,842 1.00/1.00 vMB 288
456,416 456,416 00000000000000000016abddb951bd760315d554ff2bc84e356e4705b3428511 1,768 1.00/1.00 vMB 183
456,415 456,415 000000000000000001c177334260a4950cd2b25bf6f89afcfd3181d971202d29 1,986 1.00/1.00 vMB 138
456,414 456,414 000000000000000000c862edc6ec3ff124eb9571ef06226fc34fcac037d19d0a 2,278 1.00/1.00 vMB 190
456,413 456,413 000000000000000001dbac8f73991b934f8df3f3e6d2f56d5382ecc8983cb476 2,477 1.00/1.00 vMB 217
456,412 456,412 0000000000000000009891ddab79aa493b9d5cbd7dfdc30fccc9f6c8832630cc 1,799 1.00/1.00 vMB 148
456,411 456,411 00000000000000000194f44dc32ac1201232ea17ce2047d9359da4b88f63ecd3 1,462 1.00/1.00 vMB 106
456,410 456,410 000000000000000000bf6c11eb2ef9c004f4580bf59d2f7df21dd306afbc42cd 1,706 1.00/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 781.86 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: 641.77 GB
    • Received: 12.52 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.