Loading Tool

Explorer IconExplorer

Memory Pool

87,657 transactions
33.68 vMB
0.11953985 BTC
Random Selection Loading Transactions
Max Size: 199.20/200 MB

Candidate Block

Mining Attempt 6153e9d347ffbcbd88d95fd0bcc5c63123f0d03319a844e1c37be517f8aab980
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 469b970310aa0bb016c99e29d33830ca1f835cf89ca800e7a131f87c072aee7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,046
Size: 1.00 vMB
Total Fees: 0.04610352 BTC
Feerates: 150.75 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (637,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,566 277,566 000000000000000148e816da24a956491cb6aaa449e12c28b4d1c697fc8c5555 165 0.09/1.00 vMB 59
277,565 277,565 0000000000000001a09d7b144911fee37f5de428eed07bb6cd54de461caafa9d 117 0.08/1.00 vMB 26
277,564 277,564 0000000000000000319a74fa139e33595e29641f92215f2dfe52e0a1d99a0d0f 126 0.08/1.00 vMB 22
277,563 277,563 00000000000000023128880de8e8f2d9b5500d8305e36b2e66db5c1aa6520f68 536 0.23/1.00 vMB 75
277,562 277,562 0000000000000000cb478e5c6f89b5828ee20565f156f2585db6b92b90666c2b 17 0.01/1.00 vMB 37
277,561 277,561 00000000000000027102f0ca30a3ed3a08e8b4e18b0c20315c5da190e638b7fd 53 0.07/1.00 vMB 12
277,560 277,560 00000000000000009bdbd7ba32adcfc0d00900ed0a4010788640e2fa284c65b0 966 0.49/1.00 vMB 50
277,559 277,559 0000000000000000f8626f3b8804a1134536552c459d9c04682d5b741e23c54d 68 0.03/1.00 vMB 210
277,558 277,558 0000000000000003137f36da78759d831e01a4e7f1a8629d884e77ac6e0ebad2 56 0.02/1.00 vMB 31
277,557 277,557 00000000000000030f7cbabab3f8c65e29e1ba3bad64bc8fecbf86c880ca7a54 560 0.21/1.00 vMB 66
277,556 277,556 00000000000000025286d12f461c7a520db35f5c562628bf7f2b88c5fde38c1a 133 0.16/1.00 vMB 14
277,555 277,555 00000000000000027260759e9be8ef47377c998a93dd63438c8c6ca484c12a1c 691 0.25/1.00 vMB 77
277,554 277,554 0000000000000000956b6a10600a85403e2f567c734e29f9cef3bb45531207d9 801 0.41/1.00 vMB 38
277,553 277,553 0000000000000002ffbf9fcde1db1d6f07420c4278876b37eda5a2ea8a8ba414 398 0.40/1.00 vMB 11
277,552 277,552 00000000000000032fdcc961c0daa33b4278abe0e39f4f786bb46a1a5a2700ae 167 0.09/1.00 vMB 43
277,551 277,551 00000000000000025039b409e846dc65fec856f8254c1f3d19eeb481b36037f6 11 0.00/1.00 vMB 78
277,550 277,550 0000000000000002aef5197a7845c5ab4e13864633b7c858adbf313780029b55 498 0.20/1.00 vMB 43
277,549 277,549 0000000000000002c60e4c4217e124bca9b93bd54ebe7d5a6ff2948037783395 1 0.00/1.00 vMB 0
277,548 277,548 00000000000000013ed0f731618301ca0edc4d7ab1d8a5d4ea11ec98373b9fbc 82 0.03/1.00 vMB 146
277,547 277,547 00000000000000017ec23b7d7e149070747d2614ea449f2370684a2e79894b03 91 0.03/1.00 vMB 107
277,546 277,546 00000000000000013ca58ccbda83a764795fb9e83f48bfa9dae939a7c76166d6 526 0.25/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.30 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: 657.50 GB
    • Received: 14.55 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.