Loading Tool

Explorer IconExplorer

Memory Pool

43,765 transactions
29.40 vMB
0.08056434 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt c6ca8cd9d5b7aa60c7c735cfbce9d814f339a5679d5b5b2aa8ace45f7346a5b4
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 6d1c9ed670a3c123c99e86a6e7f205bf5e9177ebd4cfc86cc3a0d5ae4d1baeb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.02270384 BTC
Feerates: 477.45 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (518,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,435 396,435 0000000000000000082c86f9a810bc6d0ec540e76360b59587a460b9706c01df 1 0.00/1.00 vMB 0
396,434 396,434 00000000000000000735dd554a531e78d5bcd96b16dab9c9328dde4dcc37c09f 2,065 1.00/1.00 vMB 50
396,433 396,433 0000000000000000047957c054463a4a0a13e711dc4fb8bbc0fb17e26ebdce45 115 0.99/1.00 vMB 50
396,432 396,432 000000000000000002b23f9235ed2b9d53e740a9e44594193db9d1eb48d6181d 424 0.95/1.00 vMB 60
396,431 396,431 000000000000000005431df70636fa351b72fb4ab2f3a5d3886f9a0f365412a3 417 0.93/1.00 vMB 55
396,430 396,430 00000000000000000364801577b5f0c777fd757caa04d554056a6bf4b1e39c5b 634 0.66/1.00 vMB 42
396,429 396,429 00000000000000000654585aa78748bea51f0ddcba72263c54b2453e4cad8e48 629 0.57/1.00 vMB 40
396,428 396,428 000000000000000003d59933d8ba6a23d8f2a4e3262b064784119f29c9d5b608 2,319 0.93/1.00 vMB 45
396,427 396,427 00000000000000000771aec115e59133e7f86ef81da4be5e4b7d4d91a69f9bb7 1,510 0.99/1.00 vMB 30
396,426 396,426 00000000000000000551b079bf4bcf7b344a7730dace684855b6ccfee4730be5 122 0.20/1.00 vMB 8
396,425 396,425 000000000000000004d371a079e8bf8080887ccd8f4249095386d7e7a100a1c5 253 0.11/1.00 vMB 46
396,424 396,424 000000000000000008ec992870aeaed6e169524dfddedd40d8ce35bebd2d223a 725 0.33/1.00 vMB 38
396,423 396,423 000000000000000005793316400e2306a5c2eea3f0c3a6026889a438ee1d645d 554 0.27/1.00 vMB 41
396,422 396,422 0000000000000000078b0bf354f31ba3fbcc007cdc2f1b3747a5ba201fd4450f 105 0.08/1.00 vMB 18
396,421 396,421 000000000000000003d4b2a67b0b4a48d6c20729b1a04e677239de9fcc86192c 1,762 0.99/1.00 vMB 33
396,420 396,420 0000000000000000026cfb2d5ee30a90af49050356fff078844d7857f727d0fd 1,670 0.99/1.00 vMB 25
396,419 396,419 000000000000000004f0fa67fb03b055c2a28a6dace13acd618b5d668c2ee625 1,300 0.90/1.00 vMB 26
396,418 396,418 0000000000000000032296975e985fc7b6cf6d347789f066a76cee91f884e655 2,582 0.93/1.00 vMB 56
396,417 396,417 0000000000000000001246ad469d1aca0e757dc054f10e739411dd3919eaa83c 2,255 1.00/1.00 vMB 48
396,416 396,416 000000000000000008324abf728acb8875d03eeeb4bd17a75e5b6a712cd238eb 905 0.56/1.00 vMB 35
396,415 396,415 000000000000000005cbc455dc7104d8809375dc0a18f680f4c48b5f12f2b954 1,339 0.61/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.71 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: 629.56 GB
    • Received: 11.93 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.