Loading Tool

Explorer IconExplorer

Memory Pool

75,401 transactions
27.72 vMB
0.07509000 BTC
Random Selection Loading Transactions
Max Size: 169.13/200 MB

Candidate Block

Mining Attempt dd44803ac192025c1ecdac461381b8fbc475cfdaafc5a67472a728e20dfe550e
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root c10c47e4762f2cea483ddbe74e3afb441ee5d4a86580dac7bfaf2c69390405f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,179
Size: 1.00 vMB
Total Fees: 0.01560093 BTC
Feerates: 99.50 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (124,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,493 790,493 000000000000000000003c3aff2eb3e0022c2c9444acbf591db4cd25bfb91377 4,082 1.00/1.00 vMB 38
790,492 790,492 00000000000000000003b1626c44dfb6c757a09ee0ecac6d172396a3e3c02ebb 2,986 1.00/1.00 vMB 25
790,491 790,491 0000000000000000000561eb99869478419a635e6fd7c8cb2e4295c59081507d 3,156 1.00/1.00 vMB 26
790,490 790,490 00000000000000000002fd79549208e379fa5e2451533519bac000fe433f464c 2,137 1.00/1.00 vMB 46
790,489 790,489 0000000000000000000344f1118a25cec4e6007e5785264c783ec6184ca0ec1a 2,937 1.00/1.00 vMB 49
790,488 790,488 00000000000000000004b2d6410dce5b9abb465cb9d0d18d4b25aaea7af7186f 3,195 1.00/1.00 vMB 82
790,487 790,487 00000000000000000004da8e808d2efd3856ce2a4d89a49aad0be7fdc5baf12b 1,356 1.00/1.00 vMB 82
790,486 790,486 00000000000000000002f7acb9acd91356789ab0758d94186847352453400d8e 3,480 1.00/1.00 vMB 110
790,485 790,485 0000000000000000000358fcb275a797a797607bb04b83855bf7d43efec44d56 2,702 1.00/1.00 vMB 124
790,484 790,484 000000000000000000049ac08a9bb4c6ab499f0d191d184ceda6450a51a65645 2,681 1.00/1.00 vMB 41
790,483 790,483 00000000000000000002fc017540a4efceeb829a3c00f03aa3c6d3f1591cf403 4,103 1.00/1.00 vMB 48
790,482 790,482 00000000000000000000525f757ad0bb6792a8ce5c5fd0074abfcb29f98ccb8a 3,571 1.00/1.00 vMB 41
790,481 790,481 00000000000000000003851587edf6652c17702b10f4cf0ad89a1c00c984a543 3,810 1.00/1.00 vMB 36
790,480 790,480 000000000000000000037978d4a7979ddb50b730286312505caf0066b95abe74 3,998 1.00/1.00 vMB 66
790,479 790,479 0000000000000000000372da67197cdb8058241bb89c68cc152853a043a456d9 3,409 1.00/1.00 vMB 43
790,478 790,478 00000000000000000004193d92251d9528ff86b47441041ee1e16baba2055333 3,558 1.00/1.00 vMB 46
790,477 790,477 00000000000000000001e0d144f69afe478baadfea1c03e2d34c10def6f5b9bd 3,796 1.00/1.00 vMB 88
790,476 790,476 00000000000000000004b5bc59ca44da366edcd30f13f5ab94a0a5d8f220eb8c 3,889 1.00/1.00 vMB 74
790,475 790,475 0000000000000000000293acdad5add190ac95c0c2f579567f676adc7cdc8ae3 3,573 1.00/1.00 vMB 87
790,474 790,474 0000000000000000000175ce322a3933e9b8e0d6c373c9e6ccde07303ec6e80f 3,577 1.00/1.00 vMB 60
790,473 790,473 000000000000000000012f3ed0b38bb89e48c67215f5428e711aa022c4b58c0f 3,395 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.