Loading Tool

Explorer IconExplorer

Memory Pool

79,238 transactions
29.53 vMB
0.06923766 BTC
Random Selection Loading Transactions
Max Size: 177.73/200 MB

Candidate Block

Mining Attempt 940c6bc8f887f16dd191b6ef366bf771d5f5092a17834a96f3327d336d3f1c7f
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 737850073102d6552e7d493e69e03b934c3412c2ff92547d98a92abbfc98948b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,080
Size: 1.00 vMB
Total Fees: 0.00931786 BTC
Feerates: 454.44 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (129,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,926 785,926 00000000000000000000970c66cb75a812050b24bfc2f60b3bad56ff8192acde 1,799 1.00/1.00 vMB 24
785,925 785,925 00000000000000000001d324dcfd97f1d2e2041d60cccf7be5004cc75dad79ae 2,680 1.00/1.00 vMB 22
785,924 785,924 00000000000000000001bada9c3614f308c296581aceba250bc6051bb4a9f3aa 3,048 1.00/1.00 vMB 21
785,923 785,923 000000000000000000053b326f6ebaa32ddf040ce7f01e7801cd350cb13a88aa 1,942 1.00/1.00 vMB 11
785,922 785,922 0000000000000000000027ad1267ac765bfcc2f18bd8d0fec6366555c2fda2a8 1,119 1.00/1.00 vMB 6
785,921 785,921 00000000000000000004595d27aeea4c8b4b821349a2b964e2ac8f82c69ec2b8 1,176 1.00/1.00 vMB 8
785,920 785,920 0000000000000000000040ac187c64a87e8e43b1b76755c00b3cdf8ceb0f6d8b 273 1.00/1.00 vMB 2
785,919 785,919 00000000000000000000eb3a6d9bf922f5f96bb47c856da4ca0da7af50610dc9 2,130 1.00/1.00 vMB 13
785,918 785,918 00000000000000000002be24873dde169e5c1e5404a10ff87b3269446451f3f8 162 1.00/1.00 vMB 1
785,917 785,917 00000000000000000005b22a8f135ccefffa93f2e1e9f89eb8f6d462f7ccea9f 1,684 1.00/1.00 vMB 14
785,916 785,916 0000000000000000000159aaac0edd3587bb547429f0098f5d1a76042f8f62da 311 1.00/1.00 vMB 2
785,915 785,915 000000000000000000020500e5b3a2169af37cf2180332f514068dea95c8457f 2,971 1.00/1.00 vMB 17
785,914 785,914 000000000000000000030ff48e6c2250309a3d7ec25ba18f3089c6f3ee008193 938 1.00/1.00 vMB 9
785,913 785,913 00000000000000000002109bdae12bd3287a9deda73b12e2d72392d0622dbcd9 1,682 1.00/1.00 vMB 23
785,912 785,912 000000000000000000002bfd6b57596684a7e838d42c30a532b248c4f4adbc6d 1,497 1.00/1.00 vMB 9
785,911 785,911 000000000000000000016a34f393f1787061843673a0156636cfbae1b8e81eff 2,235 1.00/1.00 vMB 11
785,910 785,910 000000000000000000042d53f80d712990eb8c89124a6ba3bd3fee855937feb5 1,311 1.00/1.00 vMB 7
785,909 785,909 000000000000000000059553d1833e8f72ee4c66e41b4e67e0551186a5ba1150 708 1.00/1.00 vMB 3
785,908 785,908 0000000000000000000483108b0ce25cd8c7a32e379efa7dbe9c6090b3040a9b 1,280 1.00/1.00 vMB 6
785,907 785,907 000000000000000000001977220ce16f9bf79a30ffadf7c453dae01306334652 236 1.00/1.00 vMB 1
785,906 785,906 00000000000000000005b67016222c5d9a29a0d02c97d9016a6285ee9f99ee48 1,462 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.37 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: 663.22 GB
    • Received: 14.89 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.