Loading Tool

Explorer IconExplorer

Memory Pool

47,109 transactions
27.92 vMB
0.12978775 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt fcd6bf9d264b6c9bc6659751b2ba70e2f6743c3789f4e92b745108fec3c8f763
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 43499b0e04b421debedf0b7542fae0b1a2dabaf6a4cd2c29c0a15985e8c4124e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.05827184 BTC
Feerates: 151.01 > 5.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (254,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,801 660,801 0000000000000000000ce2d4fa944b992b70275bda17359d98d37f47995b1ddd 2,208 1.00/1.00 vMB 74
660,800 660,800 000000000000000000070b08ba64d878abd6898f14f7d2b16988e2c6d301eab7 2,975 1.00/1.00 vMB 38
660,799 660,799 00000000000000000005941f188aa4b1f28f8a6a0119abcca621c57b85e804cb 2,688 1.00/1.00 vMB 58
660,798 660,798 00000000000000000005b6886c4e82fa25d9d11f5370152eec1c646ecc9ce8ae 2,630 1.00/1.00 vMB 43
660,797 660,797 00000000000000000004719934e0a24ace1d9fa97adecb3427777ba72625049c 2,338 1.00/1.00 vMB 68
660,796 660,796 00000000000000000005636b4ea44edd08e876d9265e3ea3ee7d828728be9e01 3,387 1.00/1.00 vMB 48
660,795 660,795 00000000000000000000dafe20d16097743f8a3d4dab73c5556c4fb02069697e 2,677 1.00/1.00 vMB 69
660,794 660,794 0000000000000000000c677190ab131064e0b9ded34da0e567786b4795d31a0f 2,253 1.00/1.00 vMB 82
660,793 660,793 00000000000000000001fddb2d6f5acf78145635f5eb23e2b0d8b1078db8e7dd 2,807 1.00/1.00 vMB 68
660,792 660,792 000000000000000000000a3f7ce27fdfcfc1fbb3291462f069bff369d5cac1fc 2,660 1.00/1.00 vMB 100
660,791 660,791 00000000000000000004ab16b561b4e77932e18ca07619955de8692fe5b04692 2,839 1.00/1.00 vMB 80
660,790 660,790 0000000000000000000504447aecbcd81ace008df7e6d64ddf3407cc1c30cb67 2,720 1.00/1.00 vMB 81
660,789 660,789 0000000000000000000273b15f67a3ac02abbae233c8996857836b7af41acde7 2,723 1.00/1.00 vMB 55
660,788 660,788 00000000000000000000fc1c7f9a425507d87f783648a80cf8d2c61c5fd78b4f 1,614 1.00/1.00 vMB 60
660,787 660,787 00000000000000000000dd872036aa0fa14052c01d30c254b96f8c1005c50a81 2,933 1.00/1.00 vMB 77
660,786 660,786 0000000000000000000e6b88db4a710562994fd135791cf8155281f25a8bc5f3 2,945 1.00/1.00 vMB 106
660,785 660,785 000000000000000000084eec7231b6c847f5106da90a908ae8b4577e88511921 2,477 1.00/1.00 vMB 28
660,784 660,784 0000000000000000000d328a9b9dcbc2d64a2411dd8ca6043c7ce87093c35222 2,656 1.00/1.00 vMB 47
660,783 660,783 0000000000000000000b83eff8bd0434abd949408d496a09f0caab8b7aca9628 2,809 1.00/1.00 vMB 63
660,782 660,782 0000000000000000000ea82b20d23ba30102acf11ae479b35848cd25850aaacf 2,698 1.00/1.00 vMB 64
660,781 660,781 000000000000000000037d6dc921b66419b9da124963aa2fb9d32a9e574e78e8 2,177 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.