Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

896 transactions (0.41 vMB)

Priority:

  • 1 sats/vbyte = (4 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
909,635 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 882 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,634 (873,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,138 36,138 0000000045e381363999c4aa2b9f5fdfd598410f588315d891398083485f171e 0.00 MB 1 0
36,137 36,137 000000001bdd440da8d1952b774e76fc5d7364620d0b9376986e76c009cdbc88 0.00 MB 1 0
36,136 36,136 000000002fbfaa788dc23ba13b14aeab9d47a2d49b7ce8cf3b6ad0ccfb6204ad 0.00 MB 1 0
36,135 36,135 000000001e5ba52f57f1d7bb6a4ae9b9205f670713346e359697b298bc6c83ff 0.00 MB 1 0
36,134 36,134 0000000009412dbc699b4adf224103bcf14ace9b597ece324a2d2437a5a16a66 0.00 MB 1 0
36,133 36,133 000000004cd2d8b143b785f21a62570f2e6c7719c19b95a1d47680b091b5dd9a 0.00 MB 1 0
36,132 36,132 0000000043dd1a5f6d4d6eadec2f8a80c80e3826d7a6c1151097fe070fc11533 0.00 MB 1 0
36,131 36,131 000000004743f6d5549be6d25dc576c82c7a82d58c49d9ca32363e28e56aba0f 0.00 MB 1 0
36,130 36,130 00000000841f76fdca925b850a4eb79c54dca77ca29862256129bbe84255441c 0.00 MB 1 0
36,129 36,129 000000006faec5c5375a8d57fc7afea246ef12bc9019cbf658dd322a737eb145 0.00 MB 1 0
36,128 36,128 000000002bb1fe369fbf64420493af8d20d787a857ae5dcd81d9defc0e1ea65b 0.00 MB 1 0
36,127 36,127 00000000b4e7a7d8ecbd41797f4ae1250799574665c9ae08f92bbf14561e9d6b 0.00 MB 1 0
36,126 36,126 000000008ff711b1de783ffd37b6b7ff13921555e1c903f5fb8290c34197e34b 0.00 MB 1 0
36,125 36,125 00000000ae5743993c9bc80233b6d4807537a700491cc477010253082967eb59 0.00 MB 1 0
36,124 36,124 00000000471e18688484fc95b5b6cf390622c96810463061253de940fa18c547 0.00 MB 1 0
36,123 36,123 0000000036eeaca260f69b40406093a3464171b9c18761b6cbf6e201b1500911 0.00 MB 1 0
36,122 36,122 00000000231ced147db209f27f8b11d5bd7266868d97f87c6e296884b169d539 0.00 MB 1 0
36,121 36,121 00000000a96db907cf50982e96112190c33c1464f6337e22f7077295688023c9 0.00 MB 1 0
36,120 36,120 000000009ef9811cb1b4e5bb068b7f897454cbd1d069be569a8eb1319b6f5c43 0.00 MB 1 0
36,119 36,119 00000000753286b9e8bb2623b27db6481d0d4bfb06433e725983e75f3ee33a7e 0.00 MB 1 0
36,118 36,118 0000000042df56f47830ca1ba19bc1196300dbbf4cb62b2a0cd83b70e6fa938e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.73 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,113.84 GB sent, 111.98 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.