Loading Tool

Explorer IconExplorer

Memory Pool

84,681 transactions
32.77 vMB
0.08366590 BTC
Random Selection Loading Transactions
Max Size: 194.13/200 MB

Candidate Block

Mining Attempt 03da26b4155d94b5a939475e8d4b2b4aeef4ebde4ed8bb9b50ecaac5a75abd70
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 987e21f9cad4d58ebfd8d07b5ace04301d23be1a48dc1e5ec847335e8745b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01874996 BTC
Feerates: 120.64 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (456,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,975 457,975 000000000000000000354a00fddd4e9fa3e889aabf141bf2157f77223b124d67 1,902 1.00/1.00 vMB 166
457,974 457,974 000000000000000000b7f9bc290d85ce6c0ac6ad84bf09137afc87fcce306a43 1,145 1.00/1.00 vMB 109
457,973 457,973 000000000000000000d8ea9bb291c5d9083033b574ee98cefc5fc955fc530540 524 0.42/1.00 vMB 140
457,972 457,972 000000000000000000d86c1dbfd88d5d5bfeae2eff0ef5d18f604feae5ff26b8 1,011 1.00/1.00 vMB 54
457,971 457,971 000000000000000000a6e70bb012ad83ce5921937e823c1121a330ee435184c7 2,136 1.00/1.00 vMB 173
457,970 457,970 0000000000000000006ef9bf02033f431c7631b84c0140a0dfe6984ef3ff764c 2,274 1.00/1.00 vMB 159
457,969 457,969 0000000000000000016edce8b48823b2dadba7b75a3fff6f4bbc9ab5d28da25e 1,649 1.00/1.00 vMB 221
457,968 457,968 000000000000000001b3f9f4f6136f186861dab2246755839c371ea6d0dfc1d1 256 1.00/1.00 vMB 10
457,967 457,967 000000000000000002416b513035fe848683909cab3bb62d4cfa9de0bab40abc 399 0.32/1.00 vMB 100
457,966 457,966 0000000000000000019eecf75b7d7263a3dcb9867eff5de26f016181f0b86355 591 1.00/1.00 vMB 46
457,965 457,965 000000000000000000781c005c63ddca0fffc5dc03ae3ce1c1dda903cdc4c4fc 1,799 1.00/1.00 vMB 115
457,964 457,964 000000000000000001935c05ee856f31f54ad341a9d27b5180b7fb28ea04f772 77 0.12/1.00 vMB 33
457,963 457,963 000000000000000001e62979f1b96abfb325a936e8b3fad0e9565e86e32b2f70 1,013 0.71/1.00 vMB 99
457,962 457,962 0000000000000000023a232f34080b25e53e2f70efca76dd94fe901c405d64c1 2,265 1.00/1.00 vMB 184
457,961 457,961 0000000000000000018c52148c8de5c565add87df265c18b3d69a360f699bb79 727 1.00/1.00 vMB 55
457,960 457,960 000000000000000000f1a4046dba56595e54917f931b5f17d19e30ea51554099 2,227 1.00/1.00 vMB 165
457,959 457,959 00000000000000000014a9a5297f07f5b3b5f33943bf58abf88f23581d5eb9bd 582 0.26/1.00 vMB 155
457,958 457,958 0000000000000000002b7ebb2151bd1b63357e9b689d4efaaca3fc667b66f7a8 1,461 0.66/1.00 vMB 166
457,957 457,957 00000000000000000011091380f0198a72bec1680d96560d23d56223e47d5f25 386 0.20/1.00 vMB 157
457,956 457,956 00000000000000000178ddedbb7a3cc36183750071ce381a4a496b536c33d788 1,119 0.46/1.00 vMB 172
457,955 457,955 000000000000000001aba755ff5d54304039a6ac43db7fe9f5117e7b2606bfcd 1,082 0.59/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.