Loading Tool

Explorer IconExplorer

Memory Pool

84,141 transactions
31.49 vMB
0.10303296 BTC
Random Selection Loading Transactions
Max Size: 193.01/200 MB

Candidate Block

Mining Attempt 1fca2f8faa1092113d320d6b150c176a7ff7e8ca75384309a98a6ac8bfe34f99
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root de4626b5ba7b76b6c139ada80df6cb86b457af2a8acbafd9c0211bd31c03f18c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,066
Size: 1.00 vMB
Total Fees: 0.03016193 BTC
Feerates: 150.54 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (373,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,895 541,895 0000000000000000000e15a58c0f006970ef872eab4239d42a0efde3a582e64c 1,571 1.00/1.00 vMB 2
541,894 541,894 00000000000000000002cb120ac1cd562b7e5eda03959d7b55befc50fb6f7ad9 2,688 1.00/1.00 vMB 20
541,893 541,893 000000000000000000185e4e5602eacd972878bb3bdb7e4b9dbc2eb1cca92d7b 2,439 1.00/1.00 vMB 37
541,892 541,892 0000000000000000001602c9f6c1e6edc6e45376e3c30229e05d7e87c9d47881 385 0.35/1.00 vMB 16
541,891 541,891 00000000000000000024bca92c1ddc4fd972c4a991f3b81d78d80ab5f71af5f8 555 0.25/1.00 vMB 15
541,890 541,890 0000000000000000001f9e08cdb7a6ff59f09c5c9a99098587d94aefb67f62ad 1,655 0.58/1.00 vMB 9
541,889 541,889 00000000000000000005c16526069bedbf1f5e00472df6cc03aa76fbf460e996 2,899 1.00/1.00 vMB 22
541,888 541,888 00000000000000000015d70ff12591167b889c5ebace39e662dfff97233e8fdb 2,236 0.88/1.00 vMB 17
541,887 541,887 0000000000000000000a26c624859163c14966046bc9dffac68bdde4003bc1c4 926 0.38/1.00 vMB 13
541,886 541,886 00000000000000000015f812281f8b892988c6bc623dfdd8a9f0e2ec5845a3f5 582 0.23/1.00 vMB 17
541,885 541,885 000000000000000000061a95087c08c6b81a26fcb54cb7a188135a1a43eb5c6e 2,030 0.80/1.00 vMB 23
541,884 541,884 00000000000000000010ef30ec435c8c0f540bc1b540ff94873afb94e7895ddc 2,632 1.00/1.00 vMB 17
541,883 541,883 000000000000000000217013355eecb2414ba65a3c76fed20d11edb860f57392 1,308 0.58/1.00 vMB 14
541,882 541,882 00000000000000000026cf90c02fbed08f816c07e548b5f3882db30605a272ac 2,063 0.99/1.00 vMB 12
541,881 541,881 0000000000000000000c3d87ee2cf60f9e9f295e880dc580c6f0bad10aae684f 2,034 0.72/1.00 vMB 18
541,880 541,880 000000000000000000262beaf5f681359f8a9a4fd90da64b7a80e6470acfddfe 602 0.33/1.00 vMB 9
541,879 541,879 00000000000000000004548613a7ced2b8123f3d6a9357d857eb52e516e5837b 1,489 0.53/1.00 vMB 22
541,878 541,878 00000000000000000016f42f9fb2132b0f710c786165bdeaaf72447c1fa56eb2 950 0.38/1.00 vMB 13
541,877 541,877 00000000000000000018a8b4dfc8da9bd24ccda0e290f00ad4aa46137324673c 645 0.44/1.00 vMB 7
541,876 541,876 0000000000000000001d40dc65fb47371addda5c52051f56403adecc31fe76f7 2,580 1.00/1.00 vMB 13
541,875 541,875 0000000000000000000cb95b5974edbbdc220a2039604fdfcef62bccff7832bd 1,504 0.59/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.