Loading Tool

Explorer IconExplorer

Memory Pool

35,191 transactions
28.63 vMB
0.11708347 BTC
Random Selection Loading Transactions
Max Size: 142.42/200 MB

Candidate Block

Mining Attempt 78c242519e085e8ffaa629054c167033ab3c08c91986019935a6b5d469675603
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root dc9fcf1487a7c1c2344f50e22de36d17b9712beceeb4951a277937c06bd0d92e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,193
Size: 1.00 vMB
Total Fees: 0.06126443 BTC
Feerates: 101.65 > 6.14 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (668,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,931 245,931 000000000000004b5eed72e5fff94e95f446b671b0607071e5cf8c1a2611cdd0 209 0.10/1.00 vMB 100
245,930 245,930 0000000000000007194c5a37cba4f9d18d39b55555251df09c03f338943d5ee5 209 0.10/1.00 vMB 98
245,929 245,929 000000000000005ee74e8014a1cf76117187b3f4e599456f053a2705b1e6fbfc 393 0.21/1.00 vMB 148
245,928 245,928 000000000000006309b664803429b8f7ad8ae3ba3770bcd96730c1f870d9c525 23 0.01/1.00 vMB 43
245,927 245,927 000000000000006df445c8c754ea4bbb1fd3fc7c174b4651f998a7703081da59 131 0.06/1.00 vMB 124
245,926 245,926 000000000000004f1d133df5139787464cbb14271072955a80aa8cce16fdf96e 165 0.17/1.00 vMB 51
245,925 245,925 000000000000001afea9f9d5571b191d76950433cc8aadd5b1c664e7872090c2 250 0.20/1.00 vMB 98
245,924 245,924 00000000000000609e146e9b7570c82f6fd5b1c25ad66161b87357c1598764c3 79 0.03/1.00 vMB 150
245,923 245,923 0000000000000019e6045dd69d7ee9881f8e8ed9db0ed6c390d9b188cc54636f 191 0.07/1.00 vMB 141
245,922 245,922 000000000000006f5e7d1f3c1d6251b7e93b3d10366cf7da2854a63fdd8a22a5 97 0.05/1.00 vMB 129
245,921 245,921 000000000000009435bd2c1b61350008918b10115b1297834f912b62689221be 8 0.00/1.00 vMB 91
245,920 245,920 000000000000009142ac38eac5db28697eee668fc845f3087b5091c8f492a671 89 0.04/1.00 vMB 192
245,919 245,919 00000000000000b747a77c02d6f6ccb688f7902376772d5a75f8705fb5ba9535 19 0.01/1.00 vMB 98
245,918 245,918 000000000000005adc5843d175b488eed66e7b81d22eda1706c86e90e20560b6 229 0.09/1.00 vMB 116
245,917 245,917 0000000000000087b8241ed0786a01d0c5e16b0f75bb6044d97ef0ac4cf377dc 89 0.03/1.00 vMB 14
245,916 245,916 000000000000005ac34d9bb2f4ad71b90d180a47da307e55c2d5a3e8907d5200 481 0.23/1.00 vMB 129
245,915 245,915 00000000000000690d41673d5768ad3a76e743ae87f41283fd2d9fd346cf2b4e 370 0.17/1.00 vMB 113
245,914 245,914 00000000000000bd0e9e5083f79e6bfecfd6a925bbcd5a3b0c0692d387d85f80 22 0.01/1.00 vMB 164
245,913 245,913 000000000000004b9dba306021a35afd5d408b0d7eadf423d5b2e6658c289490 371 0.14/1.00 vMB 154
245,912 245,912 00000000000000247a32d0ecc0ad9839184563ca8d69165dcf9585cd5c5c55e5 180 0.07/1.00 vMB 156
245,911 245,911 00000000000000ace1293c5f3fb9f6e9812fc5ebeca15b67a74e7abac20234c1 11 0.01/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 617.15 GB
    • Received: 11.18 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.