Loading Tool

Explorer IconExplorer

Memory Pool

45,253 transactions
27.83 vMB
0.08879772 BTC
Random Selection Loading Transactions
Max Size: 146.19/200 MB

Candidate Block

Mining Attempt c7b80b34dc6b41e6665578ada75be5e3a0952f3c32b6d35962dbe618c28d3a37
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 5fcd2f156ca6da03db07223e2cdc6359245e08fc3f12f6f45f4d4ffbc1ee5bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,950
Size: 1.00 vMB
Total Fees: 0.03427652 BTC
Feerates: 157.73 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (477,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,743 437,743 000000000000000003f448f9433a8799b69f81652e164b268c3f2f96aee41704 2,476 1.00/1.00 vMB 100
437,742 437,742 000000000000000003e2850f192b892c39d9542e3fbd25da7e4ee91a1dff3456 2,243 1.00/1.00 vMB 82
437,741 437,741 000000000000000003fd2a5f12b0ccccf7cb1061e7097e1452c83cf33c7139ce 1,738 1.00/1.00 vMB 76
437,740 437,740 000000000000000002e12e1c663d8cac29154d9ca8176e82b562888916eeb374 2,615 1.00/1.00 vMB 73
437,739 437,739 000000000000000003c880ab21d874f3e6e819c9dc3e5aaa7a451a3377c8d818 2,800 1.00/1.00 vMB 165
437,738 437,738 000000000000000001ff5319a03f5913da32b1e5c6bc4d604dfd72d1f02ab8a6 2,842 1.00/1.00 vMB 65
437,737 437,737 0000000000000000034200b372b4d3f5b429f6bee20b430320fa641323cc51a8 2,979 1.00/1.00 vMB 141
437,736 437,736 000000000000000001083894991865a175e3eeeb1ba7a33f947f3292b6af325d 1,330 0.61/1.00 vMB 70
437,735 437,735 00000000000000000137736be813259d9ea73da6bb03afbbed2e2b1a2eebff8c 1,973 0.93/1.00 vMB 68
437,734 437,734 000000000000000003093ab561e47f49edb97195666f5749021a74c85dafa530 575 1.00/1.00 vMB 28
437,733 437,733 0000000000000000024690c3dd835f1b8bb4703524322e7b1b757e47bb950118 1,211 0.99/1.00 vMB 37
437,732 437,732 0000000000000000009c9fee4b0d801c1ffb40ca5f1dcc7937ebe676e03a4e8f 1,749 0.96/1.00 vMB 42
437,731 437,731 0000000000000000030dc658d62276b6b05b3febdf5a3cf08f15a2210ee105b1 2,347 1.00/1.00 vMB 61
437,730 437,730 00000000000000000267a4ccf0c85229390a85aeb3b971ec3d8a43720423750f 2,339 1.00/1.00 vMB 63
437,729 437,729 00000000000000000401e449b918ae39ee1d587d4a51a7fbd20e111b22e8d319 1,790 1.00/1.00 vMB 96
437,728 437,728 0000000000000000030854a3bec2eb09fdc5756660c4de961a54cabd845bcd32 1,542 1.00/1.00 vMB 91
437,727 437,727 00000000000000000199ddb9d531563b7cd1c31d54078400a65dbe2b20b9c1e2 626 0.75/1.00 vMB 66
437,726 437,726 000000000000000000e24eef2545372f7c40097be1e83887c206096e17449bcd 1,523 1.00/1.00 vMB 85
437,725 437,725 000000000000000001f028e745ea47fc33feaa0ba869e2ce833efff0e76cefcb 1,464 0.70/1.00 vMB 52
437,724 437,724 000000000000000003828981d8665d188e872e4c0ff27dae26b13536b0b9f6de 2,766 1.00/1.00 vMB 74
437,723 437,723 000000000000000000ce54f518e5504ee14bcd7ccbaad75bdc00e06cd6e23d45 1,948 0.87/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.23 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.04 GB
    • Received: 14.24 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.