Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,534 transactions (3.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,681 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (376,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,676 535,676 00000000000000000028be0b11063016643269217ba8121135744179b1524a8e 0.60 MB 878 8
535,675 535,675 0000000000000000002ecb750006ddc71641b79ef44df70746c06b6f3cd4066c 0.51 MB 969 16
535,674 535,674 000000000000000000116da1a79e435ff350bb87b918d0caf64f9bb41bf98756 1.06 MB 503 2
535,673 535,673 00000000000000000018968c96f0aba2aaf37ab71d3b14f4fd4d59561c8e0736 1.07 MB 350 1
535,672 535,672 00000000000000000007c05304968f345cd7ed7b0065d8bea5f91c0db200f6f1 1.16 MB 2,347 13
535,671 535,671 0000000000000000000955f96dc1da9976ff8983997d79751134c842e318ecd5 1.22 MB 2,409 11
535,670 535,670 0000000000000000000fee98f24bbc8c193ec3626f500b439638bfb90a26d6ae 1.15 MB 2,558 17
535,669 535,669 00000000000000000011b5dfe2b05e7c3b2cca7991b525279b001d76b0dfe02b 1.14 MB 2,727 12
535,668 535,668 0000000000000000002abf2e5e718bd01aeac9d8634a1469fb155837eb601da4 1.52 MB 2,353 15
535,667 535,667 0000000000000000001ac46ff8dfc7ca0fb7eb510741b16848e4d08500228b1f 1.15 MB 2,689 36
535,666 535,666 0000000000000000002e816c899c4a2a1260feaca15c2a8b7fe591595882baf9 1.06 MB 618 2
535,665 535,665 0000000000000000001b92b4f3a266dfdb7a745170e5244f74f284cf89c7e186 0.35 MB 894 22
535,664 535,664 0000000000000000002f0bd71421729ed1f220f292f500d327ff6ebd3bf476a5 1.01 MB 402 2
535,663 535,663 0000000000000000002c5941090f49a33d071f4c020fb8ca52a990ada5526b04 1.12 MB 1,489 11
535,662 535,662 0000000000000000000cc13515638d1ba1ee37d5c1522fbd2bf7cba9a64f75ee 1.13 MB 1,979 16
535,661 535,661 0000000000000000000c5b6dc5b903a198cc7ce62c0d582bc6be71aa5a5445e9 1.13 MB 1,321 4
535,660 535,660 0000000000000000000d974fbad593149a1d500b622490a0475a42c18c2dae3f 1.23 MB 2,674 6
535,659 535,659 0000000000000000001c3c1cd357acf6a4d9787d55660e6450793f374bbb1cec 1.20 MB 2,258 26
535,658 535,658 0000000000000000000d1e051e2bad9b2dc8b8b173e5b5738314534e66143ccc 1.02 MB 292 2
535,657 535,657 0000000000000000002489e711763afb7326248613aed72507cd52be220b2929 1.09 MB 1,115 7
535,656 535,656 000000000000000000255dec4b97d7fc0432b69786ec6f5dae8bd6971295e713 1.17 MB 2,921 19
Previous 10 blocks ↓
Total Size: 776.96 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,492.70 GB sent, 133.29 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.