Loading Tool

Explorer IconExplorer

Memory Pool

43,358 transactions
26.57 vMB
0.06293172 BTC
Random Selection Loading Transactions
Max Size: 139.68/200 MB

Candidate Block

Mining Attempt eb1d167ff07bf98e977e6790ea6bbc327e87d41bc24c6d3907cd3f342b97379b
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root dd46b3ec90f4fa671bc995d67553148677fc918b5378e671c2896f26edd8ae39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.01416631 BTC
Feerates: 74.70 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (867,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,822 46,822 00000000037d763f99ab9cd59224cae5da3907e1fe8ff452a8b3a3a0ca2a29a4 1 0.00/1.00 vMB 0
46,821 46,821 000000002e70bc8b0b905948b1abed0b848410d2040edf88b9e43a38fb9fdef8 1 0.00/1.00 vMB 0
46,820 46,820 00000000295005b16821ce9a7d611893f5fa4d92da0bc65005158a72ede294cc 1 0.00/1.00 vMB 0
46,819 46,819 000000002e8308e2ad7c8c477143adf0898031f1bfbf31bfd2b16b8b1b631a27 1 0.00/1.00 vMB 0
46,818 46,818 00000000238bf553a22cf1913c629bd50d93c907ff63da2e166a89cb093b795f 1 0.00/1.00 vMB 0
46,817 46,817 000000002fd5c2ecbda1c562c2acc7d4f12cf51dceb65c821b8aaa4b70b91980 1 0.00/1.00 vMB 0
46,816 46,816 000000001d1c2b0039e0d1bcb26a9895619e896747d53bdd7e039d1abfd46e9f 1 0.00/1.00 vMB 0
46,815 46,815 00000000068aa8241a0fb4ba5252b71d4db181b782d704baaf4d45cbb01a7578 1 0.00/1.00 vMB 0
46,814 46,814 0000000036e9591771bf8dc5f29d019cfac5e356b7c07c7fe747765a2ed569aa 1 0.00/1.00 vMB 0
46,813 46,813 00000000092119e497449be6d9bb6b0ee8f093a49b42f7e48cc46302d1e8beb2 1 0.00/1.00 vMB 0
46,812 46,812 000000002c9eb62e48d5286e26f7a052ebc3fad4f06057fcf826e26db18ad9d0 1 0.00/1.00 vMB 0
46,811 46,811 000000000badfea8e2593909ee193b50888baa3605773e75fb997931824bc836 1 0.00/1.00 vMB 0
46,810 46,810 0000000018073e2e8fc3dccaa37a23dabf92f28278ede5ac208dcdfee5fd26e0 1 0.00/1.00 vMB 0
46,809 46,809 0000000009311308ecf8a9be3eea031b6a70654c1a515f351e26b80f05c8fbd4 1 0.00/1.00 vMB 0
46,808 46,808 0000000007bce9ce8acc37f00f3ba362ddb5dd67a76c5de1fbff888f9c01734b 1 0.00/1.00 vMB 0
46,807 46,807 00000000377315cd5b3a592b4f977f94d8c11435202016a031311eaace3b8cb3 1 0.00/1.00 vMB 0
46,806 46,806 000000000384a09055daca429c966f61fa486680293b632216e933190407af9f 1 0.00/1.00 vMB 0
46,805 46,805 0000000001b0cfb9cc06abc9684a29ea4cc944bbdc74587bf6312add09cbcbcd 1 0.00/1.00 vMB 0
46,804 46,804 000000002326e1d85ace6e663489e9f5c5c9ce902725d8f2908e7960cdcad1c0 1 0.00/1.00 vMB 0
46,803 46,803 0000000013969058005c8aa478f82a322e18a414d77cf9ccae1f314221c3332f 1 0.00/1.00 vMB 0
46,802 46,802 000000001ca8c45419329b2084bd9dd8203704bf878a7d147ccd670c154bf76b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.