Loading Tool

Explorer IconExplorer

Memory Pool

38,864 transactions
28.82 vMB
0.07222200 BTC
Random Selection Loading Transactions
Max Size: 145.72/200 MB

Candidate Block

Mining Attempt dfd451b9d9773cba1e43a1ab61fd9d09d3c0da9a82fd45510b07f80e457077ff
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 9e212e9096d0babd436f832e2bd54b1c85a6a5191ad4195e86ddc9b505881105
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.01635561 BTC
Feerates: 100.36 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (489,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,544 425,544 00000000000000000156bba8ce662a64ef4ed2a9eda4ccb112217b48d510ccb7 1,629 1.00/1.00 vMB 51
425,543 425,543 000000000000000002f565dc54f730ce60ad950e7043908a46a353dccd5bd97c 1,035 1.00/1.00 vMB 35
425,542 425,542 00000000000000000117f21df468e4e6c950d600d12f33fd3b7972a85ba06c4a 2,078 1.00/1.00 vMB 64
425,541 425,541 000000000000000002a53be1718764a4ed241355f499359efb02ea3d1c13b358 919 1.00/1.00 vMB 31
425,540 425,540 0000000000000000044c111eb38bb885d6812cf579d90d7301d6482cdce604e6 1,525 1.00/1.00 vMB 39
425,539 425,539 000000000000000002f482d6e43046acf4e38397c10103c5e6c62d9171416dea 2,618 1.00/1.00 vMB 73
425,538 425,538 000000000000000002653e980fbcff39e186cf34d898c4de4f2ac330c51d3959 2,006 1.00/1.00 vMB 68
425,537 425,537 000000000000000003fc1ac6c8e798d2a5cfcd64da643c9a8cd7f407ad48722e 1,337 1.00/1.00 vMB 34
425,536 425,536 0000000000000000028bf8d42e54b05ff8b5f03137c8260e4ed258487c6034cd 1,956 0.75/1.00 vMB 73
425,535 425,535 000000000000000004f521f545fb6ef836b9d400be4be83a5847c0ee0ed80f41 1,453 0.77/1.00 vMB 62
425,534 425,534 0000000000000000048484df7e9e2d2b4ba25764c8d2500629705eab2c009ddb 1,572 0.82/1.00 vMB 52
425,533 425,533 0000000000000000037cccf2089dc4b427b8729e020f9d6871db4d7565179538 2,091 1.00/1.00 vMB 58
425,532 425,532 0000000000000000002109ccd11cfd506a4faf3098a43a4dbf4dca0ad4d3226e 2,931 1.00/1.00 vMB 83
425,531 425,531 0000000000000000044f28d4bd6b15613362847f12ca962d7b32621eed9bad58 1,868 0.90/1.00 vMB 65
425,530 425,530 000000000000000003d42670cd367723abff5aa80e0d1893a33c7280ecd2b944 1,686 1.00/1.00 vMB 45
425,529 425,529 00000000000000000416b76303b53bd4da68285f762192de5e4fb326132d8e47 952 1.00/1.00 vMB 37
425,528 425,528 00000000000000000035bcf7e8f6c21bedc93800201c63c0f2ef902ca71aedf0 2,127 1.00/1.00 vMB 64
425,527 425,527 000000000000000003f87f2413986c18ebc2f629017a48fc748fdce8ce88e46e 2,017 1.00/1.00 vMB 38
425,526 425,526 000000000000000003531af064b4eaf3bcf57b00ee697bbf318272861820383d 2,518 1.00/1.00 vMB 69
425,525 425,525 0000000000000000012d1593054edb620aedb38c7f482b750ec6165b55dc3e75 2,305 1.00/1.00 vMB 71
425,524 425,524 000000000000000002c6201d24f14fccfbe10f3114825d7df8d5d9d16e889b54 2,692 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.39 GB
    • Received: 11.63 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.