Loading Tool

Explorer IconExplorer

Memory Pool

43,560 transactions
28.38 vMB
0.06048291 BTC
Random Selection Loading Transactions
Max Size: 150.30/200 MB

Candidate Block

Mining Attempt 6990f0093bf408e5a391182195b8949b9f0d49b4e2f4a7badf6ce8cecb994452
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 28463be4a95697355f2554eeec69a09eb810a7a05dd41c55c3c46726711406f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,740
Size: 1.00 vMB
Total Fees: 0.00643021 BTC
Feerates: 100.33 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (129,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,486 785,486 000000000000000000056e69d3ebbc88c87b13f3900f53404750ea5c24414ebb 1,534 1.00/1.00 vMB 14
785,485 785,485 00000000000000000002b8ab3702195ba4789a8d3f022f3b192831c4e063487b 235 1.00/1.00 vMB 5
785,484 785,484 000000000000000000016f31c374a4e31eb3bd0095591ce2ec23907996489700 865 1.00/1.00 vMB 5
785,483 785,483 00000000000000000002cc3b77f8a8fd1886859bdedf99c4c1991224b9e441ed 2,000 1.00/1.00 vMB 8
785,482 785,482 00000000000000000001b7f7901efc71f5f5139929036346b9e8879b4078a5c1 1,428 1.00/1.00 vMB 11
785,481 785,481 00000000000000000004cd2951bf1d1c169663411bf0ab8821e59f3817d1ed6f 129 1.00/1.00 vMB 2
785,480 785,480 000000000000000000041b094127a47ea897953bfd4d11c186393e7cdbbbb997 1,344 1.00/1.00 vMB 7
785,479 785,479 00000000000000000004ec1f6bcd8275a59e2c740c6442a0f8b0a5814df0da10 1,147 1.00/1.00 vMB 10
785,478 785,478 00000000000000000001de9b51130db013e9a5f2b5210273ef6e9583628b4d0d 1,508 1.00/1.00 vMB 9
785,477 785,477 00000000000000000003c8369e7fb7a49ea4c20f04d5b46b855543b034605055 1,246 1.00/1.00 vMB 11
785,476 785,476 000000000000000000023feb12aeee8c24f16425565b5f585e7751a859dcfb0c 1,538 1.00/1.00 vMB 10
785,475 785,475 00000000000000000000fdf20c756ca1c0816e9c889245b62c2fb84cdaaf0970 3,827 1.00/1.00 vMB 29
785,474 785,474 00000000000000000000e959ed7a9598c8e26470cf0abcc3ab285ddbb17d9d16 2,613 1.00/1.00 vMB 17
785,473 785,473 00000000000000000004ed5f2c3a8a9ccc02f63394a0a5a16d28f4ca8399583e 3,049 1.00/1.00 vMB 27
785,472 785,472 00000000000000000001352bc556a0b86a3574e514ca07f304b86dc4e4b04587 1,071 1.00/1.00 vMB 17
785,471 785,471 000000000000000000008f1dd68528b9194f2d0c5e06c4fc45df6467c3d2c5f2 1,180 1.00/1.00 vMB 10
785,470 785,470 00000000000000000001054bcb5e9f22467a7eed8898dc0d8596a4b22795edab 1,142 1.00/1.00 vMB 9
785,469 785,469 000000000000000000012b213d09527bd3ada2f5c66c16925b51f41d4e5d2b22 2,399 1.00/1.00 vMB 14
785,468 785,468 00000000000000000000c5083ec44a4a1b07eccf8b6295a7722f889ae1a391f1 2,238 1.00/1.00 vMB 15
785,467 785,467 00000000000000000004484e811d21c6a9695342207912e87e59cd56bb91a0a6 1,012 1.00/1.00 vMB 6
785,466 785,466 000000000000000000028b97379c575f8c8107eb3e3688ec8b5150b3e47f07b7 1,668 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.