Loading Tool

Explorer IconExplorer

Memory Pool

10,099 transactions
1.94 vMB
0.00489666 BTC
Random Selection Loading Transactions
Max Size: 15.70/200 MB

Candidate Block

Mining Attempt e3bc7ecd491f04fd82a03a7b58f7d444b250e6613b4661d62d82a5afa0f25334
Version 20000000
Previous Block 00000000000000000001b65fe8cfd6a8d803ef86b2e63022943d0f9fe95dfcdc
Merkle Root 3cd3a777391d278fe72f58efb8e82d170b2c3b40e44d8b002a5437223d0490a6
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,822
Size: 1.00 vMB
Total Fees: 0.00379310 BTC
Feerates: 96.09 > 0.38 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 937,907 (107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,800 937,800 00000000000000000000574f487df1021228761a92c689d43d5225e0f0cb696d 1,494 1.00/1.00 vMB 1
937,799 937,799 000000000000000000003a63b00a3d8dcda75e62e44523c1be39f457fb2cb2cf 1,196 1.00/1.00 vMB 1
937,798 937,798 00000000000000000001e934d074e974a63f12ccc013345f881b2bbbf91fcad5 324 1.00/1.00 vMB 1
937,797 937,797 000000000000000000004ac3a66339600842e2de1a992d667145f1e23cbdf8f5 3,200 1.00/1.00 vMB 2
937,796 937,796 00000000000000000000a2f3a58e9a8a6e3376674bfe881d3dbfb01af742f79b 3,359 1.00/1.00 vMB 4
937,795 937,795 00000000000000000000166fe8d4320824e1e629635631bacda4f0d1633bf15d 3,461 0.79/1.00 vMB 0
937,794 937,794 00000000000000000000e81bf5b2f73599e81586dbe4e495b9bc8f3bec69afc1 1,206 1.00/1.00 vMB 0
937,793 937,793 00000000000000000001c4abd546f3233a6122b0baa2fd4a2ea176d883f16298 5,562 1.00/1.00 vMB 0
937,792 937,792 00000000000000000000933bfc50a1f1e549c7027a643783eac61f89a5cd771b 6,579 1.00/1.00 vMB 0
937,791 937,791 00000000000000000000a6d19d557bc33db74fb22563ce7a57fb61529d922d90 2,767 1.00/1.00 vMB 1
937,790 937,790 000000000000000000011b6716c65cab028f01c25171ca23ffdb0569ed5657dd 1,490 1.00/1.00 vMB 0
937,789 937,789 0000000000000000000087024790b9fc95d5a2f94d04a3f56d07c2b4bb193de5 1,469 0.57/1.00 vMB 2
937,788 937,788 0000000000000000000141037cf53a716a7b12dcedc632f8f6e407f534d080c1 4,038 1.00/1.00 vMB 1
937,787 937,787 00000000000000000000c7cdb9ed55bb0735762291e759f85f855a565b5ad24e 3,078 1.00/1.00 vMB 1
937,786 937,786 000000000000000000018cb25733480965b1b17ce324c3b06c0f4eb741590511 6,851 1.00/1.00 vMB 0
937,785 937,785 0000000000000000000124b32b20632cb26fe2d396d8173d23fa52c7108d7269 6,584 1.00/1.00 vMB 0
937,784 937,784 00000000000000000001654ed44291264e3db8467c0a9bbfcdabb60f33eaede9 3,144 1.00/1.00 vMB 1
937,783 937,783 00000000000000000000d15f5530008ba406db342de2c3b22c02cd3f154a2a58 5,955 1.00/1.00 vMB 0
937,782 937,782 00000000000000000000f2fd835ef3938c6900f9073c51542171aeaa4ae6fd78 2,235 1.00/1.00 vMB 0
937,781 937,781 000000000000000000009c3c4ab95fc40c60abc2e969442c0dd3da28fb3d3716 2,605 1.00/1.00 vMB 0
937,780 937,780 00000000000000000001396c8830e193fa96280e93de3e712d3e4659d410f0f0 3,796 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 823.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,071.39 GB
    • Received: 221.87 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.