Loading Tool

Explorer IconExplorer

Memory Pool

90,359 transactions
33.15 vMB
0.16231116 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 404986477f5dea642a12e1768575a826d55bb370ba23ed3e9c6f224d4c13b25e
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 678c0764ca6c55195266681dd0ebeff869dae2542c7fdd98cebc38bc9968eeee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.06270707 BTC
Feerates: 627.82 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (422,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,415 492,415 000000000000000000877c5d2efdda8b10a3f044b39b951419489a6503270235 2,270 0.96/1.00 vMB 246
492,414 492,414 0000000000000000002d461da4f27324403bc5153ed7f21f76aca2ba7b5d62d9 1,457 1.00/1.00 vMB 11
492,413 492,413 000000000000000000aed0dcbdd020ac815d99e40fce01810b772c138c0917b5 2,098 1.00/1.00 vMB 164
492,412 492,412 00000000000000000010a1717bc66582a83c3b783ccece6895c6c02b68379c15 1,221 1.00/1.00 vMB 39
492,411 492,411 000000000000000000514d42da2e35ac90b1647b92a8d5f983b8a4eaadee0618 2,336 1.00/1.00 vMB 191
492,410 492,410 0000000000000000004bc83416d7efa70ac60e2557ace1dffefffc0f7d766409 2,555 1.00/1.00 vMB 120
492,409 492,409 0000000000000000005c5e39ae270568ba8de302d2f066f7714b65fe27464758 2,205 1.00/1.00 vMB 92
492,408 492,408 0000000000000000004abddb9df3d874ec997fd6c029558621ce6d2223aa941f 1,112 1.00/1.00 vMB 109
492,407 492,407 000000000000000000b6686cf0f2c2295ff9816bd692bbd5c9d48564f131a7e5 1,434 0.97/1.00 vMB 111
492,406 492,406 000000000000000000aa4fc2b5ab4ff259172585c93ce5fe349920e7ea63ce00 1,245 1.00/1.00 vMB 44
492,405 492,405 000000000000000000432d8263c04f6f1dd64e51a39ebccebd8e9e877f6c36a6 2,419 1.00/1.00 vMB 91
492,404 492,404 00000000000000000089e1a057ce09f83fb2cff74e59c707626eda30f88ec409 2,681 1.00/1.00 vMB 155
492,403 492,403 000000000000000000694851c21416296c3a83ee2b85162aa68c09d0ad65d9ae 1,984 1.00/1.00 vMB 70
492,402 492,402 0000000000000000002214bcad1e3a9aa73d0ec1927db04d59983d7a464bffc8 1,528 1.00/1.00 vMB 114
492,401 492,401 0000000000000000005f10dccce2d01b6179a8b4eaa8b20ebb6320128f719635 1,882 1.00/1.00 vMB 101
492,400 492,400 0000000000000000005a162d170b1e950e5f17af954eb7fef008fa2638e5ccf4 2,042 1.00/1.00 vMB 108
492,399 492,399 0000000000000000008664d8e083a2c2a8fee6dbeac0ba8bce6573f8fc6999ea 2,294 1.00/1.00 vMB 144
492,398 492,398 0000000000000000006961316ed7d6594896a4a640270c3aa84f68e63aa9d684 2,008 1.00/1.00 vMB 77
492,397 492,397 0000000000000000002c8c4a801805ebd143d1be7ecc8cbaac893f6c9172fb0f 2,726 1.00/1.00 vMB 122
492,396 492,396 0000000000000000006b693f225b5713d631e68f03736572533392686130aef4 2,070 1.00/1.00 vMB 183
492,395 492,395 000000000000000000165fa1737701aadfc2760afdd64563adb947f1e031c7b8 1,803 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.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.