Loading Tool

Explorer IconExplorer

Memory Pool

82,025 transactions
30.91 vMB
0.07841520 BTC
Random Selection Loading Transactions
Max Size: 189.67/200 MB

Candidate Block

Mining Attempt 9fdec35c0ae271fc164314e6e6130a8432ecd8bfa4b7511fb3ad28a19c5a33c7
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 24fe0bd807222b876d94ba33abafe64dc91141de5011e78161acfff60cb0e78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00895412 BTC
Feerates: 301.05 > 0.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (565,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,955 349,955 00000000000000000634f7a8a743818ae44226af885e7152f263346d59d653a5 1,523 0.75/1.00 vMB 30
349,954 349,954 000000000000000016c5a7d5813ebf1d8c0ee343b8a48cadd882f7c9003ffd13 1,766 0.75/1.00 vMB 33
349,953 349,953 000000000000000014ca07a4de61f98b26de5d8c48bd5580a0a15b0431978b7d 621 0.46/1.00 vMB 15
349,952 349,952 000000000000000015c4920bb4a8f31b99aeac1bc826c5f1889b20dcd7650be9 1,929 1.00/1.00 vMB 31
349,951 349,951 0000000000000000116fc83685867b561f6b0566999ff502cb5d296844847fc8 356 0.18/1.00 vMB 25
349,950 349,950 0000000000000000105564896d474580b19b18bab2448a7978e6972b59b4111b 1,050 0.64/1.00 vMB 20
349,949 349,949 000000000000000001a7f5b11d35183c7a0d9d9c5e4803d5705865ad8a0cd89d 1,723 0.75/1.00 vMB 36
349,948 349,948 000000000000000001453922aff3e7ca334f070920f081ae9de129870b69fd47 85 0.10/1.00 vMB 8
349,947 349,947 000000000000000001d9c1e745d1c091d8012ab87942a8335583b7357d6d7be3 1,039 0.66/1.00 vMB 25
349,946 349,946 0000000000000000064f4270c6878fdf555c1c3cdf6223f8810fafed500616bf 706 0.40/1.00 vMB 25
349,945 349,945 000000000000000006cbec774c2acf7c595bc3a3f3010124592a147f8a670ec7 1,410 0.75/1.00 vMB 26
349,944 349,944 00000000000000000721b609c90b04a48cae96d8df89d6339272e462ad056886 433 0.25/1.00 vMB 24
349,943 349,943 0000000000000000136bcf7e421a70c594cfdc8cc625d729117aa01962bbe349 899 0.52/1.00 vMB 32
349,942 349,942 000000000000000004d403c9dade95d8bf60f5405382ec526c31ecc4b9480c02 128 0.06/1.00 vMB 13
349,941 349,941 0000000000000000129dcae5a5c1496e0fc6fa67790017d7b22e92167d8f847c 1,727 1.00/1.00 vMB 22
349,940 349,940 000000000000000004928bf13b8bee2ad40dc01b842a43b8e73986db86bc07c3 333 0.28/1.00 vMB 8
349,939 349,939 000000000000000002b27d8910835ec86a55ce1c80a7f08911b785fe5be2c4b8 922 0.75/1.00 vMB 22
349,938 349,938 0000000000000000121bf7c335e1981f1bf0de9169c5a57dc7e070ec4d15929e 1,024 0.75/1.00 vMB 21
349,937 349,937 0000000000000000010f16d7dc7ee2848b152d22d886379e18c2d2e51280bef5 2,173 0.75/1.00 vMB 47
349,936 349,936 00000000000000001253ac8e4e1d521d7cf4f999e7ead5d303aa6c559e35d7e5 1,745 1.00/1.00 vMB 28
349,935 349,935 000000000000000008af0536fcaa03badecf0a53a7df3f05e246b1acc7e070b1 112 0.09/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.