Loading Tool

Explorer IconExplorer

Memory Pool

74,120 transactions
27.35 vMB
0.06535420 BTC
Random Selection Loading Transactions
Max Size: 167.05/200 MB

Candidate Block

Mining Attempt f464d681d007b52f4bca3e611f7cdb7187a3a9b6218ad95788afaee7b2b40dd8
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 1132c7afc86e5e728c2a6f564eac444b0cebabc9579ad1308b7ad0868cfde202
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.00724160 BTC
Feerates: 100.53 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (228,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
686,913 686,913 00000000000000000009f9f2a37f7a60eb0aa8f4ee5cf0f001aefe2e35b0004b 820 1.00/1.00 vMB 12
686,912 686,912 0000000000000000000287d0a79c191a28380784a55dc201b24b10c32d95b0d3 1,431 1.00/1.00 vMB 27
686,911 686,911 000000000000000000047d093a49c8d006f985b16ce2ac4e2650ff1d5ebfe494 1,682 1.00/1.00 vMB 29
686,910 686,910 0000000000000000000458405150e2272cfc658f70a3b372702f329fdff79506 1,181 1.00/1.00 vMB 32
686,909 686,909 0000000000000000000b5943bd4d964d26a32b685aecb6017006db110bf67e53 1,671 0.77/1.00 vMB 24
686,908 686,908 0000000000000000000128da68174dedf50085ebef0d8b13be39cd0f271cafbb 914 0.36/1.00 vMB 29
686,907 686,907 00000000000000000009d9347b992fc411263045ccac94d00abea0cd637e5b3e 1,080 0.73/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.