Loading Tool

Explorer IconExplorer

Memory Pool

77,453 transactions
28.99 vMB
0.10239229 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 77917c660e55c7bf942bfb1a30bc37b17bf4d9e45d2bcd5951da7418b32c7fe6
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 0b079a9cf5dfe0cd8a612f8d90f567d19971af8050f381b23d2980b1a4acabff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,590
Size: 1.00 vMB
Total Fees: 0.03257547 BTC
Feerates: 180.82 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (539,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,487 375,487 00000000000000000e6ef037da2fc09cb29713849d27fc3ecc4f1eedb283b157 1,447 0.75/1.00 vMB 37
375,486 375,486 00000000000000000304c1bdbc213b2dc3c8bdfc247e83525a92f928a57b0a9a 1,565 1.00/1.00 vMB 20
375,485 375,485 00000000000000000dfc3457c2bab487b04e71078c5bf829ca5d0d540dd248a9 1,153 0.95/1.00 vMB 25
375,484 375,484 000000000000000001ebbb634af15574bbfbea8ce291a261fb4da2f6d1cbd9fb 1,254 0.86/1.00 vMB 30
375,483 375,483 000000000000000012203c671d05bf1c6210f169da06de58297cf74c1eb982d5 963 0.87/1.00 vMB 20
375,482 375,482 0000000000000000080baee7ff8e34ee47a9212e53f5c6a6382d11e3ce14adba 1,056 0.93/1.00 vMB 24
375,481 375,481 00000000000000000dc930aa3160be023c02344b59b6f0731b770ec723eeab20 1,734 1.00/1.00 vMB 62
375,480 375,480 000000000000000010c460f67b20ecbad0f9c332a83cc655842bd879746cecba 100 0.75/1.00 vMB 72
375,479 375,479 00000000000000000fa8bfd95b6a473d5d8864c74167dfec7077f684b95d106c 181 0.50/1.00 vMB 76
375,478 375,478 00000000000000000136a5ac1249915401f2d0a2691891a325f66bf4e9cb821a 912 0.75/1.00 vMB 58
375,477 375,477 000000000000000011910c4298029436d1f794019ed9191ea4e0cea3d142159d 1,944 0.95/1.00 vMB 45
375,476 375,476 000000000000000000609b46310ae6011f4a0d9fd63b4ba795d03d89a5325554 1,652 0.75/1.00 vMB 47
375,475 375,475 00000000000000000640b9f3d89224b105828421612025334c31a73810872804 689 0.66/1.00 vMB 19
375,474 375,474 00000000000000000a02a2bf9d7b366e226160b8412830e6d72061ea7712d970 1,512 1.00/1.00 vMB 30
375,473 375,473 00000000000000000c83bb30cf5030c32f2fee09b95757eab64aa3e45991ad6a 1,595 0.95/1.00 vMB 32
375,472 375,472 00000000000000000652f49057d8424ba0a0e8177a66f6c280c84c85b574d40a 2,134 0.95/1.00 vMB 54
375,471 375,471 00000000000000000b4b66440728d1985eaca478bf2c837441739339a0c79c1e 1,525 0.95/1.00 vMB 28
375,470 375,470 00000000000000000dbb51912d8d26a901e88bcc98f03217ac37ef4e2edae2ba 490 0.93/1.00 vMB 20
375,469 375,469 000000000000000010809ca324087170a239d372b18b0c2eae0c0e80ff1afcb8 1,970 1.00/1.00 vMB 44
375,468 375,468 00000000000000000061d1be73737e54f97e867066eaf926c11bb5d8ac7b9994 1,479 0.93/1.00 vMB 31
375,467 375,467 000000000000000004d2140e50176444e805d7edbd832a3bdc42ed18e3a6a8eb 1,808 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.25 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.