Loading Tool

Explorer IconExplorer

Memory Pool

84,311 transactions
31.54 vMB
0.10480091 BTC
Random Selection Loading Transactions
Max Size: 193.30/200 MB

Candidate Block

Mining Attempt 41d430b6544488888bc3bf87b4c3910cc33ee0575e83412a6aefc27ef1eefcb9
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 4def58f22db5dd5877edf9bf4587644ae501a5f523c39ab2ff7b7b522de160b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.03197160 BTC
Feerates: 301.57 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (228,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,934 686,934 000000000000000000028dfa10ea000d90bfb3a9e9a2ddd3e4832809b473fbca 2,532 1.00/1.00 vMB 10
686,933 686,933 0000000000000000000665cd78722a88e9b0b894c6170b34bcc0c698b72b3d47 1,019 1.00/1.00 vMB 19
686,932 686,932 00000000000000000001debd27bb5f9ed71cc2dee067a6292f573bbdc6785915 2,194 1.00/1.00 vMB 32
686,931 686,931 0000000000000000000289d2c904343695dc55a90342df24759d64f8d9d13efc 1,768 1.00/1.00 vMB 48
686,930 686,930 00000000000000000005e331572a655f759cc30f47ffefac9911b2eba37616d2 1,598 0.60/1.00 vMB 26
686,929 686,929 0000000000000000000299e9481038a15a96842adf12fabc27ff03f76f4e7297 613 0.54/1.00 vMB 9
686,928 686,928 0000000000000000000c9f99f4fe966dd29bfd4d0843ffbdf5451c4b1b955dd3 1,816 1.00/1.00 vMB 14
686,927 686,927 0000000000000000000be3b18a75566bc626c0edd6fc4d3105c758d545554b3f 1,652 1.00/1.00 vMB 13
686,926 686,926 0000000000000000000801b4d248db867191865f970fc696b07f7c86f935a9ac 2,042 1.00/1.00 vMB 16
686,925 686,925 000000000000000000093926dcea8505f67d91bf38af2381bb598f00fb839f59 1,590 1.00/1.00 vMB 8
686,924 686,924 0000000000000000000200a39b3f18c8b8acdcd8b6c6097fdf4a54788d509af7 2,648 1.00/1.00 vMB 27
686,923 686,923 00000000000000000005aa75a417b3514de1f65ac21f44cd481da5a31be54614 2,124 1.00/1.00 vMB 18
686,922 686,922 000000000000000000083b1fd1b54908cb38d2fba099605e4dc2898010d513e0 2,201 1.00/1.00 vMB 28
686,921 686,921 0000000000000000000cc5e8d0c4e85d22d9881ab3f2257ed4f1ecaaa6b1ced9 1,118 0.36/1.00 vMB 3
686,920 686,920 0000000000000000000892f84a447ddbdcfd6bb3bc7bfcc15e16f38957702098 1,634 1.00/1.00 vMB 6
686,919 686,919 0000000000000000000cada705fce6beeac74bbe99277535d945bca329d41166 1,242 1.00/1.00 vMB 26
686,918 686,918 00000000000000000001d995255ad7b9ee74478d4cf0ccdd7546721c97322111 1,652 1.00/1.00 vMB 18
686,917 686,917 00000000000000000001e1fb571e5961c7b09fde01e43fbebf0801a7c5c89fd9 2,689 1.00/1.00 vMB 41
686,916 686,916 000000000000000000046aaaa0f181eef3670f3c6fe0518a4b999dae04d8294c 1,070 0.38/1.00 vMB 25
686,915 686,915 00000000000000000004396fc04fd56536b008a1aea161345905f77fad485eb0 2,023 0.94/1.00 vMB 4
686,914 686,914 0000000000000000000623f33e9f74513ad1584220fc968e29b67d55dd58c8ef 1,184 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 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.59 GB
    • Received: 16.92 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.