Loading Tool

Explorer IconExplorer

Memory Pool

86,310 transactions
33.10 vMB
0.14028974 BTC
Random Selection Loading Transactions
Max Size: 196.88/200 MB

Candidate Block

Mining Attempt 528ae5a26a53d3b9fbbb923dc6a547ef6f8153bc4081f2e469dcc1062b1b8b19
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 98dc33da8dc24ca066ffeaba74ddde6fd3030d2524f5c4f1c7111a9225563478
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 1.00 vMB
Total Fees: 0.06478911 BTC
Feerates: 387.56 > 6.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (398,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,950 516,950 000000000000000000161889ab7d088386942640627aec3d64023c6498b17f82 2,082 1.00/1.00 vMB 16
516,949 516,949 00000000000000000023bc242fdb93d5e7dfe6a3b07341ec55aca68d5a3d867a 946 1.00/1.00 vMB 10
516,948 516,948 00000000000000000005e433f0bebe8a9e67d5a0e8a381c0a04bec112b0e3f6d 1,325 1.00/1.00 vMB 17
516,947 516,947 0000000000000000001d40992fc2d544fc61432781d014b2598d10b44851c2c5 1,609 1.00/1.00 vMB 9
516,946 516,946 000000000000000000163878bbe5df59993342895c69ee7bafb343974ad5fecb 2,698 1.00/1.00 vMB 35
516,945 516,945 0000000000000000001c03a2f8d44a32d7c52b3888a26078d6a8841af9301c5f 3,193 1.00/1.00 vMB 23
516,944 516,944 0000000000000000002cd6d1580430bb3cc7e99946ac5a520d8cb9771ce8e1c8 2,540 1.00/1.00 vMB 45
516,943 516,943 0000000000000000001993f2defe8c0ea267b2c5e82bf059492c1a91df57b1af 670 1.00/1.00 vMB 6
516,942 516,942 0000000000000000002e2d16696297068390630842f2a705c3ce82c9ee8d0775 654 1.00/1.00 vMB 8
516,941 516,941 00000000000000000032e95ddf8458089fcb782589fbe555adb9dc4f38097ff2 2,254 1.00/1.00 vMB 27
516,940 516,940 000000000000000000259de020bb14be7b2ed5a5e96deb4946446c541c92389a 1,113 1.00/1.00 vMB 18
516,939 516,939 0000000000000000003bbf8dba4757a657a8171369e713dfcd8400d45fe02164 1,795 1.00/1.00 vMB 14
516,938 516,938 0000000000000000002d6ac6d46161addd6daaa1448ef7d65e081d614feda64d 1,758 0.76/1.00 vMB 40
516,937 516,937 0000000000000000002f3305e63a0d5d588ef9e59227712cd1b3779684b2f102 153 1.00/1.00 vMB 1
516,936 516,936 0000000000000000000ae5ad8ac35685e45d41fce28a29fa3f213e983c890f5d 356 1.00/1.00 vMB 3
516,935 516,935 00000000000000000012cedfb095b5a1d8a01d3a7e6cfc708702a33f28671926 169 0.06/1.00 vMB 32
516,934 516,934 0000000000000000002e444dddc177d3378b9f9686ca368a7540d6197da288b7 591 1.00/1.00 vMB 8
516,933 516,933 00000000000000000003e85933812b348a9fac7453925f6e28e29a79bc5d6bb6 1,916 1.00/1.00 vMB 8
516,932 516,932 0000000000000000004f5d89e40765a6d262c43bfc375a389f682104587c6692 2,330 1.00/1.00 vMB 48
516,931 516,931 00000000000000000005db9df0dd0defb9a5a6184c108ed1baab54138f17fd8b 1,001 1.00/1.00 vMB 11
516,930 516,930 000000000000000000421febcc96d08d8213b6ef8bb4ad37b61d251b9d192b2f 739 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.31 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: 659.41 GB
    • Received: 14.60 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.