Loading Tool

Explorer IconExplorer

Memory Pool

926 transactions (0.28 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.74/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,362 000000000000000000022b910000000000000000000000000000000000000000 923 0.00663389 BTC 0.28 vMB 1.98
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,361 (838,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,914 73,914 0000000000a79dfeb4fe0f2f49c5374afe3219e63ae6e340062d582dc7b582e0 0.00 MB 1 0
73,913 73,913 00000000004eb34e39eaf7291894d8e7e7773d95bcdcc0e8b1b79fb163113fdd 0.00 MB 1 0
73,912 73,912 0000000000509eba964b6a565e792771da8205c85fef4b920a434ec08872dcea 0.00 MB 1 0
73,911 73,911 00000000003ef65d19a60dd144a9d9cdf3af777138dc69426026a27759743b7b 0.00 MB 3 0
73,910 73,910 000000000047752ee601ea25858a7cb2668b45377775d83a9c5d0d982959b12d 0.00 MB 3 0
73,909 73,909 00000000006762eb0b7693f608cc48d65bf7cca05fda82df6239e972b4a7aba3 0.00 MB 1 0
73,908 73,908 000000000075747137176968b640663414e8680e2d63c638e3aeb0da10f13b4a 0.00 MB 1 0
73,907 73,907 000000000016c143d095689bf00726d40eb46a0b0bd74c725528f2e6957d960a 0.00 MB 1 0
73,906 73,906 00000000009b0cff5a7b80d1a40cec3d5ab757711ee5a9c327f5c5f0318d9d94 0.00 MB 6 0
73,905 73,905 00000000005bc60e647ee6be6cbac8711d7f95c8ac5cf9ae56361031c6ee79fd 0.00 MB 1 0
73,904 73,904 0000000000b01f3a76ed1066f2fef902d651f50f70db0195e873a72b837735f1 0.00 MB 1 0
73,903 73,903 000000000059646cac72d0a0b921b331104adc533f777081bf109a05628cff0c 0.00 MB 1 0
73,902 73,902 00000000004ecb557f7190ebf69a7c6a9d2edfda79c0a4f58d77178b2e3d038f 0.00 MB 2 0
73,901 73,901 00000000008ece4d7d38ac9b14fb99a720189dd756188eeeede2a107726115b5 0.00 MB 1 0
73,900 73,900 00000000000201252bb4e556c7d6bb2bc7c15e93943c7da4fd4389b7e9a2c6c7 0.00 MB 3 0
73,899 73,899 00000000002e8a8ede993a33bcd383933eb0611d37c837ddf20cd32a01d20b5e 0.00 MB 4 0
73,898 73,898 000000000073a5577940085bcbcd338ce91736a716e4274a452ac63ab10569fe 0.00 MB 2 0
73,897 73,897 0000000000b285d7988142c406e95d1a822f71c58a7995a36665b6051f4fc95c 0.00 MB 2 0
73,896 73,896 000000000097d6ac8116723c003ab86af0a4e828d44eccf24f1a908b2d3db268 0.00 MB 2 0
73,895 73,895 000000000090e8c4f2f10615e8b0aea920332c78c7e3d8ede2c2d17d8faec36a 0.00 MB 1 0
73,894 73,894 00000000004b5b9bc639876b065cffe789bb7b5701a0ba670c501df45d504fd8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.49 GB
    • Received: 136.96 GB
  • Uptime:

Notes

  • 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.