Loading Tool

Explorer IconExplorer

Memory Pool

86,185 transactions
32.36 vMB
0.10924460 BTC
Random Selection Loading Transactions
Max Size: 194.61/200 MB

Candidate Block

Mining Attempt 110369b27523ffaf1a5180eb4558b2a19c0ebda3a75e1ee1281e60c687692adc
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ed8571ee517dce8aaa7e3d04408b9389b6361c8076d17eb4e10f8119ed8e9624
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.03540821 BTC
Feerates: 218.18 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (499,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,561 415,561 0000000000000000036a2f0480b09c24ba31d00ee31677ec269450c174b5a075 1,335 1.00/1.00 vMB 31
415,560 415,560 00000000000000000012251a67846dbe652e8653804b5fafd1a34f15a5ea27aa 2,085 1.00/1.00 vMB 49
415,559 415,559 00000000000000000371fa07709c18d58efd6f184e482303aee7dcd1de427e28 2,209 1.00/1.00 vMB 37
415,558 415,558 0000000000000000031579bca47178a18d5cc98d515d842d08b0a829b83d966a 2,053 1.00/1.00 vMB 40
415,557 415,557 000000000000000004dee5eb8905d37d7794e1b11a92f3f088ea03fc5db901dc 3,063 1.00/1.00 vMB 56
415,556 415,556 00000000000000000102adf0ef1185d007a698072f53f4025474d0a5e51417d0 3,376 1.00/1.00 vMB 78
415,555 415,555 00000000000000000524c8e29db36cae8163676944ec75ddf1feea9acba77920 2,072 0.80/1.00 vMB 73
415,554 415,554 000000000000000000c3f877ec76709d4a79b509d9ac925cb7c7450eaad8857f 351 0.14/1.00 vMB 48
415,553 415,553 0000000000000000027c167741a49e0a35d5df81e5fb91fdf41300ca9eabb71b 241 0.08/1.00 vMB 47
415,552 415,552 0000000000000000030f63f4889f910d3b8cfac753a0f64a0ce7995d327f1a9a 1,904 0.90/1.00 vMB 38
415,551 415,551 0000000000000000021e01dcf09fdd5a34b37f6c39e88bae061160157b127ea4 2,466 1.00/1.00 vMB 58
415,550 415,550 00000000000000000468e7eca0454aebe9902b7b85c97811a40cb6b5604d16f5 661 0.27/1.00 vMB 44
415,549 415,549 0000000000000000049b70c2fb124fdb9d11d5327eb2f4e59a7b36cbfcea4d3c 885 0.44/1.00 vMB 40
415,548 415,548 000000000000000001db86af5bf8d7f496ae67ddc33350bcfbb0aba2f7cb7970 977 0.42/1.00 vMB 57
415,547 415,547 000000000000000001319a3d8c3c0c9757dcb1e55215cce2d57fbd8e1657d38e 701 0.32/1.00 vMB 41
415,546 415,546 000000000000000004a46fd1d36b058672d55485b3dd4fcfe7ec6932ae05f13d 1,990 1.00/1.00 vMB 42
415,545 415,545 000000000000000004bf16bb0691a5ee23f658370a4bab0efbf84f28de3b4d47 712 0.40/1.00 vMB 36
415,544 415,544 000000000000000004f068274a1e23282ef50f1d69a3c57483327b9f252a1923 1,292 0.59/1.00 vMB 37
415,543 415,543 000000000000000000eb72e5494473515780dc1f3d5f6f23709438dc6f4be16e 841 0.42/1.00 vMB 49
415,542 415,542 0000000000000000041f8a2d0d7d3dd28e9f39b08b17c33d1b5fd0dc85665e5a 38 0.03/1.00 vMB 22
415,541 415,541 0000000000000000025170ed6ff615cec03c788cc8ebbd6346050f1befcdd9e4 1,459 0.79/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.