Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,534 transactions (5.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,694 (897,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
11,901 11,901 0000000002d604d1d46767bcdce2f71920eb31a66921f64744efb9ff7d333b2a 0.00 MB 1 0
11,900 11,900 000000005b5291136e9d9cff55abf0e315318404a559e716b3255d19257abef7 0.00 MB 1 0
11,899 11,899 00000000073574acfbbeb588e1e5c82c2b07ea41004cd601c4c23f1980eeaaad 0.00 MB 1 0
11,898 11,898 0000000098bce1639ab2a33b710c8395ecf13a2e36ef86b407c36136d396f952 0.00 MB 1 0
11,897 11,897 000000007ded9a4c5ef37a545cfb3ca944b5ae03c69bf2e416ccd7fedf2e53f1 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.39 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.