Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

319 transactions (0.08 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,842 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (360,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,565 551,565 0000000000000000000ca679957beb315f897dc73feacb779d0933767a967bde 1.25 MB 2,667 46
551,564 551,564 000000000000000000142727b5e3935db93e8a237ccdecc31966925c57db9324 1.08 MB 1,036 2
551,563 551,563 0000000000000000000f6b05660b06dc0177880c84a4937997560826b8372740 1.09 MB 2,352 10
551,562 551,562 00000000000000000009e7c93d7243f00f08ce21423fe1fc523b54ae091e3af7 1.12 MB 2,678 17
551,561 551,561 00000000000000000025cd87d28b8dfedb8231b9a14a290a7eb5b0dd5901ad69 1.08 MB 2,367 9
551,560 551,560 0000000000000000000505ba1bc72ec3f105acf804cc4c5dfae093e39b8fec6f 1.19 MB 2,247 30
551,559 551,559 000000000000000000278a22ce1b4e76e0700b11d0fe0ecbeaded2022649904b 1.26 MB 2,576 27
551,558 551,558 0000000000000000000726843da5c02850c8ef5f0ac69989796e99e61fe09d40 1.26 MB 2,681 61
551,557 551,557 000000000000000000093aedb46881818e7bb64a9881b32742e2e4e2ebb5ab59 1.24 MB 2,286 26
551,556 551,556 000000000000000000208b9a96333a3830fbac06bc80d37b626062d4bb6b90f3 1.24 MB 2,746 55
551,555 551,555 00000000000000000007307dda136da3f4bcc662b8bd078bf30cd1ec830406b3 1.00 MB 2,320 3
551,554 551,554 00000000000000000029c71828a5ec4c0c757836daf309bfc9ffe74ae8c540d3 1.11 MB 2,314 6
551,553 551,553 0000000000000000001c16fd0d5eba36b9e103fd5d817c034ccb022c26be1a91 1.25 MB 2,298 36
551,552 551,552 00000000000000000005f95885b8eb4be903651626f1a80fa4e157be7ba0d8fd 1.20 MB 2,395 28
551,551 551,551 00000000000000000008b02a7513ceebaa70dd69e1447148d225e1c5d3553861 1.24 MB 1,710 29
551,550 551,550 0000000000000000000993481c72ab933075e7dce040e9d816784f3a5acda50a 1.29 MB 2,045 51
551,549 551,549 0000000000000000001c7d69faf9e77ac861bd966a5034ce47c575871c18fbc7 1.30 MB 2,172 35
551,548 551,548 00000000000000000006b56abffea5ab3da3b8750e4b52c064d836c799407b41 1.24 MB 2,692 69
551,547 551,547 00000000000000000025fe6c83c230ded4ddbb2eed1d0618d704535d698adf32 1.10 MB 2,278 19
551,546 551,546 00000000000000000023b9137f2a9b172ad4e1abad2e2f0d87a9f434e589ecfe 0.42 MB 864 15
551,545 551,545 00000000000000000017e5451bef2d6d333af88d9cabddcda40c9e4b9ce2ce73 0.47 MB 814 13
Previous 10 blocks ↓
Total Size: 776.80 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,468.64 GB sent, 132.52 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.