Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,220 transactions (1.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,631 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,140 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,630 (857,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,023 52,023 000000001fddbc6fc956aee870627c136950ce8f2b4b784778b672e76bd161f8 0.00 MB 1 0
52,022 52,022 00000000027857b18360fea7638906563ed87a72c3e455b6cdd7c63587361fd1 0.00 MB 1 0
52,021 52,021 0000000016bd8519ef8dea3cc33cdeaa6c2af8ef0f0b817970eae41b9fbb45d7 0.00 MB 1 0
52,020 52,020 000000000fc595a609ef6ec8bee2c9945a2899bb9e0fb9e77d84e75f336943c1 0.00 MB 1 0
52,019 52,019 0000000007bfae4073528e1eb2afeb7c4e5ad5be7cdbef2fccdc911bd55c5dc7 0.00 MB 1 0
52,018 52,018 000000001ccd3f3a738f62a5e2b07a02bf9a3b75a71f000e793c6409f5647391 0.00 MB 1 0
52,017 52,017 000000001a4982f46fa756ae00349234756055048341e481ec63f2c7022eb35c 0.00 MB 2 0
52,016 52,016 000000000a5498758b41e41169d71427a00725d50ea41ce1ad3a85e057beee5b 0.00 MB 1 0
52,015 52,015 000000001a3ac18bb26cb444aa476da23cc7715b6c0fce88c921819807b75987 0.00 MB 1 0
52,014 52,014 00000000153183261dda8d85e38306e26808cab6ebfe5d3b464bfda49e8beac7 0.00 MB 1 0
52,013 52,013 000000001fddc9c0e9803d1975c46f4c7bcdc217bfa3c549ac95f94de343768a 0.00 MB 1 0
52,012 52,012 000000001ad77feb7d09220fc3038d9c3b951812502e0206d2225bfc9c5f42bb 0.00 MB 1 0
52,011 52,011 000000001ee1ba63ae438d90b43c8e15a3004df95214ad43fc4097a60b0904d4 0.00 MB 1 0
52,010 52,010 000000001b2070d5e44e39cbc4c853956636bcc23e6e8bb1a59bb39e00944051 0.00 MB 1 0
52,009 52,009 00000000209521cff8b52996ca20907026400f1a54c431fabedf7442115570df 0.00 MB 1 0
52,008 52,008 0000000011275c20dda50815d51c3d022a4882085d2c9d44be2d422781ff67d8 0.00 MB 2 0
52,007 52,007 00000000042e058c3d2e8aee4cd96931d3e41d25739fe337208138bddc55fe46 0.00 MB 1 0
52,006 52,006 000000000f8929983ad161be278e3d4bbfc3e09e883d8db3189a6054c120e388 0.00 MB 2 0
52,005 52,005 0000000016af5e44768045a6a9d52fe63e97db75714fecd710315a221f9cb1dd 0.00 MB 1 0
52,004 52,004 0000000003d88a03cd4fe7b127c5c17b5e7edfb99a1fdb695d9d674ab46ccc00 0.00 MB 1 0
52,003 52,003 000000000db2836002d28f134d1da57cb8592a2aa04dbc1be208355e7caad04e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.73 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,111.47 GB sent, 111.94 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.