Loading Tool

Explorer IconExplorer

Memory Pool

79,487 transactions
30.35 vMB
0.07970078 BTC
Random Selection Loading Transactions
Max Size: 184.87/200 MB

Candidate Block

Mining Attempt 27b8a3db3b98c234c52edcdb75f3532dbb703823d860e90452b0bb82ab52d7ae
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root f45ccab03b2abb7786df443d3fc3f540c981241c7ed0c44d2acef2fc9b86796e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.01126776 BTC
Feerates: 40.21 > 1.13 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (473,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,653 441,653 0000000000000000018fb103b3a32d445fce4026f8669667d2e1cf1aa3e98776 1,551 1.00/1.00 vMB 54
441,652 441,652 000000000000000003383bf6d802d3e762428b630ba346f65481dcfac6b11643 2,469 0.93/1.00 vMB 84
441,651 441,651 0000000000000000028aa6929da7258b6ff56978df486fcb2a6728207c8e5999 2,387 1.00/1.00 vMB 93
441,650 441,650 00000000000000000077726246ac119577a085c95c0d93a0b33ea0e0679cb07f 2,038 1.00/1.00 vMB 82
441,649 441,649 000000000000000002ee2ffc83305d11e29b57e342b4ade6cdc6b54a974745fb 2,215 1.00/1.00 vMB 69
441,648 441,648 000000000000000001a84bea2f8f1008427f5b4c8e224a820f31d1e205b073a3 2,139 1.00/1.00 vMB 91
441,647 441,647 000000000000000002521e7af9d5144a784f6d91841b6f2b80571466fc5b8026 2,402 1.00/1.00 vMB 87
441,646 441,646 00000000000000000324662bd96688d12770eb8687185b467b92a8728802be8d 2,122 1.00/1.00 vMB 92
441,645 441,645 0000000000000000004edcad211971c005d2f7bb6a698991ca3da0d1da9b570f 1,290 1.00/1.00 vMB 50
441,644 441,644 00000000000000000023add0bf8e3e3e35cd9a58c61a853201fef50722ffef75 2,306 1.00/1.00 vMB 55
441,643 441,643 000000000000000002cb84a7839f547595e53f3f6dee1f6a00f78b8c1b813d98 1 0.00/1.00 vMB 0
441,642 441,642 0000000000000000027a6df7e8777314295fab4f25437435a1aaf44ae260c0df 2,193 1.00/1.00 vMB 76
441,641 441,641 0000000000000000033b7770ec00ab3f8c33eb5f9aeddc956400cd111c11c7f8 2,233 1.00/1.00 vMB 50
441,640 441,640 0000000000000000028604c13f1221931b70de1f7a78c70a7e2f635eef3f551e 1,688 1.00/1.00 vMB 59
441,639 441,639 000000000000000002fd3ef1ad60a4f80495744ca88aec544fdb94e19b5a222b 1,478 1.00/1.00 vMB 59
441,638 441,638 00000000000000000280f4ca3717c1fb0420080495b78b31968c9f4a8546487c 2,348 1.00/1.00 vMB 56
441,637 441,637 0000000000000000010f36d51b8386fc51afd2ea039db03759e28ea807604f91 2,198 1.00/1.00 vMB 78
441,636 441,636 000000000000000000f1f070a599fcaad2d9bd23921b08be0d156912e8267a0f 2,585 1.00/1.00 vMB 80
441,635 441,635 0000000000000000010d3f878cabeb3e4145c8a2de91b10495b2187f57c819ce 2,423 1.00/1.00 vMB 79
441,634 441,634 000000000000000003332d64de6c446f05687b02399d46409962aa8c3d858de2 1,922 0.93/1.00 vMB 85
441,633 441,633 0000000000000000022a942dc05aad0b68c5d4967a499624e6e124af8e8c3ea3 551 0.22/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.