Loading Tool

Explorer IconExplorer

Memory Pool

80,702 transactions
30.58 vMB
0.08482240 BTC
Random Selection Loading Transactions
Max Size: 186.15/200 MB

Candidate Block

Mining Attempt b821b042ccb4fa361d98ef03a48511fd4f856887fdb658403d6f73708856eaeb
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root be2336282bab1037026741c430f17a82496f5f6b8a4c2c6226bda8559d53a769
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,893
Size: 1.00 vMB
Total Fees: 0.01565419 BTC
Feerates: 73.20 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (911,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,446 3,446 00000000fe99c63735b72fbe1d3235c79dd765ab10d86e1048bb662d09fdb248 1 0.00/1.00 vMB 0
3,445 3,445 00000000ad18b419feecdcb6e635b4d4fdaeabb54eb461c4c2a581ae01645f3e 1 0.00/1.00 vMB 0
3,444 3,444 000000000839b2ed52dcfa5543d9b7d9fadbb68ddfe1c5c73ecdd42044f61e1e 1 0.00/1.00 vMB 0
3,443 3,443 0000000002d82d3e958363ae29b1a07bf3d8fbc4587540e590e7f15f3edabd81 1 0.00/1.00 vMB 0
3,442 3,442 000000006f96e1687eeb496822e84b1934aa5f09362cc5fd2f20eefca1e77143 1 0.00/1.00 vMB 0
3,441 3,441 00000000d77100eeadaa69f6232358a6f7b79199108f84826848d49fad83482a 1 0.00/1.00 vMB 0
3,440 3,440 00000000b40b3445012f57b6d5fc48408182dea75e4428e44ae79909e9e944d3 1 0.00/1.00 vMB 0
3,439 3,439 00000000610c03e257b7bc6319fb1681489938ac2d9ed2af6c95c77116ea010c 1 0.00/1.00 vMB 0
3,438 3,438 000000008205f34a79c50c39d5b6a341a1414f56c5c4e3b15cb0a60415dbec34 1 0.00/1.00 vMB 0
3,437 3,437 000000005c0011e37b2350ab6599e62b52663b38f26f85292a556c2923253020 1 0.00/1.00 vMB 0
3,436 3,436 000000008447de49d0f9ba366fc7e7e8b09699af48bab369ba849220fcf4ffca 1 0.00/1.00 vMB 0
3,435 3,435 0000000037bbf8540f82bd8ea365f9c454998b2ca2111d0d6d40abb5a92f6b1f 1 0.00/1.00 vMB 0
3,434 3,434 000000002bdd4d2377d0874616e031f9d24b42b2b0e03d8d6600010a0918ab1f 1 0.00/1.00 vMB 0
3,433 3,433 000000003345024722b806f833ae52bdd10e12a4a2d199ea3744b3673511ec50 1 0.00/1.00 vMB 0
3,432 3,432 000000002997845107d9649b1d8e55fd8c35f4833da9db973f515c1162addd21 1 0.00/1.00 vMB 0
3,431 3,431 000000000150d645c43690bc7ba1caaa7add0a25bd32c21f67ea1cdd594e1cc4 1 0.00/1.00 vMB 0
3,430 3,430 00000000a2a59182a50b4f9e1b2f0f966933feea493939d429707c1389956a9d 1 0.00/1.00 vMB 0
3,429 3,429 00000000af22adca5a00ea77b26e222efad29ab9915ffb2fb26db80783b33a25 1 0.00/1.00 vMB 0
3,428 3,428 00000000459e9dc7720b210cccc9369a7abcd177fb7781ca2bf7a3d8f61c8bd9 1 0.00/1.00 vMB 0
3,427 3,427 000000002940b85b30c79da2088854e94ed94f1a5006894c1806993848950723 1 0.00/1.00 vMB 0
3,426 3,426 000000005122853ac6cdb4b9211b5281208f6f030b8bcf5afbb3cec0f85a3eda 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.61 GB
    • Received: 18.22 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.