Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,001 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,056 000000000000000000022cb30000000000000000000000000000000000000000 0.65 vMB 1,993 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (517,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
393,597 393,597 0000000000000000051af8e50a308b354bd16ab9ad972f150062a90b59f8bbf2 0.93 MB 2,328 52
393,596 393,596 000000000000000001151c7abf45e5b6f73e047198eb3181ad92546a3e81aee9 0.40 MB 743 31
393,595 393,595 0000000000000000043c7fc99118ad62867c4dbc7467c2699b0986850eb542a0 0.00 MB 1 0
393,594 393,594 0000000000000000025b3ccdb64de09a66c1f6d0e55d4c9bb55a05f99d710424 0.00 MB 1 0
393,593 393,593 000000000000000009308f5cc851fce4a13ee4158af396907ce57c78fee88058 0.49 MB 1,197 41
393,592 393,592 0000000000000000037203e2b9a5cf7327f3c75bbeb48430984a95e13e6b95d6 0.55 MB 805 43
393,591 393,591 000000000000000006d84f1d3b26a7d0c8d778b4f657989236c24ad838af4212 0.87 MB 1,519 34
393,590 393,590 000000000000000007cf7cc22506fe65a65d5411fd44dbfec7338b52ce515e5b 0.71 MB 1,734 41
393,589 393,589 0000000000000000045246b924b43e8d0daef997d4799827560a8ced515b77ba 0.85 MB 771 18
393,588 393,588 000000000000000007801c29fceb80a730b99ccb5b6ebdf92f896f12f0a8a0d0 0.92 MB 1,428 33
393,587 393,587 00000000000000000676078a05b15b4a093faa31e4304759bddae418117fbede 1.00 MB 2,205 38
393,586 393,586 00000000000000000338b27aa207372bf29439e2d6662c76d6d2615aee27942d 1.00 MB 2,024 32
393,585 393,585 000000000000000008adaef7d1518991803908bfc10d81b2331906b58bd91e01 0.93 MB 2,837 55
393,584 393,584 000000000000000007715fa160198206937da96702f1d6a4094454457e8b867e 0.35 MB 509 24
393,583 393,583 000000000000000000f122f394e91c8bd64167869f1210044b4980d4f6b266f0 0.95 MB 1,855 40
393,582 393,582 000000000000000006326a8610fed0f9378ef11dd5f017bdbb2126719837ef94 1.00 MB 2,417 40
393,581 393,581 0000000000000000010c5b6c7ce0b000eb615264ae1bfb55c6a8b348cc391bb1 0.65 MB 1,445 33
393,580 393,580 000000000000000002589e62859b69403e598ec223ab96f9dacf5b29e6bb4e40 0.95 MB 624 9
393,579 393,579 0000000000000000045fbb949937cb0d7113aa7014c0dd829001b8aee2aa9962 0.87 MB 937 25
393,578 393,578 000000000000000008a06c649d0cfb3d267536c3d14c13d2adbf2d81287538cf 0.93 MB 2,091 33
393,577 393,577 000000000000000006f5db34557724ee9fb3bb0362334a4511e7ccd8cb835321 0.75 MB 2,225 48
Previous 10 blocks ↓
Total Size: 775.34 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,363.33 GB sent, 125.51 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.