Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,250 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,194 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 2,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,193 (897,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,933 14,933 00000000238189851ac68a30e18d2afc6d12d430a7f1638f18044996aa4816bf 0.00 MB 1 0
14,932 14,932 00000000cff42714d2a56006454ab61289d663cef5aa1c5e94d07ce68abfa8d2 0.00 MB 1 0
14,931 14,931 0000000058c0e4e058dc3890c71c07ebc3d5c5213a2a51b8568357a9c4cabfa8 0.00 MB 1 0
14,930 14,930 0000000016988806bdec51ce02d0abf77c3975b5e7ed4a9db267b19eb86d9034 0.00 MB 1 0
14,929 14,929 0000000002bc32a316d6c52d69bb464fee83398c6182de474c47c3d53e42d5aa 0.00 MB 1 0
14,928 14,928 0000000093e2249ebcae4093753fe6b9afaa1f2beaf62a5662fd7be1f6fd8499 0.00 MB 1 0
14,927 14,927 000000005d8210ad23a745aac32e1a5aeb22e597df906c1f05cd642a87a672fa 0.00 MB 1 0
14,926 14,926 000000006e716223f6445148cda47ff647aceefe5e135ea983f0e2b655828f17 0.00 MB 1 0
14,925 14,925 00000000f896b41d70e9ebd1a7eb8b32a62876f8b4a590eb6f7b14576751fddd 0.00 MB 1 0
14,924 14,924 000000008f1b2adb2b60e3c85d696823467561c073a32142a311940aace6c1c4 0.00 MB 1 0
14,923 14,923 000000007a87718da1587c7842683cff3e2c54a82e4d986aeb2f0c4bf9ee8f75 0.00 MB 1 0
14,922 14,922 00000000492ea7efe9dfe9a5faaf946cf62b17d989fe6183bc6d402a3406fdda 0.00 MB 1 0
14,921 14,921 00000000ca70f86cd387476625a46c0862680ba04e3762ccc8d91fd6de1821ed 0.00 MB 1 0
14,920 14,920 00000000aa4c9ae9c5e74a0ee57cd97cc0efb6e2c8a9f7d4560931815d861206 0.00 MB 1 0
14,919 14,919 000000008d1695f9a53eaa44037466815fdfd2e35376c3686929d9642a9ee07f 0.00 MB 1 0
14,918 14,918 0000000096f6cd45021f8c4af8ae62618c0996e9e6e3d1332d48ce5b32f18c8d 0.00 MB 1 0
14,917 14,917 000000008b063fafa5ae2fa0ab0d67424de745caed3f63ecfee86af3366bcd40 0.00 MB 1 0
14,916 14,916 000000007e3522a0e24f38fc01e43bf7a6488cb49a9a8d21ae3935dace22b15c 0.00 MB 1 0
14,915 14,915 000000004429117a1dc1042262244bf678ed2f7ae4aa1ea19795fad04339b29d 0.00 MB 1 0
14,914 14,914 0000000043c9307ce26e91bfccd83d3605fce0f9685984096033ed6c1d81cdef 0.00 MB 1 0
14,913 14,913 00000000b6c8d6b660e4b9fa135b12bad9bf7eea297876ecf1c11dfbd9b4de47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.44 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,533.28 GB sent, 135.58 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.