Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,823 transactions (0.46 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,974 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (262,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,953 649,953 000000000000000000093205a732f2c4e5eeef4b01d10d67b06774313e1c5b90 1.38 MB 2,448 85
649,952 649,952 00000000000000000008f50951772ce55f934d29c163ab912d154e50436eabc0 1.36 MB 2,536 87
649,951 649,951 0000000000000000000ad74dbbdf58c852aaf264ac8b9b04a57667d67729b904 1.34 MB 2,350 79
649,950 649,950 0000000000000000000bc8daaadf2bfa9c25fc1d8d2698a97eb1d81af07e80db 1.29 MB 2,277 76
649,949 649,949 00000000000000000005e2339b9e9ad56450faefb18ed6c69ce095d30ec94f01 1.62 MB 2,007 88
649,948 649,948 0000000000000000000703972216cb3dd6ac435ab4f3683232558c704c86122d 1.79 MB 1,660 109
649,947 649,947 0000000000000000000a6e5fe805308bdc3656e650bb7937888d787d2d520b4c 1.32 MB 2,541 67
649,946 649,946 0000000000000000000e303fad189ae7b789ed197c627cec1e8b9a5c487c0caa 1.29 MB 2,112 65
649,945 649,945 0000000000000000000bb750ba04fa20106c5beba01b16f56b09c22f9d846701 1.27 MB 2,892 82
649,944 649,944 00000000000000000009a2fa8ecb8db227402788c15dcaaa61bd77c31f2e99de 1.80 MB 495 5
649,943 649,943 000000000000000000074fe346a61f889bab5667a2b76806c6a9f4767486a56d 1.27 MB 2,481 36
649,942 649,942 00000000000000000005b59b54e15222f9250985ff4aec6bde70038799686207 1.32 MB 2,346 65
649,941 649,941 0000000000000000000da65a096480428134404ff441c9a897ea6a9ac017d700 1.35 MB 1,621 24
649,940 649,940 0000000000000000000cc08f2e6b58efb61132e62b1e43d2025f1a552c50e5f2 1.23 MB 2,016 56
649,939 649,939 0000000000000000000d6b2a190f5f703422d584d9a79dd6d376575cdc21882c 1.24 MB 1,712 59
649,938 649,938 000000000000000000031c7fafe5d087b313454839fe64aad587c9549cdb3e73 1.58 MB 434 4
649,937 649,937 00000000000000000004868818c64d4cb37c7cc2ecc67f1a8783f7849e7d8cd1 1.11 MB 2,603 9
649,936 649,936 00000000000000000006ae76d73de6d561f40c7369ef31eb09803d88eb8e63a4 1.26 MB 2,419 72
649,935 649,935 0000000000000000000bb6a292f4835fffd71e0b675057b85747afc4c4a4e3db 1.26 MB 1,650 20
649,934 649,934 00000000000000000005634ee9d36b258d914feebddde59df5888c0d06a50345 1.21 MB 2,145 39
649,933 649,933 0000000000000000000c019339dffc992dd3c72b5547e77cab0394c5162b83e9 1.20 MB 1,970 19
Previous 10 blocks ↓
Total Size: 777.04 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,499.93 GB sent, 133.61 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.