Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

973 transactions (0.26 vMB)

Priority:

  • 1 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,279 000000000000000000022cb30000000000000000000000000000000000000000 0.25 vMB 948 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (875,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,205 35,205 000000008d6a4a2728f4c13ada06e8292fc55b2cebe6ed29330b62d9b3c02a1c 0.00 MB 1 0
35,204 35,204 00000000896258835fd43fb86f4cd8e612eaa8a6843b10d26c0db1e588879d23 0.00 MB 1 0
35,203 35,203 000000003d6e04ec8024ee7e838494937038976898f8c83ed251752128808fbc 0.00 MB 1 0
35,202 35,202 00000000ba5345a0c8c1b83067ceb07a3068f1b220870b4569a3f6eac1354cf5 0.00 MB 1 0
35,201 35,201 000000000c400f8ae814d9b3326eee8862bd25892fa2bafb318576943e7c2ae2 0.00 MB 1 0
35,200 35,200 00000000579d908b5d44c3a795614385abe2e537f14281add566d7b95960643c 0.00 MB 1 0
35,199 35,199 00000000258d7692bfc4696383085bc36a67fda033619ead7f403080b0323914 0.00 MB 1 0
35,198 35,198 0000000028dcd9bad46104dcf6a18892cca5f80c1046b0a22c1b03e8103b00b3 0.00 MB 1 0
35,197 35,197 000000005afc393fe0cff3ea273c700bb058460f71186d507f7e91b439350291 0.00 MB 1 0
35,196 35,196 000000003abb999f00e95fbac01e6a933b4a8a6e7d04fb0411c33924ccc5b80b 0.00 MB 1 0
35,195 35,195 0000000050570388e35b45874761d109295a004fe792e426b091f5c342e89eed 0.00 MB 1 0
35,194 35,194 000000004fe11102051b73b51c6e69d9109ce8a98ad8d121dcb56ebeb7d43bd8 0.00 MB 1 0
35,193 35,193 0000000088909081816be8736680015872cf0d8347f691d0b23bb91a543e5ef1 0.00 MB 1 0
35,192 35,192 00000000c2b653efe27c07b64b899248b9e2652e7c76617d7c34234cbb357a9b 0.00 MB 1 0
35,191 35,191 00000000938630d9bc61674808a0bddbbc73ddb9471fd1b93056b13a82da5e37 0.00 MB 1 0
35,190 35,190 000000007972c65db118ca8ddab9e73f08ac9176cdc345bd5851d16a8d6e7a6c 0.00 MB 1 0
35,189 35,189 00000000ac0fb20cd6e6629e143371b466e4a5b8d44db9e3fecc341ed572cc28 0.00 MB 1 0
35,188 35,188 00000000232abdad3bc92e04756259a7d0cddf158742a1f9ba4b11ccd85c3db4 0.00 MB 1 0
35,187 35,187 00000000461422693bc8dc706ae284697c84d7e6d091e053446058449c57852f 0.00 MB 1 0
35,186 35,186 00000000be4c97814730835101790047f38b54f224f885fe29d44ed62a0d4685 0.00 MB 1 0
35,185 35,185 00000000b7e542733f9e5c7c67519918328d983ce2473c2686b647198a02bafd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,227.28 GB sent, 118.13 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.