Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,255 transactions (0.44 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,698 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,697 (132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,565 910,565 00000000000000000001ce80ffe65903b52e69f5fd8180a7285229413f2ef35d 1.64 MB 3,207 2
910,564 910,564 00000000000000000000de70b2ddf96364e7663f174a6a54d4230e2294402b55 1.67 MB 3,107 4
910,563 910,563 00000000000000000000fcf7da8df993497297b43004ca1aef088d9b0992e9f0 1.69 MB 4,667 1
910,562 910,562 000000000000000000018aae9fe0264a5036e8ff8bc544e411968d21fa92378f 1.31 MB 2,529 2
910,561 910,561 00000000000000000000dabe05003731819eff6cd516482ffd1de5a263b8277c 2.04 MB 1,315 0
910,560 910,560 000000000000000000009d65abac26f131d7761a951b8199055769650d19b2d6 1.72 MB 4,725 0
910,559 910,559 00000000000000000001d93528fe9feb0cb16318bf37d19626ff7fef2fb7fff0 1.70 MB 4,809 0
910,558 910,558 0000000000000000000175a86244a5131ea5456b54a9643b6e08fc14dee69994 1.66 MB 5,604 0
910,557 910,557 00000000000000000000706f8594a4e3d63ff5413eb4cc78de164373c0ec8a39 1.67 MB 3,156 2
910,556 910,556 00000000000000000001dbf3cdda6f11435d7f0fc6848fff286ea0b1e12c3c70 1.75 MB 4,820 0
910,555 910,555 00000000000000000000428a258e75637758a8a9ecfc0b1f1965da61fe4c6fa8 1.30 MB 2,382 3
910,554 910,554 00000000000000000000f548bed3e36744984bb74188b7b116f7472a41fc9ce5 1.60 MB 2,926 3
910,553 910,553 0000000000000000000093f1ec462e1e2b73ffb276c0fc7a4470e5171cc00ea4 1.88 MB 3,329 1
910,552 910,552 00000000000000000000895d95a05722981ddd2352fe03088bf3db54364d3480 1.72 MB 2,993 1
910,551 910,551 000000000000000000011fb9ac884918f3a833339df50d7873090a043673ca29 1.59 MB 3,408 2
910,550 910,550 0000000000000000000094d5be34b6c95a7fddb58ca37fbf06ac33d6b653bdf4 1.46 MB 2,357 2
910,549 910,549 00000000000000000001153b303391b0346be3459fa5c0afffbec54b3e31c780 0.66 MB 1,139 2
910,548 910,548 00000000000000000000392a04a016e654e022fc63208d47a79abdec65544283 1.60 MB 3,862 1
910,547 910,547 000000000000000000009a96359c7f5bb60209a614459584c687e7a4b2e14759 1.48 MB 2,549 4
910,546 910,546 00000000000000000000cad7aa47416e2e0322fd9b48374ad43961cde56f8710 1.74 MB 3,487 1
910,545 910,545 00000000000000000000801adfccb171f340b0e7e89ab4f0648f3492c70280d3 1.73 MB 3,003 1
Previous 10 blocks ↓
Total Size: 774.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,289.90 GB sent, 121.95 GB received

Notes

  • This page updates every 5 seconds.
  • 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.