Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,245 transactions (2.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,189 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (842,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,131 67,131 0000000003c4933f66a0d44eda4e6ecaab3fc01eb6314af8dc8cab34fe3e7f72 0.00 MB 1 0
67,130 67,130 0000000001cfdf80e58907e07f0c6e7dd333be0371e3c089e7b58d7b72f49b5f 0.00 MB 1 0
67,129 67,129 000000000311b5131f3583c228c35563ff8d7f75518d666f826316bd4b6fdc01 0.00 MB 4 0
67,128 67,128 000000000192f5ef5fb76f1bc6bf28efeed31d2c026c772e104054e573b56a14 0.00 MB 1 0
67,127 67,127 00000000053d00a8ba0ea143b06b37d20acf78813b85ca31a7b8081d7e2c07c7 0.00 MB 1 0
67,126 67,126 0000000001daee2153c9dea72b2161f933707d5251ebe9f51f7e32bfb8080867 0.00 MB 1 0
67,125 67,125 00000000044d94b2d700d9fbee45d51f0634fc2ef1c46978398807ee9fd4497b 0.00 MB 1 0
67,124 67,124 000000000223f8e4d00857ebd85df1a77c98774f5fe15902bcaa7bde8db99991 0.00 MB 1 0
67,123 67,123 0000000002b22f3ed6c140eadf12a50a87feaefee2ade1856cbff301801f1694 0.00 MB 7 0
67,122 67,122 000000000174e311b5b735488d7052f65485651396a6b2fb25b0287137f90c90 0.00 MB 2 0
67,121 67,121 00000000001eca494efa15ab005fa2151e5690dcc91e2ecfbb18724ff7aa9bbc 0.00 MB 2 0
67,120 67,120 0000000004e8225a57df5d9416a96acb6d019e711a1140ac46942f269a255d47 0.00 MB 3 0
67,119 67,119 00000000041cf850f7c762a03c73dec305d1c7fa4174e912db61bc75de1eb3c8 0.00 MB 1 0
67,118 67,118 00000000008dc3ad859adf66dafef77013f538e815438e35177a06604469bea6 0.00 MB 3 0
67,117 67,117 00000000038e8be88cc27b50852d1807128b24cd65643017f7bce2b7ca10e903 0.00 MB 2 0
67,116 67,116 000000000290fca943bc779b61d7baf689b7f3a2a11e00b7a3dc928288f32663 0.00 MB 2 0
67,115 67,115 0000000001dc53e593ef576833be58b19ae8193854f5ce117a86b17ed8d8bc8b 0.00 MB 1 0
67,114 67,114 00000000054c72c1828c36edb17d183f087268aded6d276a95054d39a66e5f98 0.00 MB 2 0
67,113 67,113 0000000003b1662ea77db6ab87fb807e9534d5681e97768d3f084213581bde43 0.00 MB 1 0
67,112 67,112 00000000052431df18a5c5f5b81f9d14d58091ea8415051263a43f45c72c2e6e 0.00 MB 3 0
67,111 67,111 0000000004128777c30fcd92afe3304b3c3df76814069d90fad13c450173bbfa 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.76 GB sent, 112.53 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.