Loading Tool

Explorer IconExplorer

Memory Pool

82,210 transactions
29.88 vMB
0.06639852 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt 69a074a9954759e1e2fe82981500e6fbe6f41d97609b416274b21ce7aa4d6c3f
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 8d928b313caaa5bbb0a0ab131b8b98d6c0bc00d2e6e2927a60bb1ed51f89a716
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,821
Size: 1.00 vMB
Total Fees: 0.00548089 BTC
Feerates: 43.68 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (453,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,637 461,637 000000000000000002301561dab47dcc62d6a47477f656348c7af760e301efa6 2,598 1.00/1.00 vMB 169
461,636 461,636 00000000000000000209f9a212d462602802911acca4db14ec1ed5dd79d757d7 1,734 1.00/1.00 vMB 129
461,635 461,635 00000000000000000204dbbe0bb75aaaf3ed9d03e99af9fc6450a6cc101cb72f 2,061 1.00/1.00 vMB 161
461,634 461,634 0000000000000000016e2445be86fefee3dda00523d1ea87341197712e25a342 2,605 1.00/1.00 vMB 196
461,633 461,633 0000000000000000010c4095316b13fab97f31dd6f394207bd451ff7c5dab6f1 2,279 1.00/1.00 vMB 145
461,632 461,632 000000000000000001dbef186b89561e5cd0b8fa605594e7a7f236338dcec4e5 2,333 1.00/1.00 vMB 132
461,631 461,631 0000000000000000007eaa60c516aaf25332996a90e6f684c8038bb0c43cea2b 2,883 1.00/1.00 vMB 147
461,630 461,630 0000000000000000005be2e21b3c458340db64405ce594e8589897e320cc9dde 2,099 1.00/1.00 vMB 144
461,629 461,629 0000000000000000001517678dbb82c29b8b8d3b76c189fb1d155ee3bd588e3c 2,228 1.00/1.00 vMB 147
461,628 461,628 000000000000000001631dafa90ba98bd1ef673daba47033a9b82af1af68ddec 1,979 1.00/1.00 vMB 150
461,627 461,627 000000000000000001e1d79ac62246c3864cd6ce7889a853288c34e10b131fff 1,885 1.00/1.00 vMB 169
461,626 461,626 000000000000000001dbecfb9137ebe7097dfec33308c2a0c10d381aed6a16fb 2,161 1.00/1.00 vMB 183
461,625 461,625 0000000000000000020ff95c771c9d5547627bd89cd407ff04b58d2a66fb79a5 1,505 0.75/1.00 vMB 213
461,624 461,624 000000000000000000d8ad374f135544f1a1b429fcf22f73b4a2dfc8aadb02d0 958 1.00/1.00 vMB 94
461,623 461,623 000000000000000001ac08fd2a0fc4e03b406438aa09a9c1494fcdb9349b507b 1,036 1.00/1.00 vMB 132
461,622 461,622 00000000000000000015e2842f42054c35927e3d90ee976e761dfadb86789f74 1,869 1.00/1.00 vMB 193
461,621 461,621 00000000000000000166ff12ddad1fc76dd6310bf35f4b99fbe7671503cce9cd 1,976 1.00/1.00 vMB 132
461,620 461,620 000000000000000000314e80682036c623b509bba79c155a87d15d66270a43e2 2,304 1.00/1.00 vMB 147
461,619 461,619 0000000000000000016e5d4234ad3b75a1d7d43f8d9eac40b3a7d2ecf5d1e860 2,133 1.00/1.00 vMB 176
461,618 461,618 0000000000000000019c992145268fd5cb45f1b161357eae1a80b213e8bda62b 2,089 1.00/1.00 vMB 243
461,617 461,617 000000000000000000726d1228035944bb13891b4488ef9572cd5d2ecc54e106 2,564 1.00/1.00 vMB 286
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.65 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.