Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,514 transactions (1.23 vMB)

Priority:

  • 1 sats/vbyte = (4 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
909,459 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,716 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (826,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,481 82,481 00000000000cfe48633c1988dbe8e23a8ea66fb2fca67c64bb625b1b48a814f1 0.00 MB 2 0
82,480 82,480 00000000003cdf61848e35946ec84bbf9dd3c7d81bb0a102648bd08bd95a21a6 0.00 MB 1 0
82,479 82,479 00000000001d01e37c298e3ce3e4ba12dd9819f4c82593907d50c3465f8559b0 0.00 MB 3 0
82,478 82,478 0000000000463174b9d4a24c4f3a9a99d7b05a2a180a1cb4e93c5dc6aadd4ca0 0.00 MB 1 0
82,477 82,477 00000000003643ea739ed2f5478df00e7bdaf527f966e80fc73150e91880978a 0.00 MB 1 0
82,476 82,476 0000000000057e5498ceb14c81cdca8570fb468215abd704191b53e1de97b753 0.00 MB 1 0
82,475 82,475 00000000001323d6cca9f2607d95026752065b791e0110c006540fb67d787294 0.00 MB 2 0
82,474 82,474 00000000001bad01cdbd00a5be6d1777a9d42419f76ce3a2703008b26e383462 0.00 MB 1 0
82,473 82,473 000000000009ef74f864f3f9078a9909e793c8e8b1919b1eb6ad785eea5d573a 0.00 MB 1 0
82,472 82,472 0000000000411e702d88ae000e13ea0cabcd5a8570be3e14f0a93ff5d4c3e435 0.00 MB 2 0
82,471 82,471 0000000000044e9d175d5e2c3cf1251b3c4957863b4540146df9ee08d74542eb 0.00 MB 1 0
82,470 82,470 00000000003f9c4ad3366e62974d38d0afa2fbecf4562f6dc5515d26c87f98aa 0.00 MB 1 0
82,469 82,469 00000000001097252a5a72e4ad6a0eaf041ec1a01b30c1a6034450ebd7133b5d 0.00 MB 1 0
82,468 82,468 00000000002f242a39e9070ed15ec293f550313d0e09f5f0543e99e8d5267da7 0.00 MB 2 0
82,467 82,467 00000000002e2ea5c0f40ce7625267cf7f923b6827d2b7effa49bd243b643795 0.00 MB 1 0
82,466 82,466 00000000003cffc55ded9ffc291d98ef022ea750e5343475d11e228bb4ec1f95 0.00 MB 1 0
82,465 82,465 00000000002ba2e57027497aaf88e01b402d390defdc9a2f893dec367b4f7015 0.00 MB 1 0
82,464 82,464 00000000002d2d08c0870f87c22c95aff63044b2063e1ca746af1865c5a8daa2 0.00 MB 1 0
82,463 82,463 000000000005909a99ca935b8cf05a8e2540b709b726c8ed54cac4cc1d561639 0.00 MB 1 0
82,462 82,462 0000000000049e3155b8c0737d3d6915808c4e3acc3a50c75d9f492f131e90e3 0.00 MB 6 0
82,461 82,461 00000000000b43533480538794b2549ed031bb38696ca29b02cd82b0697b87dc 0.04 MB 2 0
Previous 10 blocks ↓
Total Size: 772.39 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,079.14 GB sent, 110.20 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.