Loading Tool

Explorer IconExplorer

Memory Pool

77,826 transactions
34.34 vMB
0.15047850 BTC
Random Selection Loading Transactions
Max Size: 191.11/200 MB

Candidate Block

Mining Attempt 6710a37b7295f5f88d371a4a2e230002d700fba2173e449f1de4fcd4bf15270a
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 4bbb9fae7feda8c0b36722187be7debc7d851d88fe34e536731529f736c220e4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,882
Size: 1.00 vMB
Total Fees: 0.02827088 BTC
Feerates: 445.78 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (719,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,940 195,940 000000000000042c1361b48090b0d7b59c3edfe0d81e011fa735040733efdfde 31 0.01/1.00 vMB 287
195,939 195,939 00000000000004cff4568c0463654d9e7ab08944c3988b2b232b9b005e759b71 398 0.16/1.00 vMB 232
195,938 195,938 00000000000006168e53769ae8f3ea517dfb8bbd43d35b0ae38ef641d6809948 145 0.05/1.00 vMB 357
195,937 195,937 00000000000000d1da1526882cf167f5ba5b43ca5eeb1e211d8b88e1147edc07 512 0.16/1.00 vMB 296
195,936 195,936 000000000000050f3d31c545f42beb8fe85ef57fec1c67006744f13a19b838c1 1 0.00/1.00 vMB 0
195,935 195,935 000000000000042fbc3b4963827649f3535bd26e8a8b822bf93f3d8df2bfbc66 94 0.04/1.00 vMB 334
195,934 195,934 000000000000003f986b17e0c9d611a4b27a1f038ff2f0d751190fed894336c3 85 0.03/1.00 vMB 69
195,933 195,933 00000000000000d0536e5d1a6c0245432208f87cb896688eac7aa00c846c718b 356 0.15/1.00 vMB 160
195,932 195,932 000000000000016173e3a593c0b72b7f3a49b644e0ba5dfb063cf6261c9daa34 156 0.06/1.00 vMB 479
195,931 195,931 00000000000001f82f9a5ed492e4a82e2f9c9c5d44f89ba293b56cedc3258c9a 100 0.06/1.00 vMB 174
195,930 195,930 000000000000063a5bf5b03e73c708a5446688dac1376c441c733d4b8df39604 88 0.02/1.00 vMB 8
195,929 195,929 00000000000002b55ab6196411b0afddcabe58de5608fe256d0487c97c89d052 389 0.18/1.00 vMB 177
195,928 195,928 00000000000004240aa8b9e46f40e702869b2cf79c2963c83da3c5fa428667eb 35 0.02/1.00 vMB 18
195,927 195,927 00000000000004c5afca3d07a3dd8143e497b45305da2e89f7d560ff4eedee25 233 0.12/1.00 vMB 233
195,926 195,926 00000000000002774abce8e8a6875faf75057b894c9a9c9b80e6e596dfc5a62e 402 0.18/1.00 vMB 212
195,925 195,925 000000000000040729248875ed1ce546c9ffed5222cedabb2f0b2027c3c45ae3 127 0.05/1.00 vMB 116
195,924 195,924 000000000000036781bfd7dee86bddcdd1e25d28a272b7bf2901801bde4e4a2c 156 0.06/1.00 vMB 443
195,923 195,923 000000000000009598bc5e1340dee427206ef2d454e415f16c0f9fc09fe86419 122 0.05/1.00 vMB 96
195,922 195,922 00000000000003eda62929fd24b817a33a405ac2c7c0fa2aa06569830d06e15b 319 0.16/1.00 vMB 294
195,921 195,921 00000000000001379166c706654406544d38495f188f99a45e57b920c96b36dd 128 0.08/1.00 vMB 361
195,920 195,920 00000000000006770f67b8f712f8f82829eeb889d441252c3ee1e7a112cb5f26 78 0.02/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.11 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: 736.33 GB
    • Received: 18.58 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.