Loading Tool

Explorer IconExplorer

Memory Pool

81,834 transactions
30.85 vMB
0.08181882 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt d1d4a5b9b5bcbb7d7c81348e05331c7e0c04dd4bae42581b3d6773de1c6d88c5
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ecf1ec803d3ae8c28290b0662fc6f2701a9b48394fa8093ab2d0c90d104b11b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.01224091 BTC
Feerates: 151.12 > 1.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (228,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,825 686,825 0000000000000000000216da54640f0115f6179c48d46ddaea6c9f7fb82b9924 2,547 1.00/1.00 vMB 27
686,824 686,824 00000000000000000000682ba1db2ebffca16a4b7a0d0e69588249575aa8075c 2,622 1.00/1.00 vMB 29
686,823 686,823 0000000000000000000306c27ae08e902e92065da00ca33b1d5b6b8476af92cd 1,835 1.00/1.00 vMB 14
686,822 686,822 00000000000000000005e1025dca11746cd6cc2e8e8bea7041a7b9ffdc46afd6 1,772 1.00/1.00 vMB 11
686,821 686,821 000000000000000000036c23b95ef6e98896a8cdb4545b2f9612965b5fd202cb 1,455 1.00/1.00 vMB 35
686,820 686,820 000000000000000000078e184b033bf0d6b60b97188c990b41f8ffec59944858 2,301 1.00/1.00 vMB 19
686,819 686,819 000000000000000000011a4521c72e68633e2cf7436228d777f09d12d872697d 2,155 1.00/1.00 vMB 37
686,818 686,818 0000000000000000000d272c9985b85e8c6267d6e6fec8ae61b2cf3c43f434b3 2,057 1.00/1.00 vMB 9
686,817 686,817 000000000000000000091a729d0a5d3fa849c99d165042db1b11e67b80e9eed2 1,313 1.00/1.00 vMB 36
686,816 686,816 0000000000000000000288042c845ad88b3219b1c0f55cd02b5d9750e0ee36fc 984 1.00/1.00 vMB 33
686,815 686,815 00000000000000000006fde1d6eb49435a667d22ea11fe9a1491c537422b0a8a 2,743 1.00/1.00 vMB 15
686,814 686,814 00000000000000000005efe222d8f12296b5e6991e7e1fbb2be611d64a0bdf7b 2,293 1.00/1.00 vMB 8
686,813 686,813 0000000000000000000c37265c63ee968a00227f5450b403ffac3a0412d99947 2,335 1.00/1.00 vMB 15
686,812 686,812 00000000000000000005ab104cc0e74b64ba05fcf12409abb644476c052cb86f 2,632 1.00/1.00 vMB 43
686,811 686,811 00000000000000000007b6797ff8513419d694713d6553db81ccd4cd22c21a6f 2,412 1.00/1.00 vMB 68
686,810 686,810 0000000000000000000b5745b6e00ba4bc3e88769c75d450ef0131ba61785c32 2,646 1.00/1.00 vMB 42
686,809 686,809 0000000000000000000103537f901968fad0c95e59706bde0340a383dec8d211 1,355 1.00/1.00 vMB 20
686,808 686,808 000000000000000000082ec855e0844ad0f22628ac2256b417783e58c2a2a64f 1,224 1.00/1.00 vMB 22
686,807 686,807 00000000000000000004884fbcf6da77e8a882274a98c1bea02063224073ce22 1,051 1.00/1.00 vMB 23
686,806 686,806 000000000000000000023ac83a34bcf5fed3223a39feefa0cb96ec27d3913b77 647 1.00/1.00 vMB 23
686,805 686,805 0000000000000000000cb474aca18694e58ae4f9276dacd08e531f8f77a9d527 1,900 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.