Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,277 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,265 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (842,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
67,110 67,110 00000000014778c74f49e2853384daf7e555a2b1722c022b7598dcbade072210 0.00 MB 2 0
67,109 67,109 000000000343b309cc5ae42226adda45522126be37d134dcabbf607510b6c59b 0.00 MB 1 0
67,108 67,108 00000000056639cef5c31f7a67513f6c2829619351ee9d34e06278918c421b64 0.00 MB 1 0
67,107 67,107 00000000050e61e4af4d2429149de06706e98e69272a887e5c1a22686dfeacfb 0.00 MB 1 0
67,106 67,106 00000000006a3a2051afe5a15264f18f9112bfbe0e8169b5a1b0019da0c6040a 0.00 MB 1 0
67,105 67,105 0000000002921f5edc5e817bc29595ba9b57eccc206fe554224902414fa0d2e3 0.00 MB 2 0
67,104 67,104 00000000021ff5557bfc6dbf069459a184b9592079b249475d245e3ece1fcd4f 0.00 MB 2 0
67,103 67,103 00000000047cab4f1d903dfdba34cfd0d03c6231f2f4f5ed8c5d3cb8b5d18aae 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.96 GB sent, 112.33 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.