Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

436 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,736 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,735 (880,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,258 31,258 0000000044cb6c6fa8bec81d00173f195f2c9caeb64df034f23a5ebc531bdeb2 0.00 MB 1 0
31,257 31,257 000000000f219c2bbf2b54d20b5da0d5f619b457f0636370bca32f62291c39fd 0.00 MB 1 0
31,256 31,256 000000005695dedf5bd3e1a068fb68a03bd487e58e0589d6f68f7e86f722e46e 0.00 MB 1 0
31,255 31,255 00000000f6ef4734327f4c16edc6d1bab85547c69902a8038e9925f717902f38 0.00 MB 1 0
31,254 31,254 000000004fe28ae923b3e8f73f7008f4859eba4a77551a9e5aaa26ff59192845 0.00 MB 1 0
31,253 31,253 000000008d1f8a6aa2a16c7ea3e67da545b63d4a3f664a3dd5666fd178c604e6 0.00 MB 1 0
31,252 31,252 000000007744b3a2c4adf72eb84cc805173b0ba37402eb0cea57a3d8d533d88a 0.00 MB 1 0
31,251 31,251 000000006ee8407005971a0d142500cc1c760fd95ae90b06ffd26be77ab94160 0.00 MB 1 0
31,250 31,250 00000000558b98390b94c511c4c5bd859738548debf1afbd5e81c053fdcd667b 0.00 MB 1 0
31,249 31,249 00000000942e34e4ca71f1b950af07341e55a17bf50e2368b35f6ef0fb9c0b8e 0.00 MB 1 0
31,248 31,248 000000005be93a85662a12af42fba446cb489a0f656806838764cf7ef20ac447 0.00 MB 1 0
31,247 31,247 000000004e89924a53650e7335590f73f483c9954bfaf1c0b5c7535f03c37fb0 0.00 MB 1 0
31,246 31,246 000000005eb73ddbbb6d4316badd01bdc00eb8445c0b77658415a4aceca7a613 0.00 MB 1 0
31,245 31,245 00000000c49c5b3a616c6d7742a31a4dfeb942fbb455ebbcc56a066ba0f231be 0.00 MB 1 0
31,244 31,244 000000003267ba0e7597a765faf59d7e143cd41cf128dd7c808eca12f23ad892 0.00 MB 1 0
31,243 31,243 000000007f6941f8c8f554c19c03e24602bf0a7f0e4f5a77a449f69cf8990f55 0.00 MB 1 0
31,242 31,242 00000000ea8eda8eb167cf39c5edd7f55803c403e0c06c196f0f6d4a1964a200 0.00 MB 1 0
31,241 31,241 000000003b4d2900bc1d04da3370ab71e819d65d9d8f5efaad7070cc1d314531 0.00 MB 1 0
31,240 31,240 00000000fde8e7aac7b8ff29e49241ee2e6ea5a6951b8b0d6bbd9eb5730d1d23 0.00 MB 1 0
31,239 31,239 000000007a67c05cd9b0ac11319a599205803741036f78c3885e6a9632b80558 0.00 MB 1 0
31,238 31,238 000000005dc6c149954adb72d2d088432b63e7e9ba7a21dcc1839629619b634c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.59 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,427.55 GB sent, 131.55 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.