Loading Tool

Explorer IconExplorer

Memory Pool

74,658 transactions
28.72 vMB
0.08276958 BTC
Random Selection Loading Transactions
Max Size: 170.13/200 MB

Candidate Block

Mining Attempt 6e21b1103459e069e5fed1d71890450e719f5a7c1ff1480389b19a0c203ace08
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 6a10370484dc359ecaa53104de748b6f98c0febc15b62b8ee98b8e9494f13b55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.02469260 BTC
Feerates: 150.93 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (297,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,099 617,099 000000000000000000012507bfdf10ec02c5fdafc50f894d75dda2973b616769 1,986 1.00/1.00 vMB 20
617,098 617,098 000000000000000000115d72801db7b4310360156dce7a0e175a4b7e4f21c989 3,061 1.00/1.00 vMB 39
617,097 617,097 0000000000000000000e6e15caa21300375a8ce27826d9e38588964bc6bc9da0 2,914 1.00/1.00 vMB 30
617,096 617,096 00000000000000000005904b632189269f00ccd58509f882c8d1de6b88e266d6 2,659 1.00/1.00 vMB 36
617,095 617,095 0000000000000000000864ef3477c9b4cc5ead16a92117308188cf2ccc968b07 2,693 1.00/1.00 vMB 37
617,094 617,094 0000000000000000000831a01f45514b4a9fed3f22b89a2332e9e421b73f33a9 1,997 1.00/1.00 vMB 32
617,093 617,093 000000000000000000027e7181a1c1d04b68005486a29a0e39583ed1d6b89ca3 3,430 1.00/1.00 vMB 40
617,092 617,092 0000000000000000000854b0d98050e2896bac4dd4dc91ee3a20f5ef4b3897aa 2,804 1.00/1.00 vMB 32
617,091 617,091 00000000000000000002ef985c9f7777c8efa77f25bdd712e1f670188caf3d74 3,380 1.00/1.00 vMB 32
617,090 617,090 0000000000000000000c37b23735102ea9e05eae6fe70a904b4ffdddaf882a0c 3,268 1.00/1.00 vMB 45
617,089 617,089 0000000000000000001211f4a91b17beadfb1e74dbb3557232055f50291c1297 3,582 1.00/1.00 vMB 42
617,088 617,088 0000000000000000000a3e370954c035ee4f234fed9fcd34663b2611618c7114 2,759 1.00/1.00 vMB 29
617,087 617,087 0000000000000000000304ba1531985e9e53c80dc5f1636a3291ce54aedab47b 3,056 1.00/1.00 vMB 37
617,086 617,086 000000000000000000053d005320b2cdaeaff6aef6396efe32d09032bd7f19f1 2,530 1.00/1.00 vMB 43
617,085 617,085 0000000000000000000cf1fc6fdd452eb03404d19f3914c0b0e7735106e851d8 1,750 1.00/1.00 vMB 60
617,084 617,084 000000000000000000051ad4770bd88e41d71900d41920a442eed823fe65a27c 2,496 1.00/1.00 vMB 33
617,083 617,083 00000000000000000001d7aa2855375fba23a4ffe803877606d432d174b723a9 1,337 1.00/1.00 vMB 29
617,082 617,082 0000000000000000000fa66fae479ae571f550c688b76da79763b15ed806fd01 3,061 1.00/1.00 vMB 37
617,081 617,081 0000000000000000000d48404df07e7008b28e1a6313bfbad4917b4e7900fc5e 3,255 1.00/1.00 vMB 42
617,080 617,080 00000000000000000009d48b53151b309ea5381af1eacd88883461516d1bc370 3,012 1.00/1.00 vMB 51
617,079 617,079 0000000000000000000a99444662902f6c305bac660a2f8379134721d1d015ed 3,110 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.