Loading Tool

Explorer IconExplorer

Memory Pool

82,303 transactions
31.84 vMB
0.07616948 BTC
Random Selection Loading Transactions
Max Size: 193.54/200 MB

Candidate Block

Mining Attempt c805cd3b105c04354795b98bb23a80a0873d2da67c261d75f58c24077153c55d
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root e93033ac6c3e612307a294335396ad5c15c7e949a6ad1994a3eb2631881a239b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.00653376 BTC
Feerates: 146.96 > 0.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (297,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,421 617,421 00000000000000000010994a490c64620587a3df8a0b31c9f50a7ae78ec6468c 2,340 1.00/1.00 vMB 13
617,420 617,420 00000000000000000005c44503f086a08a4e371c6a946b6c62dcdcc5eab8026a 3,140 1.00/1.00 vMB 32
617,419 617,419 0000000000000000000017d7a7b477bc253fd79b6f31271d5352e59ae439b0d9 3,110 1.00/1.00 vMB 22
617,418 617,418 00000000000000000004e868d7af6834151a963fac62cc13afd0fd3b2ae6ce4a 3,036 1.00/1.00 vMB 28
617,417 617,417 0000000000000000000541f4b618e9e448fcbb9c043a3bf388c00eb394e332a5 2,669 1.00/1.00 vMB 23
617,416 617,416 0000000000000000000929e5b29dbd8b03b4c738e34e24b1158e593d78d6f00c 2,372 1.00/1.00 vMB 22
617,415 617,415 0000000000000000000515cb6090d40235eb1b29059deb65ac671a49c96a8a6d 2,833 1.00/1.00 vMB 36
617,414 617,414 0000000000000000001007c4018601722a83e4bd5e32ed4781ae0d372622f388 3,179 1.00/1.00 vMB 26
617,413 617,413 00000000000000000010997c4bde2fcc7aaae3aca438bdc83a6235a419c31057 3,417 1.00/1.00 vMB 30
617,412 617,412 0000000000000000000659535957de1a4a42d66ad454e928f1bfe39af814c5fc 3,477 1.00/1.00 vMB 33
617,411 617,411 00000000000000000010694b4fca88664e6492559e4dfef631f8de6509e8c34a 3,309 1.00/1.00 vMB 35
617,410 617,410 0000000000000000000514aca3b4f845eace702763327c8055e2ac5a5e231f41 2,321 1.00/1.00 vMB 33
617,409 617,409 000000000000000000099c73b2c069c7f37e1709e3514fd48f8732211e91fff8 2,756 1.00/1.00 vMB 32
617,408 617,408 00000000000000000006b7dfe7a6a09c3665b04dc7e670ff029d5b4077827750 3,171 1.00/1.00 vMB 29
617,407 617,407 000000000000000000083a4dc471d6e3f664e7d2b1f4dca675694fc096fc3b09 3,527 1.00/1.00 vMB 32
617,406 617,406 0000000000000000000a26813f96c4e17f4b6ecec61f24b03d46e72189e4a4ad 3,398 1.00/1.00 vMB 34
617,405 617,405 00000000000000000010534f006b55ee671b054c733f44b96228128bbc488508 3,280 1.00/1.00 vMB 36
617,404 617,404 0000000000000000000421e5364b99d680d05c9e84518fe1d920daf12d8899dc 3,129 1.00/1.00 vMB 35
617,403 617,403 0000000000000000000b03aa453399a4337319465b3c433969fa8033746fb207 3,666 1.00/1.00 vMB 31
617,402 617,402 00000000000000000006706160afd054065aa52b24a2902c7fd4cb93e6a9074b 2,868 1.00/1.00 vMB 46
617,401 617,401 0000000000000000000e9cd0f67667e159fe0660fa5d810be659676ef938a020 3,475 1.00/1.00 vMB 32
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.