Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,778 transactions (0.65 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
911,059 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 1,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,058 (849,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,255 61,255 00000000004641408e62efd62bc61fa7fb3727c6c196c5b14252ff753fd88754 0.00 MB 1 0
61,254 61,254 000000000290dad7468ec4df86c4c29985803859394f3b055b79f2edef347f78 0.00 MB 1 0
61,253 61,253 000000000a3156fb8d351f74ce81972d23eb79f8cde309cab5bda3523d0c9950 0.00 MB 2 0
61,252 61,252 0000000009daeebcc730b3fd3fbc9747c10249b03fb9635dbb4eeb2510b3eba3 0.00 MB 2 0
61,251 61,251 000000000d05756de8a77bf6c100b989c6ae35854e66cd9c7c8c47dcd1729514 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.35 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.91 GB sent, 125.54 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.