Loading Tool

Explorer IconExplorer

Memory Pool

78,764 transactions
29.59 vMB
0.08877551 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt efa4a97c09e3f29522d88dee2540ccc2770f59dcf6bc4a619b69227b8467d148
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 7d3a04008c1cebe061124347803d76c8ea03fbf78e26e10e0148fee1248a6bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,390
Size: 1.00 vMB
Total Fees: 0.02391964 BTC
Feerates: 251.00 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (322,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,443 592,443 000000000000000000043f6cf808d72b6109d49386c882c1b304d59c29f007d1 2,757 1.00/1.00 vMB 30
592,442 592,442 000000000000000000058c804cb9fbcb078077cfe563f16e6c2d0833cccb96d9 2,631 1.00/1.00 vMB 37
592,441 592,441 000000000000000000049eed140a9b218b6e0d7d16fc30081b35c8556801fe01 2,300 1.00/1.00 vMB 41
592,440 592,440 000000000000000000120de76ae8bedbf85c8211e3e76a8989325f3ab1fea69b 1,902 1.00/1.00 vMB 60
592,439 592,439 00000000000000000001d4a818416657d9fc66eebf245b48f786dd5d336fe75f 1,308 1.00/1.00 vMB 77
592,438 592,438 0000000000000000000cf3e72fa27e09eb6f5edb2b9e0f71f889254786347c11 2,699 1.00/1.00 vMB 70
592,437 592,437 0000000000000000000e2e96d3c9b5c7fed0e117bbd615e9f346fe7f3adc9f37 2,373 1.00/1.00 vMB 39
592,436 592,436 0000000000000000001453406655863703b4792d3fcd57ae2327020c87cdefea 2,473 0.91/1.00 vMB 9
592,435 592,435 000000000000000000091c1f007f7fa255b1fc823770b9b5809c61aa6d5c25ec 2,753 1.00/1.00 vMB 38
592,434 592,434 0000000000000000000b4b59a4e9b54c773b5e562dead558108d0ef51cad2088 263 0.11/1.00 vMB 25
592,433 592,433 00000000000000000000cc526b56ef464b8d44da08372ee60e507c806df45a56 2,468 0.87/1.00 vMB 14
592,432 592,432 0000000000000000000ade42ac4a351be7719ba97d9f3687c3e5574828430f38 2,931 1.00/1.00 vMB 26
592,431 592,431 000000000000000000114fa2d7c7fbfe78cc68e571c8fd9de4116f3298fe9060 2,709 1.00/1.00 vMB 14
592,430 592,430 00000000000000000012801095d05b531e581fea692fd7f9e0c9a7e661272884 2,374 1.00/1.00 vMB 20
592,429 592,429 0000000000000000001b0a7d8ac716c74f26e4e8dacad814822b33325e5c9c08 1,823 1.00/1.00 vMB 7
592,428 592,428 00000000000000000009f7e368b965c99ff671ebab1ed1c4ab775e1565b02927 2,730 1.00/1.00 vMB 15
592,427 592,427 00000000000000000000f0a3b97a9b0839edcaa13aae46ef1652c59801851e41 2,873 1.00/1.00 vMB 49
592,426 592,426 000000000000000000034dc4477c867e8310558b17758847fe785930f2c8c0fa 2,086 1.00/1.00 vMB 7
592,425 592,425 00000000000000000011e04e2be5dcb181df824091745841e000598e472f1d26 2,127 1.00/1.00 vMB 13
592,424 592,424 000000000000000000038c0af2b17785ebcbca6fde7af95f90a65c116f5316b8 1,904 1.00/1.00 vMB 12
592,423 592,423 0000000000000000000caeb8e99e6911be88699375418a5affbbeb2585cb0090 2,767 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.