Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

763 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,748 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 759 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,747 (296,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,007 615,007 0000000000000000000735befab0c595a667ba94dd4cc2c4af4a7240ec75e9a2 1.08 MB 2,482 9
615,006 615,006 000000000000000000053693674ad72ba2b90495890c48b263ae8e1077777699 1.25 MB 2,612 10
615,005 615,005 0000000000000000000309f43107369b1192a57ce9d3fbf720f2e946d26bf27d 1.11 MB 797 8
615,004 615,004 000000000000000000083c61ad50c364ba962c50fc72dd0957777515e5547ec4 1.17 MB 2,520 8
615,003 615,003 000000000000000000016870f25632709ab7a777ad3c6337744e7fb49703a577 1.20 MB 2,584 7
615,002 615,002 0000000000000000000a663bb3455ab63badc0a9071d1113deb416f8b3fb5c6e 1.37 MB 2,927 21
615,001 615,001 00000000000000000010208bab3c2ae3e7024aaed3dc4155ff9223f0377415fd 1.47 MB 2,498 17
615,000 615,000 000000000000000000014e2ec690c19097d5e83c2c5e66e1cd83fa85a3af11eb 1.62 MB 2,560 22
614,999 614,999 00000000000000000001b7f15579447635243e8c35f50e69f1b533114207e8d7 1.24 MB 2,726 40
614,998 614,998 00000000000000000002cdee46a97409a63ad31f9d04c5f28989b992361fc7e5 1.24 MB 2,201 20
614,997 614,997 00000000000000000011ba79ab4316fab6a28c00ecb1b793ba207fb955b8b81d 1.21 MB 2,174 6
614,996 614,996 0000000000000000000625adaa960ca00c3837de9bec1e5b990f166d0a8ad18c 1.30 MB 3,135 29
614,995 614,995 000000000000000000027419058dc22088e4458adfecf7616635448cd94e87eb 0.47 MB 925 4
614,994 614,994 00000000000000000010bd1d1d74677cd42d4d81f00ac87c0ea218b54253f8c1 1.17 MB 2,520 2
614,993 614,993 0000000000000000000a91efa224917136d69c188783c7ac14bcaa3f36dac933 1.17 MB 2,012 13
614,992 614,992 0000000000000000000ed1f14b258baa79b6fb13226665176b07b91c21531b47 1.35 MB 2,341 20
614,991 614,991 00000000000000000001b22e6d4a53083e33f01d647a9127c00448b4942e17f8 1.36 MB 3,380 25
614,990 614,990 00000000000000000009cb8c64a7182de7e4bedcffac3cbc25bdb982671de744 1.18 MB 1,833 18
614,989 614,989 000000000000000000112a5fc2f4401023a8815261564caf19883a35253ce238 1.07 MB 2,385 4
614,988 614,988 0000000000000000000818a16e037777dc496f1cc001bd0fd415eb4edb7d001e 1.28 MB 2,962 20
614,987 614,987 000000000000000000109ac624bb201ce7b03329c1aeafa37afa0a582941ebdd 1.19 MB 2,224 10
Previous 10 blocks ↓
Total Size: 776.62 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,428.75 GB sent, 131.67 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.