Loading Tool

Explorer IconExplorer

Memory Pool

79,951 transactions
30.09 vMB
0.08919539 BTC
Random Selection Loading Transactions
Max Size: 181.35/200 MB

Candidate Block

Mining Attempt c9b5ae8dfc9fbacb362c78bc06b0a93502744c92f7b4a1fbb51a32eae5a2e6a2
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 7ed75500425c64738d6269f7c9ada5bafcc8a9cac709ccb38d3cea38f0119328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01897632 BTC
Feerates: 40.21 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (261,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,746 653,746 00000000000000000006fe962a7e959a7fe6a2e862ae99e2196fa4d5199e27b3 2,548 1.00/1.00 vMB 108
653,745 653,745 0000000000000000000c2fdbfdbe67bb947abae285ec02f4f0e3c80be37f985c 2,792 1.00/1.00 vMB 120
653,744 653,744 00000000000000000005d910443ee168af1d6de83582f9f84a71fad786f8797f 1,597 1.00/1.00 vMB 138
653,743 653,743 000000000000000000049dd5f6462a8cef55f1465ead1894fc1a5e846600d6b1 2,341 1.00/1.00 vMB 149
653,742 653,742 00000000000000000004ffdda7e63efb4103b7827def0faabfa1976576c107bf 3,012 1.00/1.00 vMB 115
653,741 653,741 000000000000000000053301d3b3b0f358589a6848a2494aaa0ca38edf99e48c 3,081 1.00/1.00 vMB 113
653,740 653,740 0000000000000000000b55214f8d3d5006c83f81ef4cee3222b32490e3ea58ef 2,709 1.00/1.00 vMB 117
653,739 653,739 0000000000000000000c525bac092b9f6b9cc808d040b55e0358f3a2c8a4621a 2,155 1.00/1.00 vMB 129
653,738 653,738 000000000000000000082ca05a3777927b441b703dfbfd36846b91b525f189fa 1,429 1.00/1.00 vMB 122
653,737 653,737 00000000000000000000f44a0fbce16c3d03c9d78ffc32d5f5485650beb80c57 1,673 1.00/1.00 vMB 144
653,736 653,736 00000000000000000003a5dc5f91e76d5ad98a40a40cf1424336909512f67658 2,507 1.00/1.00 vMB 139
653,735 653,735 0000000000000000000289a6d835cdcae163e7790e0ed85e9b7df4649fc9b5b7 2,726 1.00/1.00 vMB 108
653,734 653,734 000000000000000000013d7ddf6c7e33472e1502df978671b05cc178c788d1b5 2,051 1.00/1.00 vMB 116
653,733 653,733 000000000000000000098ef0c8ae614adcbc253a6875e953ae623621e47b083a 2,313 1.00/1.00 vMB 127
653,732 653,732 000000000000000000074422fb42dd503076e9b4f7d48d0e48f7acf3fb92e219 1,746 1.00/1.00 vMB 122
653,731 653,731 00000000000000000000f10dcba7b98dcb01ad666715efb9db6ff9e590340c0a 2,688 1.00/1.00 vMB 149
653,730 653,730 00000000000000000005597a527aa62f4c5840b95b4a530c8729a203ee2a2b6d 2,158 1.00/1.00 vMB 124
653,729 653,729 0000000000000000000819b002a9e276261a75a4eb292aa35c4f410046cf8bff 2,635 1.00/1.00 vMB 145
653,728 653,728 00000000000000000009573b58c214db79021d824a4992a9cc60bc44e80cbc2a 2,519 1.00/1.00 vMB 127
653,727 653,727 0000000000000000000d5a1e0b3a3ca7330e513a8d1be24b63498112a2a2f931 2,550 1.00/1.00 vMB 115
653,726 653,726 0000000000000000000cf700efad363dde72badb0538dd93361a130aa9dcabc8 1,934 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.44 GB
    • Received: 16.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.