Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,902 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,056 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.95 vMB 2,872 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (849,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,250 61,250 000000000cd4442303dc8f72ef47e7fc8a1acbbca0ae715b3b76055558572340 0.00 MB 1 0
61,249 61,249 00000000077fc9c5ced62285f338df1b360e4d116a984f2f46f186709dfef66c 0.00 MB 1 0
61,248 61,248 0000000004afbba48323457841252a6d026b5642efc21d23c2551e177c737100 0.00 MB 1 0
61,247 61,247 0000000007232b6bf2204bacf4452beb32a5676d50e8d839735c969ff4314f64 0.00 MB 1 0
61,246 61,246 00000000051bc5fc2aec306c678cf3376d11c995b6347a699828e91fefef03c1 0.00 MB 2 0
61,245 61,245 000000000e8750136c662283b02b03161c8c842f2b5f793aec294e19fc3fa501 0.00 MB 1 0
61,244 61,244 0000000006b2b8e50b50afa6b8ce899e810e5d55d0552f4d8ef8198129c825b6 0.00 MB 1 0
61,243 61,243 0000000000cc4602d34eb8c320e7761f87e4322edcc19657eeb1df5718e9fa94 0.00 MB 1 0
61,242 61,242 000000000723bd7c74a565e319b190172de37f7a0ba46faaeaa89dcaf76960db 0.00 MB 1 0
61,241 61,241 0000000006c06ffe36f9b907373547bcb9e30f993750411ab4fa1445310c399d 0.00 MB 1 0
61,240 61,240 0000000001a83ba7ca88c5d3e2f72ce3c2b53d4dbaa5f760a092334b7ccb6f67 0.00 MB 2 0
61,239 61,239 0000000008e64c575128e74e4196a7def118d065516cde2f7d06dce58f71e247 0.00 MB 1 0
61,238 61,238 000000000d206b378c909fd40907f5572943b83bd3d399f8e9f18bcca53a2550 0.00 MB 1 0
61,237 61,237 000000000804d8d6bcd149df180db273418f936638685dc27b86a3d9f2906f0b 0.00 MB 1 0
61,236 61,236 000000000df8a3e26a59698e544516aecb5dfc339940ebeeabd1d38f48221c55 0.00 MB 1 0
61,235 61,235 00000000036f70655e1da8695269dbd1c0418638f0da66d663de683a03b4a560 0.00 MB 1 0
61,234 61,234 000000000bf0032fafa9771feb7d686671e4eef88c5ee8c19c8bbea5b65918b5 0.00 MB 4 0
61,233 61,233 00000000055e7e447295c3e09a2a5016971f2631ddbffb5f77295312baeecbb0 0.00 MB 2 0
61,232 61,232 00000000031dc5894f3a6ce339579af1b67a0b2d513f3abb1df1ccd0643fa548 0.00 MB 1 0
61,231 61,231 000000000ac24c6196d89d8180c25d08ec85ecee1c21e0eb4a3115f231a9a173 0.00 MB 1 0
61,230 61,230 000000000b65b89bf4e539ebb107e4fb34099a84be25f464a98478369e55130c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.34 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,363.53 GB sent, 125.51 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.