Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,112 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,554 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,996 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,553 (830,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,063 80,063 0000000000088b4f5f3f9fd331fffab8c1e3b6566b7c72f5b41967cd563d5002 0.00 MB 1 0
80,062 80,062 000000000008771bdac601853b444090e1faf4f566c89874f88624cc1bbb74a0 0.00 MB 1 0
80,061 80,061 000000000037d1d77263e0ec8de43cdafa61b32e449ea9c761ad2d87e76380fa 0.00 MB 1 0
80,060 80,060 00000000005383c7f3d70674eec961cb6b3d41e2709e3d86cff9381fba04e408 0.00 MB 1 0
80,059 80,059 00000000001aece4692fbf3357a6d41df563153a5d9a87852753637299b7a900 0.00 MB 3 0
80,058 80,058 00000000005984caa5dbe6874338bdc6a4bf597860aee6608d6f89a3fb3d4897 0.00 MB 3 0
80,057 80,057 00000000003c195143b1c4761741c58272c0139656082f3668d0d49dcc16ee37 0.00 MB 1 0
80,056 80,056 0000000000384f8957c6d84d3ed35afaf76dda45c191f9fa627bb635de6b8a93 0.00 MB 2 0
80,055 80,055 000000000027b43c37ba059154c692d95a1dc96bc13fc4b1230f3ef4d5304542 0.00 MB 1 0
80,054 80,054 000000000033236955658be9bee6dfc409f1b18bccbc97090efb10f5fc1c9972 0.00 MB 2 0
80,053 80,053 00000000000d632f385f524c315dfee915623d9d690b7c2114fffa70d8a04cd9 0.00 MB 2 0
80,052 80,052 00000000004fc2a760f2a228a4abe4a386774de34be71ac9d78a2764b06aee11 0.00 MB 1 0
80,051 80,051 0000000000186c4524f6fe53d6943285615d7e6c49b30000bbb084a297db420a 0.00 MB 1 0
80,050 80,050 000000000052a2d85f3743e2ba13f424dceeea2919d4211fe4f66619112efb0b 0.00 MB 4 0
80,049 80,049 00000000002e95c20b84db88972a081730f8316604bdcbb71a523e8806970880 0.00 MB 1 0
80,048 80,048 000000000052cbfc8e4e2eeacd02fe03f504e76991a799dfbcad52f5f7a338da 0.00 MB 2 0
80,047 80,047 0000000000057151b68a96f4a83ad06bfeceefe13465607d014fa0785bdd0f96 0.00 MB 2 0
80,046 80,046 00000000000d6dbbee87a6f1c9c8d7280ba141ded7c9db5951aca30a6e05be20 0.00 MB 1 0
80,045 80,045 00000000003029f1e1c1440ec8ea76840bf26fcf0bc6fd6a3abf83c91289cfd4 0.00 MB 1 0
80,044 80,044 00000000000be3e0bbfa4bb788580d916334178d55c2a1b514978bd56893f790 0.00 MB 4 0
80,043 80,043 000000000000d61a70c970db5f1116d251971f07b1ebdf014aa3fb975cd5e263 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.40 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,252.12 GB sent, 120.56 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.