Loading Tool

Explorer IconExplorer

Memory Pool

28,682 transactions
26.84 vMB
0.06213532 BTC
Random Selection Loading Transactions
Max Size: 145.19/200 MB

Candidate Block

Mining Attempt 91c8202934c13e9d402fa0ddcef760b2090a60c17121ab13d58f241bef03cbd2
Version 20000000
Previous Block 0000000000000000000115d2712ef2cc279f7ab9604c1ef8516e8bef390b1206
Merkle Root 03bf1853b52b35963db0b0abc0c94178e1c2d8579fbaf01f0d2d8fe38a2d4075
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,892
Size: 1.00 vMB
Total Fees: 0.03131523 BTC
Feerates: 501.77 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,048 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,969 939,969 000000000000000000009d36aae180d04aeac872adb14e22f65c8b6647a8bf79 242 0.09/1.00 vMB 2
939,968 939,968 000000000000000000005deeea24f0e6a8f09e908f517acbae3aad7b1f555e4c 4,617 1.00/1.00 vMB 0
939,967 939,967 000000000000000000011df9afde18a5f366943defd220e64146e6c7d46d404d 4,810 1.00/1.00 vMB 0
939,966 939,966 00000000000000000000baa969b01325c2d78168520e00ee00f5911669de81d4 3,494 1.00/1.00 vMB 2
939,965 939,965 0000000000000000000118d412ba7a5ac8cf0ec3592f7f7129304776e2f2f287 898 1.00/1.00 vMB 0
939,964 939,964 000000000000000000001660db7a2d352ef8dc465b4f1f950a28f60d1b182b1d 4,429 1.00/1.00 vMB 1
939,963 939,963 000000000000000000002b6a710f9f699faa330c4039e2eb0a0bdfaf5a2a9577 20 0.01/1.00 vMB 1
939,962 939,962 000000000000000000015cd9ebb62046188d1dda964313aa77513d521f1c22cc 2,124 1.00/1.00 vMB 0
939,961 939,961 00000000000000000000cd45de959387cca77c6ab301a907fcec872409663736 636 0.18/1.00 vMB 2
939,960 939,960 00000000000000000001c7a5b5d53e4b19b56ac2b54ae128193f88dc2a802bc7 65 0.02/1.00 vMB 2
939,959 939,959 00000000000000000000cfbc52e3e7b2e7559773dee2192151996f5cea588807 4,673 1.00/1.00 vMB 0
939,958 939,958 00000000000000000001a93e0b8b701138870a00b85f4e86e86125bceabd4eb5 365 0.10/1.00 vMB 2
939,957 939,957 00000000000000000001d8a29b0a9650281164d1596560697e14c401e5916538 4,224 1.00/1.00 vMB 0
939,956 939,956 00000000000000000000ccb10c52095baf98b0b8bf3c26a49f8ebe930b4152e5 3,579 1.00/1.00 vMB 1
939,955 939,955 00000000000000000000be2e236764a2a56bb3f0f73d72a21871a28b5f857085 4,173 1.00/1.00 vMB 1
939,954 939,954 000000000000000000004e18a8bc7facefe1b909cbdc378219ce58ece12c2019 4,145 1.00/1.00 vMB 0
939,953 939,953 00000000000000000000361a9acceb7676b7d39911e8dbb3115571f4451058bb 1,317 0.42/1.00 vMB 2
939,952 939,952 00000000000000000000ccfedaf5c1d24dec583d33a17b7c5d5eba85a0b888dd 1,897 1.00/1.00 vMB 0
939,951 939,951 0000000000000000000195b33da32bebe54f55ababed1f76696d5f301f0d29eb 4,883 1.00/1.00 vMB 1
939,950 939,950 00000000000000000000a495c9cb3064112a307996957b6c559ea80b99daf0af 2,322 0.68/1.00 vMB 2
939,949 939,949 00000000000000000000743ca6481e9a4e143d9c88ca10655784b43f6af040a2 3,771 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,434.92 GB
    • Received: 239.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.