Loading Tool

Explorer IconExplorer

Memory Pool

42,471 transactions
26.72 vMB
0.05407873 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt cac1158f00b9589c07ee167bb8905031723d0ea36ac3e2d657d7a1d69bca2453
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root 070f9a973aaa471556781cd5c616f8b76b1d068da5ccfa2cf5844ae5b2c9b0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.00467682 BTC
Feerates: 40.21 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (160,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,529 754,529 000000000000000000034a4f8635fb35deac962e80ecf1b73c6d484bc0f9d68c 519 0.22/1.00 vMB 12
754,528 754,528 000000000000000000025ae02f390bc21f6b0132042cf9bd8c6594042f22fbb7 1,136 0.42/1.00 vMB 12
754,527 754,527 000000000000000000040d82cc189b2469f0b4caed4ab51de526b7b15c7eabd0 1,178 0.62/1.00 vMB 8
754,526 754,526 00000000000000000007c34e33bae74abe5c88d59714147d911d2995130e81e4 492 0.15/1.00 vMB 15
754,525 754,525 00000000000000000006d729ba5b6dbbde41c6ff87e32bad9f7ace7c0b8828e2 320 0.09/1.00 vMB 17
754,524 754,524 00000000000000000001c9960216a4a04d2d83a0b71595387832ceb7f48286b8 1,122 0.36/1.00 vMB 15
754,523 754,523 0000000000000000000214c25b61750d326b3d9effc8fea11b08d1123cce5802 2,127 0.78/1.00 vMB 16
754,522 754,522 000000000000000000016c93f80cd04bcf369da99a23b3b05aebb96d65eea59a 730 0.46/1.00 vMB 8
754,521 754,521 0000000000000000000144eb5235a46b39b2b1f58a1f0c6567f3064b33ead2a4 2,805 1.00/1.00 vMB 18
754,520 754,520 0000000000000000000761f19009861dae430a8d4b20cac65bcc2711189ea149 2,784 1.00/1.00 vMB 15
754,519 754,519 000000000000000000017e4e04705605106b34cab696d9732edf66917a0a5764 2,265 1.00/1.00 vMB 5
754,518 754,518 0000000000000000000232ffb41ff6d4775f3694c2e12593ce71f92bd6a2f09d 1,635 1.00/1.00 vMB 21
754,517 754,517 000000000000000000065d17d23e8adba2c1e8272c65625ddc0629bd8c84afb5 2,853 1.00/1.00 vMB 23
754,516 754,516 00000000000000000003ceee8de151e931b14d7ee76494fb635f7134862521ed 1,426 0.68/1.00 vMB 7
754,515 754,515 0000000000000000000404ca7c27344cbc79595fb8e4cb1f9d9f337e27e75311 3,019 1.00/1.00 vMB 11
754,514 754,514 00000000000000000000d10d419e3340ccf195e74e5974e32dcf879ee6c38814 3,540 1.00/1.00 vMB 27
754,513 754,513 00000000000000000002985d05f5cff6c74f20bc76834e0a7849e3670e31284c 964 0.35/1.00 vMB 17
754,512 754,512 00000000000000000002ab2bec8aed17a6eba358ef1ffe21e7d9aee0f5b0d645 267 0.40/1.00 vMB 1
754,511 754,511 0000000000000000000855d521f9f94d02e5ff51d5861085b4368d6342d9cbce 2,376 1.00/1.00 vMB 8
754,510 754,510 000000000000000000021719fb54ee657cdddcd52e8f174407e23cfc6369e07a 2,852 1.00/1.00 vMB 12
754,509 754,509 000000000000000000082a07ede85162b1f047aa6390fb2944df2fa36a279445 1,567 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.24 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: 655.26 GB
    • Received: 14.28 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.