Loading Tool

Explorer IconExplorer

Memory Pool

41,394 transactions
26.57 vMB
0.05646088 BTC
Random Selection Loading Transactions
Max Size: 139.21/200 MB

Candidate Block

Mining Attempt 32fde1dd1087657a7afb1af4eb088fa8c6926c2dc53c3b90c12cc79a1bf12233
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 87b3c2b49d0edc014d052ef8175bdef3e6937c5927d2bfa8152b62b52a21839c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00740410 BTC
Feerates: 99.90 > 0.74 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (347,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,931 566,931 00000000000000000016b14ef4a2845d748435ecece66296fd36ae01f74393ec 2,491 1.00/1.00 vMB 18
566,930 566,930 0000000000000000000221ff4ab5a481362a1f10300135289677a50d73d214af 1,560 1.00/1.00 vMB 40
566,929 566,929 000000000000000000177a93334c132cac59d080b5dbffbf96459f347becdcea 2,095 1.00/1.00 vMB 18
566,928 566,928 000000000000000000295b4db5e683cf232d85f6743b2d5b3e2fdeb060e9ae57 2,575 1.00/1.00 vMB 42
566,927 566,927 000000000000000000164f47e6a84610e12a072dcd25ab5387e48734ad27248e 2,905 1.00/1.00 vMB 26
566,926 566,926 00000000000000000016d0f7f9a885804bda76e2c379bbbf10324bcdbea328b3 2,730 1.00/1.00 vMB 24
566,925 566,925 00000000000000000025b5d8bffbc1704fb2c58638e793192d272b9019bebe89 2,389 1.00/1.00 vMB 69
566,924 566,924 0000000000000000002dc58ea9fd644870e0a9d981a3f6dd03d49e3fcb694d53 2,488 1.00/1.00 vMB 26
566,923 566,923 000000000000000000266fa997779bb10301345052a3ff4e1786049902307978 1,930 1.00/1.00 vMB 51
566,922 566,922 00000000000000000027c33ab02c91ebdbf87d3e5e4769f9583e92ce8da0fbd3 2,685 1.00/1.00 vMB 34
566,921 566,921 0000000000000000000beb8e3080aafb9497b78f7298de9f7c94096914302d26 2,478 1.00/1.00 vMB 40
566,920 566,920 00000000000000000027b7576f990784c539c2a0a26b7e8c7705a30e971344fa 2,045 1.00/1.00 vMB 32
566,919 566,919 000000000000000000044ec993caf9b2b84a10fa5eaa430174f4d73a7d5aaf22 1,842 1.00/1.00 vMB 57
566,918 566,918 0000000000000000000f4d2cc5843f8dcbbcf89420e6fcd7b08e88f3fbe518e4 2,527 1.00/1.00 vMB 34
566,917 566,917 000000000000000000102af6fc2b37da255bcbc7c87dbdb8ae42d25d0dc0b45a 2,948 1.00/1.00 vMB 34
566,916 566,916 0000000000000000001100dee5efb99785a956dd1ffc43b337541d3044ba1af3 2,842 1.00/1.00 vMB 36
566,915 566,915 00000000000000000011e4e57dc3293e4895323c1caac67e6d733fa435062777 2,917 1.00/1.00 vMB 47
566,914 566,914 0000000000000000002608f69efa63b256425784ccabee9d60512521f1c8a66b 3,586 1.00/1.00 vMB 49
566,913 566,913 0000000000000000000d951082d6b3ff6cad723cbda91f6516da29897dc51b91 3,235 1.00/1.00 vMB 49
566,912 566,912 0000000000000000001cc4639b5b9cae96a22bfb2dde1c9fb129d4df71040ec9 2,605 1.00/1.00 vMB 28
566,911 566,911 000000000000000000146f806efaf7ed5c6cff078e93338e7fdf30bac5038f97 3,107 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.21 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: 654.27 GB
    • Received: 14.11 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.