Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,612 transactions (1.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,095 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (883,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,801 27,801 000000009370f48d150126349ec68073a29cd17e3c637b2f679b4a714c1babf6 0.00 MB 1 0
27,800 27,800 00000000b32bd9af87dba2d0354213d63c9524c3340f2613f85e17c83eae2c3d 0.00 MB 1 0
27,799 27,799 0000000092513ac16f7a1814e5fac87df86cc4233f4f637e6bc190c7bdaf66c5 0.00 MB 1 0
27,798 27,798 00000000d7d847c521a62e093344e73253253e4f4a686e0ae671a6e4e530221d 0.00 MB 1 0
27,797 27,797 00000000c1565a76bf470db4309e6e2a82ffdd913f68625f14c73e3448bdf1d7 0.00 MB 1 0
27,796 27,796 00000000d6533b57dc5765067f51cc37d39b13be6e7fb8db7a4aa956d3942114 0.00 MB 1 0
27,795 27,795 0000000010179c88193ac45ce7e29906a3466c69b56ca8541ff1dc0deb28ac27 0.00 MB 1 0
27,794 27,794 000000005f475f19650f2a99d3f7fae54d1fccc30977e1684d3ed02e4014fc54 0.00 MB 1 0
27,793 27,793 000000002a22499f36071f922f6327f84ebcd4b10cfe31f71ad60abb6b752023 0.00 MB 1 0
27,792 27,792 00000000becf917474e6d7946ea7f5d2b27dd1d379991df255ad27ffdf9b7ed6 0.00 MB 1 0
27,791 27,791 00000000bf74e75470f6365d3534d836eb68bb95eca70c8a954c75993bcec267 0.00 MB 1 0
27,790 27,790 00000000b8b3aa8c7453557cc473521739521b0f69d002ff7af0981cd255c2f3 0.00 MB 1 0
27,789 27,789 00000000b9b04e2bd8f5b8cb14b84b9d13c04686783a682c4d7c652cf2d7f061 0.00 MB 1 0
27,788 27,788 00000000e1aada7e7e14e85da5a6325c477151d4dc20186ae81b6221d941aa5d 0.00 MB 1 0
27,787 27,787 000000001544cc0b4a446048f11cbc398f8f4116b9e8b7fe5b0ece1d4db638b5 0.00 MB 1 0
27,786 27,786 000000003790f9114b9b357445f83ceefb27526cf8ef72c7a6c361e4305b74af 0.00 MB 1 0
27,785 27,785 00000000cde427f831876e3af0fe87345e68c9afb07b41be242db0c34d018f56 0.00 MB 1 0
27,784 27,784 0000000037361350ff89560dbb3df5d175d93ac11a1c36cdb11fb43c1d004027 0.00 MB 1 0
27,783 27,783 0000000040f32d866eaac5c744a7e31b1972956c06a3a7b85467d77790ac6c05 0.00 MB 1 0
27,782 27,782 00000000a1eba3d5cab8b9aae806079fb1b696bd6a44c79a909ce50c98f6d3a7 0.00 MB 1 0
27,781 27,781 00000000baf793424e84f7cbd6897c87dfc665a4f1d77e471d35c7c5e8a8b0ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.