Loading Tool

Explorer IconExplorer

Memory Pool

82,369 transactions
31.85 vMB
0.07652474 BTC
Random Selection Loading Transactions
Max Size: 193.63/200 MB

Candidate Block

Mining Attempt 6f854393c14e80beb5f99a952924c70dd163276092db8a8366d2aa1863eeabd6
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 063c1b1ed54c10e7ac1b91a725e5b289f34791dda7306d97d4e99a418e78d6bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.00699160 BTC
Feerates: 146.96 > 0.70 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (489,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
425,523 425,523 00000000000000000022a4129366a9f14c077a0507eba0e147caf7f3c261a346 2,850 1.00/1.00 vMB 64
425,522 425,522 000000000000000000c7bf43e1fe4eb09a5f090755f42d89b531851f8e2d543b 2,595 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.