Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

654 transactions (0.23 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,697 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 651 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,696 (56,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,372 855,372 00000000000000000001e5dfb3c433b3c2abbd5c07fde4b38e6d6face24414f6 1.54 MB 2,913 8
855,371 855,371 00000000000000000000480e0a8cd85adb9dfd49295e44936dd3ca4f0ea0db15 1.56 MB 2,693 16
855,370 855,370 00000000000000000001274c8a0354d152627c2f5bd5f823b6ed60001226c15b 2.14 MB 3,923 5
855,369 855,369 00000000000000000002683cf18bd33b4e9f3e1036d062469879823242c472bf 1.71 MB 2,592 6
855,368 855,368 000000000000000000027d987c2788e6b60583b908cc13f4e351a15692a99fae 1.68 MB 3,221 6
855,367 855,367 00000000000000000003029bf74f1d11a47a91a0c82a9d910717503191d8de06 1.60 MB 3,736 7
855,366 855,366 00000000000000000002a0f92ef3d2af5afce9b624bd93424addcc374a7a735c 1.57 MB 3,213 8
855,365 855,365 00000000000000000000ee18ea064a63013d217083b748730b96eb6b95bed431 1.82 MB 3,245 4
855,364 855,364 00000000000000000001515851dd56228b5f8c76f77479533ac2329af1618c55 1.58 MB 3,418 6
855,363 855,363 000000000000000000010a2eeefb6a003cc7d79a054826372f1d2ed0d3494e4b 0.43 MB 1,542 4
855,362 855,362 000000000000000000003cc9cb7cb49ce10c7c920a769a0a52ca61fc10aa3ca9 1.61 MB 5,326 3
855,361 855,361 000000000000000000024d80aeab0124e768d978494c8b3cda9964ab602cfd67 1.55 MB 3,450 6
855,360 855,360 000000000000000000031700e4ab7030c3e8ffeec948ad0692309b3179d94595 1.68 MB 5,331 4
855,359 855,359 00000000000000000001af7c7e1e56647c31af11bcbdffebe4e7b02aa4d9ebf9 1.62 MB 3,499 6
855,358 855,358 000000000000000000002c14d62a0f5f0f4b1d5617fdedc887fab4b3da3db788 1.75 MB 4,052 3
855,357 855,357 000000000000000000013992414877dc6cdb715a3785d3759d8aae543e26e590 1.60 MB 4,154 6
855,356 855,356 00000000000000000001ab42c7b6a804bcb3ad031754919121104a28e001e4ce 1.57 MB 3,880 5
855,355 855,355 00000000000000000001c01f9fd7e723dfe847f49354137930ec920fae089861 1.83 MB 5,312 3
855,354 855,354 000000000000000000025ae79bcd7988c797c6308699bcfa496000fb93fe25db 1.73 MB 6,990 3
855,353 855,353 000000000000000000005221c71499006d158e60d215259384c8d82a809dbd6e 1.57 MB 4,369 3
855,352 855,352 000000000000000000004edcc83010821e0ff966835a38607dd8814def630d67 1.65 MB 3,393 7
Previous 10 blocks ↓
Total Size: 776.53 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,425.69 GB sent, 131.27 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.