Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,145 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,232 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,590 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,231 (586,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,709 324,709 00000000000000000c20ad6ee044b824ad7c3e6ab3a16ff021c0794bc8eb86fd 0.79 MB 1,560 30
324,708 324,708 00000000000000001301ac37a50771d0285efd24f5e172a1bf2bbf309e431e04 0.34 MB 714 33
324,707 324,707 00000000000000001ad0c4c64efb8f3fa34497b90f001005ac953f2d61a86176 0.08 MB 134 39
324,706 324,706 000000000000000013196787abe3f20159ec06c3c75abea41b6ff25429b669cf 0.05 MB 88 23
324,705 324,705 000000000000000017b936384af5f66e9d060b10104787e3ca4f1058fe6924ce 0.00 MB 1 0
324,704 324,704 00000000000000001d412e904ed8bf898830256a3dca090e063fccec8d0f2607 0.18 MB 358 29
324,703 324,703 0000000000000000032ff8f3cabbdda60726cee056f91852176d4b93a371e0f7 0.04 MB 124 36
324,702 324,702 000000000000000012dfbbf2d39e7459bff1e3525bd88732ed8eed569f0a78ec 0.63 MB 1,288 36
324,701 324,701 00000000000000001750b265ab60e68ec5503ffad89c91650275fe7938811446 0.47 MB 882 30
324,700 324,700 0000000000000000023121bb3b4b0a003c4f8c04d9306bcdef5a69a2c110dae4 0.05 MB 77 21
324,699 324,699 000000000000000004182fcd37e145046d24c5ead6ae514471e31f5601aa56a8 0.01 MB 32 59
324,698 324,698 00000000000000001e71237f3fec08581a8c541bef816067e31ed1072d105a80 0.20 MB 369 29
324,697 324,697 000000000000000008ea0c393eafb8f1cc256767c1520e087e6adfe6dbcc8549 0.25 MB 415 23
324,696 324,696 0000000000000000197088f8ca59a3d67edfd581d778691243f4a96f009801dc 0.38 MB 699 27
324,695 324,695 0000000000000000066a32130499df7e116f6467f418da77673748b0407bc30b 0.02 MB 32 12
324,694 324,694 000000000000000000595de1fc3b67d2af86f6c856621cc531bf10ef464a0ac3 0.15 MB 215 21
324,693 324,693 00000000000000001820b6c9b3d4f833c6d94b462eb93b8f8d4c655e4ab5ad1f 0.09 MB 179 30
324,692 324,692 00000000000000001641ab86e1d5461b7446e83c34671ebe2a891de297460152 0.10 MB 188 26
324,691 324,691 00000000000000001910c30e1b7a1d3b0ec32917a4afc584bc43cb895955a487 0.27 MB 437 25
324,690 324,690 0000000000000000091f1ecee5d7eb2d3df1be472bd6ad5d9b70f0f9fd1f0563 0.09 MB 256 69
324,689 324,689 0000000000000000181c94d8e850f3123cd3c4b4b7eb4a52230f23d655e0584d 0.08 MB 202 31
Previous 10 blocks ↓
Total Size: 775.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,380.55 GB sent, 127.20 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.