Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,748 transactions (2.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,075 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,196 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,074 (849,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,262 61,262 000000000d921a3d7fca2507ecf36995c21743ec74749e516f171ed643e96fb4 0.00 MB 1 0
61,261 61,261 0000000008d49d77448d11ab7b07d78d6ec67227b4e195c5017196eef88d1251 0.00 MB 1 0
61,260 61,260 000000000a86969e939c636d07e89b69a9dcff1f2e7dc82b221ac8c45d65b677 0.00 MB 1 0
61,259 61,259 000000000835150f703d799adf81ef519f159c232a303ddffea1f883472bbb25 0.00 MB 1 0
61,258 61,258 0000000000478aa9aa928abb24f5c6c2fead60c0cb06e376aac2b2ae843fac13 0.00 MB 3 0
61,257 61,257 00000000030ac584e36619dc12fd85f4ae95f454b278c8de7a9bfd3459f851ef 0.00 MB 3 0
61,256 61,256 000000000b38a161a63477f245155f31d53a6fd1c143cf081c7dfa1a11d66519 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.38 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,368.37 GB sent, 125.72 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.