Loading Tool

Explorer IconExplorer

Memory Pool

79,571 transactions
29.94 vMB
0.07123245 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 7bae7791abb24788247ee9d81e48fc9959e3f2c2b274481e45b669e007ca27fe
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root eb44e0d65850ef72b0c5d3d6b527ded050f6910a9b9ea32210a473812ab2e7e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.00479068 BTC
Feerates: 40.20 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (476,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,026 439,026 00000000000000000225c7d38c9442c26b35cde8fa3f5fa1f10bd739ce3cbeab 2,367 0.92/1.00 vMB 64
439,025 439,025 0000000000000000025da60fbbeb14d5248db9ca4ca7a6c56700439e03d43429 915 0.44/1.00 vMB 43
439,024 439,024 000000000000000001505f92b3cd122e59468e4ed0e49a2e9ad3fd3d1a45d50a 1,873 0.75/1.00 vMB 77
439,023 439,023 00000000000000000158fb3dd435f763bae5cd40a90f955554bf08728f3bcdc6 1,957 0.99/1.00 vMB 49
439,022 439,022 00000000000000000206bcc4183bf363976e4f489bb881d39c0e894c52795bc7 16 0.01/1.00 vMB 54
439,021 439,021 00000000000000000292160c22e237cbe9250b0007e1fd2b48d43c67b10f35cd 428 0.26/1.00 vMB 47
439,020 439,020 0000000000000000037d1f9a4ca20ea0351b9b1e7f4ed000044af9f927207e8d 588 1.00/1.00 vMB 13
439,019 439,019 000000000000000002c4ebd17993ce83a8ed751d9d4e073113f74ccc9d7035bc 653 1.00/1.00 vMB 15
439,018 439,018 00000000000000000278feace2ed57977ec2918b2f37b321093f113ec7f9623f 2,123 1.00/1.00 vMB 61
439,017 439,017 000000000000000003dc32f10e02e6400f7b623a21328d040e6b26988b0d26ce 1,212 0.44/1.00 vMB 52
439,016 439,016 00000000000000000211d9b9a58fe8a63bbcb80d765375785e4c39c95c560e4a 2,432 1.00/1.00 vMB 73
439,015 439,015 00000000000000000206402b206c3c0bedb07a3cc5e99cacd5f01c1f36ecb30a 203 0.08/1.00 vMB 66
439,014 439,014 000000000000000000cb97d6521d2b50a76f64984734f9f117c8785ea5d4594b 1,105 0.97/1.00 vMB 24
439,013 439,013 00000000000000000138b74dea200b34feadf6add7f8d2ac782aa0c51cd7583b 780 1.00/1.00 vMB 18
439,012 439,012 0000000000000000001174cdfabfd5985cc19b74d6cbbdda52e2f4ef7e4f57bc 2,014 1.00/1.00 vMB 56
439,011 439,011 000000000000000003f581f67453fe9c2e6067b716b5bd90a90d0cb2ea00a133 2,797 1.00/1.00 vMB 70
439,010 439,010 0000000000000000036f972c936d809f6c2608f52a5bc0657c85d8a033c93f92 2,178 1.00/1.00 vMB 71
439,009 439,009 0000000000000000004b21e8d764c7b8d46cdda8d65de23f16ff2a0124ca9070 2,223 0.75/1.00 vMB 73
439,008 439,008 00000000000000000374761c0659739bc8b956648159b9e4456e4f3f00f4b19a 2,257 1.00/1.00 vMB 67
439,007 439,007 0000000000000000022d83d3b11ad455ba97e5d46f6ef249802f6e8242c2a826 1,253 1.00/1.00 vMB 27
439,006 439,006 0000000000000000016bcb0ea1a0746fe86101e2860a3becc0744959459b49cf 2,217 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.