Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,245 transactions (5.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,695 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,806 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,694 (897,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,922 11,922 00000000f5d341fcc096f4c6e578eb033b8ae88d300de311f14ac2538b8f4eca 0.00 MB 1 0
11,921 11,921 00000000519686f3bb027005bc4c54cb96f97dcd3348aba5fcce50b6f81886b0 0.00 MB 1 0
11,920 11,920 000000000f0ce2b8b78ae22fdb9bbe04e077b791dd3e12c197f19cc4bbb7adca 0.00 MB 1 0
11,919 11,919 0000000011c1ea888a898618ef5f286a89ee14a479afc6aed2133da33fb7b1e6 0.00 MB 1 0
11,918 11,918 000000002a8d0cbe17ab20a1519431a780ad1833720af8b7f615c7c461e99ddc 0.00 MB 1 0
11,917 11,917 000000005952e769294a1f74ceafd58b845fc57f954213de34d9a388fc2b37d2 0.00 MB 1 0
11,916 11,916 000000009dd39d93a80d6fc0c2c2738a8565c876d2f963ec7eaef663a9b3274a 0.00 MB 1 0
11,915 11,915 00000000a398779ebdbdac762d3c9a9af950f944511822993038ceffeda8f6dd 0.00 MB 1 0
11,914 11,914 000000009fbb0c1b478aafeb38e1283e39202d70ab673e8b3957f1252f0c22dc 0.00 MB 1 0
11,913 11,913 000000005812066f18d356cbd660e77c20100932e2481d916a92296d4beb0daf 0.00 MB 1 0
11,912 11,912 00000000317a06daefafc5e664c0327e595f1cb39e342ba1cd352b84a615936a 0.00 MB 1 0
11,911 11,911 00000000c86d28cc276658601b84f8e7e854dbf07cb8d4fbacc82544dad1ce89 0.00 MB 1 0
11,910 11,910 00000000b0011257fd0a68a6f18744d36579be1a498b5cc046f0c83846deba5b 0.00 MB 1 0
11,909 11,909 000000003753ae3b7f10f94848b1a57b275402403c84a65387d513a0df99dbef 0.00 MB 1 0
11,908 11,908 0000000015089afc2aac02a799b07f7bb27594a41a28024bb2a8b583b112897c 0.00 MB 1 0
11,907 11,907 00000000892864fec786a8bcc8f5e4b297ac8fe4834581a100f5021c43d8d3f2 0.00 MB 1 0
11,906 11,906 00000000ebc78f64a726fa6a900de7085b8d90fc6a44eaaed747ab083316a418 0.00 MB 1 0
11,905 11,905 00000000929f254be7785ee0161851864a16e87f07ee978cb0cb81b80088d882 0.00 MB 1 0
11,904 11,904 00000000fac284af77c362761e6254352adfbe101d5c1662b9bd464c60e9927c 0.00 MB 1 0
11,903 11,903 00000000f5c78cf8ad142a1dbd54c65695dbd19bc9eda34129cd6f692e1d7dd9 0.00 MB 1 0
11,902 11,902 00000000c77620602a30496fd1de5d42d8699a7bb7d3a189894c58d358f6bd0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,154.31 GB sent, 112.60 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.