Loading Tool

Explorer IconExplorer

Memory Pool

81,748 transactions
30.22 vMB
0.08400645 BTC
Random Selection Loading Transactions
Max Size: 182.20/200 MB

Candidate Block

Mining Attempt 7c4bee326a7b6c1310e2e50731b49c9410346c7d71cd5a248294ff6f032228e5
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 8142c03c976d4e822cbe22753d0898a543a204ba057f13a175cc511786b4a000
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.02196572 BTC
Feerates: 502.67 > 2.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (86,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,767 828,767 00000000000000000001431bac60f6c0b1f91001a632731163e6fa275a145bcc 5,730 1.00/1.00 vMB 352
828,766 828,766 000000000000000000025099510690e61bad086c775c6783475f664651dbfba4 3,571 1.00/1.00 vMB 325
828,765 828,765 00000000000000000001c819215c7b84376815cc1afc5433d4e9529c0f2f9741 2,036 1.00/1.00 vMB 336
828,764 828,764 000000000000000000007902ca7477b4006762c623402dc91d4b540c98302134 5,043 1.00/1.00 vMB 406
828,763 828,763 00000000000000000000ac8bb2b6fbba9cd5627a9ad8abe813d06ba8bec49f6e 5,976 1.00/1.00 vMB 463
828,762 828,762 000000000000000000029a27ab24990681cdb1a77e8dd1d5c30dd178bd816b19 4,250 1.00/1.00 vMB 416
828,761 828,761 000000000000000000038e87490f8f5e715042cab0b09b6061c2c77027c613b8 1,472 1.00/1.00 vMB 404
828,760 828,760 000000000000000000017a89d44a98f6e4cf4593a7f36623ea2a2a6b6f3b3d0e 2,822 1.00/1.00 vMB 477
828,759 828,759 000000000000000000004c3dfd059ec71a440f15d29bdc6da9521c60e73d416a 4,818 1.00/1.00 vMB 505
828,758 828,758 00000000000000000001e38c046e712428ba96f0e6c55e9714e4c990f0c52019 3,515 1.00/1.00 vMB 503
828,757 828,757 00000000000000000003ab8061a07310bfb7627673ee61f30fa671e1769486b0 5,973 1.00/1.00 vMB 574
828,756 828,756 0000000000000000000237e6f822abbf6f5ffc42767d14353c20b13c12e0509f 2,711 1.00/1.00 vMB 531
828,755 828,755 00000000000000000001f29d5f2992fece846ef892fd4a47975b21fd8e4f9837 5,378 1.00/1.00 vMB 599
828,754 828,754 000000000000000000003e2fe43240f1394e541dd687ca06419efd8678ede5a7 4,864 1.00/1.00 vMB 572
828,753 828,753 000000000000000000018963a3e785eaaca89834d2933211e7fed9b2b946a4e9 5,911 1.00/1.00 vMB 639
828,752 828,752 000000000000000000027a57e179a6c078e6aaa6a07fa960860d73de9c53ff72 1,766 1.00/1.00 vMB 620
828,751 828,751 00000000000000000001721a92c27d40e9d0579be5e150be0318a481c8d2d1c0 585 1.00/1.00 vMB 552
828,750 828,750 0000000000000000000224c8fbb5686e3d0f7cee10ba0a1707edd2822b2e4cb0 948 1.00/1.00 vMB 26
828,749 828,749 00000000000000000002a9f27430fd7f2564b52b6f2aac5e16290925c7f30059 5,110 1.00/1.00 vMB 28
828,748 828,748 00000000000000000002461168f3a93ceecc4e8e2ec46ee5a7e86a028b8dc96a 3,725 1.00/1.00 vMB 27
828,747 828,747 00000000000000000001c806dc51c293a77e5ba0c4eea1b0e92717f636d65c22 3,627 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.36 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: 662.66 GB
    • Received: 14.87 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.