Loading Tool

Explorer IconExplorer

Memory Pool

44,018 transactions
27.23 vMB
0.09099645 BTC
Random Selection Loading Transactions
Max Size: 143.73/200 MB

Candidate Block

Mining Attempt 748e0f36735a1caa5fba220e78b618f94fd314a4f9c78e0026eb4cf8f3197f93
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (328,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,949 585,949 00000000000000000003ecefcc5cd2a5614e2edbe3da3ae532fcfb55957589f7 2,857 1.00/1.00 vMB 73
585,948 585,948 0000000000000000001a99ba9fe4dd93b6921a03236e953091279cfa46930d36 1,963 1.00/1.00 vMB 55
585,947 585,947 0000000000000000001ee55ac85ad85e79e321d4a5f56fbcac719427a7250d76 2,597 1.00/1.00 vMB 52
585,946 585,946 000000000000000000057c81d2bba8e408cd2dcc986fcd0381686ab2354ec3dd 2,471 1.00/1.00 vMB 76
585,945 585,945 00000000000000000014505893f6f13baf3b8cbdf27cf1c69c3baefb2d5b1eb4 2,638 1.00/1.00 vMB 79
585,944 585,944 0000000000000000000f7fba04c5e7fc3f33dbc3189b7d80eae99744d8347944 646 1.00/1.00 vMB 47
585,943 585,943 000000000000000000116b028d862058fe0f505251b7d3253f3fa0f0457aae85 1,828 1.00/1.00 vMB 56
585,942 585,942 0000000000000000000962c9fed5cb43ebb0a93055300d59123ee564b1ce889d 2,816 1.00/1.00 vMB 59
585,941 585,941 0000000000000000001513cd6676a1864f783c514c33929d1f16da89d3dcbca7 2,387 1.00/1.00 vMB 80
585,940 585,940 00000000000000000019aa4765039b529a625f5fed0d180632215b896c192a45 2,877 1.00/1.00 vMB 54
585,939 585,939 00000000000000000011d3e7e09eef5fdde6a81cd7d3b44cca34396762e21dec 2,071 1.00/1.00 vMB 77
585,938 585,938 0000000000000000001d5affb1c200647709153e1fbd9027e883df5465fee42e 2,882 1.00/1.00 vMB 84
585,937 585,937 0000000000000000000ed1c4ad64c5bde401a278e498c7e9ef62fb393675ca9d 2,810 1.00/1.00 vMB 70
585,936 585,936 00000000000000000013aeb9a97c10fe982c7b7eaa61935a9e103e2e883d2d05 2,808 1.00/1.00 vMB 67
585,935 585,935 0000000000000000001b1163745deb9d30d2c9ec9ca3e25f31eefedcea53a9c3 3,013 1.00/1.00 vMB 65
585,934 585,934 0000000000000000001bd4405a97bd987fbd37999a20f55a7d59f42c7d392f21 3,561 1.00/1.00 vMB 56
585,933 585,933 0000000000000000000889a2e90444245e86526389928a3b38c75647271fcc81 3,155 1.00/1.00 vMB 38
585,932 585,932 0000000000000000000545bd99458040debdc27d0176f57c35dcd3c6ec3bc300 2,926 1.00/1.00 vMB 51
585,931 585,931 00000000000000000010a14abe97b878af83085622c8092271f19b33521a4f8c 2,187 1.00/1.00 vMB 58
585,930 585,930 000000000000000000040ad8d8eaeec5bbd92b14b1bc82e61798b0c031aaf308 2,646 1.00/1.00 vMB 64
585,929 585,929 0000000000000000000feaca4aafc63f4bf1a4d392ca19925a5ea8e7b8887915 2,333 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.