Loading Tool

Explorer IconExplorer

Memory Pool

83,992 transactions
32.02 vMB
0.08906854 BTC
Random Selection Loading Transactions
Max Size: 192.79/200 MB

Candidate Block

Mining Attempt ecca6a27fcfda505096e698e73d1b70c3ad9b71a279e3d2934e65c90a1bbcfce
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root c07bea2b541d22e050777bab2f09b60caceb0ee72aec7a24c5191158149d4a46
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 665
Size: 1.00 vMB
Total Fees: 0.01250488 BTC
Feerates: 101.28 > 1.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (492,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,932 422,932 00000000000000000492e906b0918a1ec6a1dbe5c6e58f225f0023592fc87d32 776 1.00/1.00 vMB 31
422,931 422,931 000000000000000000418de85b7247f531873ef780ae03b0738ce20e0c7acdb8 601 1.00/1.00 vMB 12
422,930 422,930 00000000000000000062a78009dab3b42b1ab3d28a13b8211bead0457a5515dd 1,009 1.00/1.00 vMB 17
422,929 422,929 00000000000000000129e2366e7a02629e7dff3fefbdb7b0f6f30560e5c82706 1,460 1.00/1.00 vMB 42
422,928 422,928 000000000000000004141fd22345bb90b535bf9a0c0adc37eb7f13999fe91b8c 1,194 1.00/1.00 vMB 44
422,927 422,927 0000000000000000028032488c152abda8effad2dff9a9bd39487f007cbe6d41 1,593 1.00/1.00 vMB 67
422,926 422,926 0000000000000000050b850b6474afd817a686fb028b2b40ebfe5bd784feb796 1,148 1.00/1.00 vMB 23
422,925 422,925 000000000000000003fbbfde7656e54e6a1817b5bdce45504ce93b93e6605bf6 1,596 1.00/1.00 vMB 31
422,924 422,924 000000000000000003580731cc1a249c972a81a48a4dc087b8284fe1ab5d5486 1,293 1.00/1.00 vMB 89
422,923 422,923 000000000000000004d5af1014d188d191f81cb68753e2a4c17b5b0b7b7ec03f 1,493 1.00/1.00 vMB 30
422,922 422,922 0000000000000000007d42b13e2d77e5fdeadac3205a2d5c96dd62c59490861b 576 0.52/1.00 vMB 33
422,921 422,921 00000000000000000060729d87fdfca28f79a18f9b22669e24329ccaffc9721c 2,278 1.00/1.00 vMB 36
422,920 422,920 00000000000000000101826d8bcf31776e4796d36b6f2ac155b6f79d6dafb3a5 1,621 1.00/1.00 vMB 91
422,919 422,919 000000000000000000b16d60b4717882628be92b48cebb298db7f5c4cec9dcc2 1,735 1.00/1.00 vMB 85
422,918 422,918 0000000000000000003da690cc7bba78e89fb945f639ecceb740ea8186137cd2 1,589 1.00/1.00 vMB 78
422,917 422,917 00000000000000000195fd92a3b0ee7dd2bb8e71e82cca85b7003e50701c18d9 1,311 1.00/1.00 vMB 84
422,916 422,916 0000000000000000012fa01287794d604b004bd81a252a3f6d0c09b854e5c738 1,615 1.00/1.00 vMB 66
422,915 422,915 00000000000000000406cf09eec0fbe8e7fc87e49f6e0312ad90301775a2f838 2,381 1.00/1.00 vMB 65
422,914 422,914 00000000000000000512864738581bb4cec024219806fc8c1790269bd09a2d91 1,653 0.75/1.00 vMB 44
422,913 422,913 000000000000000003f08317751d9339fe448e97860ec952871363b69bfe90b8 2,315 1.00/1.00 vMB 59
422,912 422,912 0000000000000000036721f4b05f491ace45b71560319abc0536fd690a483a8a 2,480 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.98 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: 716.67 GB
    • Received: 17.81 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.