Loading Tool

Explorer IconExplorer

Memory Pool

43,962 transactions
26.50 vMB
0.06019732 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt 1a602efdd2fe35de2ae27ca89ce28c69869d90f1b6ad575908a5bd156ded1374
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root cb74bac13f55494b4944fb17e71f388529574e9ed031be04633374de7cf481c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,014
Size: 1.00 vMB
Total Fees: 0.01151720 BTC
Feerates: 150.52 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (465,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,521 449,521 00000000000000000280d60df0589ed649855b406e30699abac6a84aae8da82e 1,095 1.00/1.00 vMB 94
449,520 449,520 00000000000000000093ee2f4af328eb3523810609caeb5b659e8fa56b349b41 1,745 1.00/1.00 vMB 150
449,519 449,519 0000000000000000014dd006635fa4871a2cae80a31924df970b8bb2b8f09297 1,820 0.75/1.00 vMB 94
449,518 449,518 000000000000000000d197ff5559911b3123348d7b9db91f58b2dae5b4baaa3c 1,220 0.48/1.00 vMB 83
449,517 449,517 000000000000000000dce3cb10219c2f53907c43bc1b3e2e0cbedf181f47435e 1,671 1.00/1.00 vMB 48
449,516 449,516 00000000000000000038ce79cc890e9cbedfd10311a272f62d2f033057c11d12 1,607 1.00/1.00 vMB 63
449,515 449,515 0000000000000000030c8cb7fa5f23dd20f2f2016e24558e982244c43a48a90d 2,562 1.00/1.00 vMB 80
449,514 449,514 000000000000000000d682874a2eb806e075a47fcf7a456fb4af0b2ce7cc5d37 2,114 1.00/1.00 vMB 98
449,513 449,513 0000000000000000011096952b384e51be93147725b596428c3545e16774b521 2,744 1.00/1.00 vMB 71
449,512 449,512 000000000000000002a261e36a4bdac4f627a9eea3ffb720f08b17fc2500b705 1 0.00/1.00 vMB 0
449,511 449,511 000000000000000001a2a50986d3d4c3e727989c42be931b6ee4b9fbf0069a71 1,550 1.00/1.00 vMB 82
449,510 449,510 00000000000000000212b5362c15d53fc4c1bc7343a62f398c4ebffb8786dbd1 3,235 1.00/1.00 vMB 109
449,509 449,509 000000000000000002f32294daef795d7986692e18ba77a566f7e4996b86d238 1,342 0.84/1.00 vMB 65
449,508 449,508 0000000000000000001499353dbd0e3bff5294fad246e2b79eefa9dd8cd9629d 282 0.16/1.00 vMB 46
449,507 449,507 000000000000000001c3ad9ecbf5aa11fb56b4ecf6b2d154555095f1682ddf7c 593 0.36/1.00 vMB 78
449,506 449,506 00000000000000000244d4bf2feac28b82d834195c6ad12f2799958620c4fc64 1,111 0.54/1.00 vMB 79
449,505 449,505 00000000000000000326fdf61ff8a2a1892b0a22fe934d3e824b40bab46824b9 197 0.07/1.00 vMB 83
449,504 449,504 0000000000000000003c3f0f9cde110d75f0b6956473260dda523b14c9740c83 1,339 0.81/1.00 vMB 53
449,503 449,503 0000000000000000012e3db6201fe26fe5e384f04c3cc0c2248d89c2f02831f1 2,417 1.00/1.00 vMB 80
449,502 449,502 000000000000000000bf765b4f0ce7a7a602d310b61fd8bf2678952bedddca13 1,598 1.00/1.00 vMB 84
449,501 449,501 000000000000000000b7c3a3e1255218f63c70f0a095d1726412003710fbc21b 302 0.34/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.89 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.