Loading Tool

Explorer IconExplorer

Memory Pool

28,134 transactions
24.50 vMB
0.05144150 BTC
Random Selection Loading Transactions
Max Size: 120.90/200 MB

Candidate Block

Mining Attempt 88e280ceaecf37e6e49bc2198987761aac2d956664ce3a42dbfa36a33268404b
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root eefc88c5dd66e422d8ac98201a3eaa439e23e928f7655430b2c80cd9cb476f1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.00794524 BTC
Feerates: 73.20 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (411,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,496 503,496 0000000000000000006362b73799638fbbbd5fbd17a2cd7d4855ec250704ab47 2,609 1.00/1.00 vMB 472
503,495 503,495 0000000000000000003fedd4fd0dff8007f3c6d35a17f090a6b084696be0b670 2,055 1.00/1.00 vMB 540
503,494 503,494 00000000000000000023fec081cd16a09fade10bdf59ac0e2a5c8d24364e4d3c 1,879 1.00/1.00 vMB 513
503,493 503,493 0000000000000000001703622edae8a5a65174ff47dd8f0b2ecd14f6edd4f420 1 0.00/1.00 vMB 0
503,492 503,492 0000000000000000002a9b323cfac10e6fd9e6f8f647a7bfe770ee958f50759a 2,120 1.00/1.00 vMB 529
503,491 503,491 00000000000000000066344a6760f63aec083f08ce351e5d27cb9b77f8c09286 2,304 1.00/1.00 vMB 589
503,490 503,490 0000000000000000006f5702d3993218bdfb58b21a02c87a9b56fc540733efa0 1,895 1.00/1.00 vMB 428
503,489 503,489 00000000000000000010d66bdb031833e2b25cd7269bf46d10038bf59f83ae07 1,543 1.00/1.00 vMB 279
503,488 503,488 000000000000000000526a96d78345074ed5a805baca5d12a09fb70e60d8bd0e 1,700 1.00/1.00 vMB 480
503,487 503,487 0000000000000000006e41d128d60a2be901b746d3c7bda8edfe70e8806c645b 3,008 1.00/1.00 vMB 577
503,486 503,486 00000000000000000064206fa56620e0effb0847b3f4aa9a647cb0c5873c0e50 1,562 1.00/1.00 vMB 292
503,485 503,485 0000000000000000008fb719c3917b5981741eb5abaa69d172215177551efee5 1,983 1.00/1.00 vMB 425
503,484 503,484 0000000000000000003c2b970ab24afec09d6952b91bf0e9168979f6292a129f 2,375 1.00/1.00 vMB 478
503,483 503,483 0000000000000000005a833d1f6c2c754cfeff1db130aa93fe30d27e2876582d 1,745 1.00/1.00 vMB 542
503,482 503,482 00000000000000000061c994dbc4a2ebec085778f6a34aca0ebc6140cc9b2d0b 1,784 1.00/1.00 vMB 258
503,481 503,481 0000000000000000001fca07f1f7f7f6f38288c9f30e20d6b295dd1b4712722a 1,595 1.00/1.00 vMB 400
503,480 503,480 0000000000000000003da7eff55e28af6f9b6a9a8d8eb5e037699bf95aae883b 2,257 1.00/1.00 vMB 573
503,479 503,479 00000000000000000086ccf37aaf422f07d9369a9a53a135ee97da2f0f4b2e79 2,107 1.00/1.00 vMB 370
503,478 503,478 00000000000000000015b6ef5794bd980feeb91f868b7e5ec180630abfb473a3 2,321 1.00/1.00 vMB 415
503,477 503,477 00000000000000000014a0d66bcb3db12ae88278b4087de2cd85b66feb0d693c 1,841 1.00/1.00 vMB 508
503,476 503,476 000000000000000000002105fbd259e92158484b36adaf1de337eb208a318492 2,778 1.00/1.00 vMB 429
Previous 10 blocks ↓
Total Size: 781.86 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: 641.84 GB
    • Received: 12.53 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.