Loading Tool

Explorer IconExplorer

Memory Pool

20,859 transactions
24.34 vMB
0.05180477 BTC
Random Selection Loading Transactions
Max Size: 115.94/200 MB

Candidate Block

Mining Attempt a069e8f6d0520bc4ee948d0bedd72d92c7b5ab6011a4b2fed3afb57518133efb
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root d555b7bddb1ab13367a1a3366d032784c6ea094e3a4e4220897138cc8a44ed84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,277
Size: 1.00 vMB
Total Fees: 0.00848646 BTC
Feerates: 101.21 > 0.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (796,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,942 117,942 0000000000008374460827bdfa3ba8f09524b5513917a876e96ceb6b0323544e 7 0.00/1.00 vMB 0
117,941 117,941 000000000000be25e729a563c30d5f48260cb23f047cf64ff87a6b49d0443e40 13 0.00/1.00 vMB 595
117,940 117,940 0000000000003aa00a0d8d65eedf6692158df7f75b56c0c54789ed512828f776 10 0.00/1.00 vMB 726
117,939 117,939 000000000000737dfd307bf13d3ba3c6564dc2c038b113f837c3d489fbec6ea3 1 0.00/1.00 vMB 0
117,938 117,938 000000000000408891060cfc909515ff8b9e23d24b0f8ae2e4aa5a182b3f97c1 24 0.01/1.00 vMB 591
117,937 117,937 000000000000c52f3b5b4fb2aaeaaed46620cf95e7139282eda85edc76f9efd5 12 0.00/1.00 vMB 359
117,936 117,936 000000000000715b649febfc4b9e266ca1c2b3477dab9390a1fbbbd453614670 5 0.00/1.00 vMB 1,616
117,935 117,935 000000000000839c2c492b165535ea5bbdfdc391e16c4f23c77954351fbc4b53 9 0.00/1.00 vMB 0
117,934 117,934 00000000000030a25799293702d4734a6ae95bdcff7e5405249033b2c4e32026 12 0.00/1.00 vMB 335
117,933 117,933 000000000000b6ee64211b76436988c4dc786bf36b42da03fbf5f9db3be40c91 12 0.00/1.00 vMB 0
117,932 117,932 0000000000006554d36acbaddfb2a77472e65fe6b5205ad06a6e32f8b0c9eea1 9 0.00/1.00 vMB 642
117,931 117,931 0000000000000aadae56e99c3b75ad68640a3cef448926104670ed85e93a140e 12 0.00/1.00 vMB 0
117,930 117,930 0000000000001dd7638b0ea52b11e8572a850d630404e5983379ad00551c16e7 12 0.00/1.00 vMB 625
117,929 117,929 00000000000081f9cd5bd55cca4cbcdc50f5953d4991bda39560f36583e3e913 8 0.00/1.00 vMB 329
117,928 117,928 000000000000586e6c072dd37b07b2c7d3fab168eaee75e62c5124212b19a04b 10 0.00/1.00 vMB 414
117,927 117,927 000000000000426a68ade7c8f5525fe677b53eba9fe86b5d1d52dc3119c81b6f 12 0.00/1.00 vMB 0
117,926 117,926 0000000000000c35faff34ce913d6028526ac791054a5b89c9b9ef1dab5f6127 26 0.01/1.00 vMB 622
117,925 117,925 000000000000a63acb0e9807ab7e473510fc18e709c08613f86506f1126c7dd1 9 0.00/1.00 vMB 200
117,924 117,924 0000000000001db9715cf38b42b2a0f7d4c459369e14b65a2a79f3146ed70f17 9 0.00/1.00 vMB 317
117,923 117,923 000000000000b2a4e44929cbd99812f3c3c8c8fc30a3f2c0ebf9bfef45663942 10 0.00/1.00 vMB 0
117,922 117,922 00000000000059322ad7a346cd195b20274c57df17fb4310634d36895327f17f 9 0.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 781.11 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: 580.15 GB
    • Received: 8.93 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.