Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,441 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,014 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (4,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,286 906,286 000000000000000000009906e0e45a95b08b320d1fa1c8ba276b2c6ef39a25a8 1.65 MB 2,877 3
906,285 906,285 00000000000000000001ce47be2bf204456caaf4ae24d6ecb4a0921a372cefdd 1.47 MB 4,166 1
906,284 906,284 000000000000000000011c3a75b867ee444d7627ad5ad45e722d35e0d9f94921 1.55 MB 3,608 2
906,283 906,283 0000000000000000000238de66a27567a903bcf789c32591cd872eb0e21d0f20 1.43 MB 4,884 3
906,282 906,282 000000000000000000009f3b52960c4eb10e056dc2a9bf45aa5a083a8213f745 1.43 MB 4,744 4
906,281 906,281 000000000000000000013a6ce278d7b9495eb8198380de810bdc9230990d65c0 1.53 MB 4,170 4
906,280 906,280 0000000000000000000164aa87d61704f6dda08466666e9829cec52d49531241 1.51 MB 4,026 4
906,279 906,279 0000000000000000000131573593b90c0abade314a760edc92bc643730f544c1 1.46 MB 4,277 3
906,278 906,278 0000000000000000000047eadd72d4518bf7675d9d7e68f06129e8b8ec75b4d5 1.44 MB 4,794 2
906,277 906,277 00000000000000000001f1322f222fc8f9a59a7af1e8123b5597fd01eddf46a3 1.43 MB 4,296 3
906,276 906,276 000000000000000000007c097af8d3920109316f98e954ded16d00933c5aff29 1.39 MB 4,984 2
906,275 906,275 0000000000000000000222e3e222e4266c1399a618dd1b1679954f4819f957ba 1.53 MB 4,486 5
906,274 906,274 000000000000000000023a81c9bdad57b3af35a8b0d2eae0762fe2c0cbf504d5 1.40 MB 4,783 2
906,273 906,273 000000000000000000003e8b0179b173f3be5e79ae491a59581d6fa5427ff211 1.49 MB 4,764 3
906,272 906,272 000000000000000000010b4badb3007b5d67677604fc14ad9872e7a014019195 1.59 MB 3,784 5
906,271 906,271 00000000000000000002177ef1b9ed32119126dbe9cb4fa2d484cdee40e6971e 1.57 MB 3,915 1
906,270 906,270 00000000000000000001b34f7324775aae782785d6d5b77e4312d9a4ef776025 1.79 MB 3,616 1
906,269 906,269 000000000000000000018bcc303817d3698d13afa058b18ef4ead5e59b28d60e 1.60 MB 3,655 2
906,268 906,268 00000000000000000001b60668fa5db8378cb6514303bb596957af7933d4a8a0 1.52 MB 4,223 4
906,267 906,267 0000000000000000000186529110ca3fc4b7c00a3ae7670596e2f2e26b5cfab5 1.60 MB 4,093 1
906,266 906,266 000000000000000000014c611fda9d799ea34939806bdb01b3ec74586e137074 1.50 MB 4,387 3
Previous 10 blocks ↓
Total Size: 775.27 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,360.11 GB sent, 125.05 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.