Loading Tool

Explorer IconExplorer

Memory Pool

37,371 transactions
28.09 vMB
0.06577871 BTC
Random Selection Loading Transactions
Max Size: 142.10/200 MB

Candidate Block

Mining Attempt bbf00f77143b9d97a510fafbe3797d55f83d110d6e8fc0138d2e85412ab45000
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 931c696727fa41e4bce340df576bce49dc30ddde3c4b51617051679d02648a07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,100
Size: 1.00 vMB
Total Fees: 0.01186406 BTC
Feerates: 150.61 > 1.19 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (210,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,942 703,942 0000000000000000000a03ed88ea38ddcbd6e254a3ff3b757c939dae0c465b96 2,672 1.00/1.00 vMB 7
703,941 703,941 0000000000000000000447207b91791696eba3a2f7d33e6a8f6447979e872bd1 1,920 1.00/1.00 vMB 8
703,940 703,940 00000000000000000001863cacdef6a348f65463ec16cf065dde7d7b2a5f379f 2,732 1.00/1.00 vMB 15
703,939 703,939 00000000000000000006935f2fabaecf9314140675d5931db558385d104b88ca 1,785 1.00/1.00 vMB 12
703,938 703,938 0000000000000000000e244f93f37439220b6ffd35b5406eb5642212afb9c7dd 2,195 1.00/1.00 vMB 12
703,937 703,937 00000000000000000003c445aedf5a40f48ea395907ea18f9e60b99bf1c31c4f 1,317 1.00/1.00 vMB 9
703,936 703,936 0000000000000000000b554b35fe00465ce5ccd8936e28270fd270c8e9156410 3,220 1.00/1.00 vMB 24
703,935 703,935 000000000000000000083335e4d0991b206a20001b901771ca6342d52344462d 1,505 1.00/1.00 vMB 12
703,934 703,934 0000000000000000000864a27ad0d3cab1c38f5ed3318a1dbd7d4edf537a48d8 2,563 1.00/1.00 vMB 23
703,933 703,933 000000000000000000071357ddd6aac7e43ddff64973430f28edfd57e2d4a2ba 1,459 1.00/1.00 vMB 19
703,932 703,932 000000000000000000073912ecd8e4d2c45adc44da53a3d3732f958545b0cdca 2,722 1.00/1.00 vMB 19
703,931 703,931 00000000000000000001f54c0e35238082311131042196aefe336b3388b7a57c 2,688 1.00/1.00 vMB 38
703,930 703,930 0000000000000000000de523f000ed0bc23fce0c37a6baaedb9d3a9bed1429d2 2,350 1.00/1.00 vMB 16
703,929 703,929 0000000000000000000a31003408a10b90c892a86e683640902f6aa18a1c958d 3,046 1.00/1.00 vMB 19
703,928 703,928 00000000000000000008fe5a1aa9cc9c4a8b4b62a09cba1e44bb43edbfb3e37a 1,110 1.00/1.00 vMB 18
703,927 703,927 000000000000000000029184335057c5bf9ccc318927802b446d5b46adeb4d91 1,843 1.00/1.00 vMB 21
703,926 703,926 00000000000000000003ecde26584222615384ebae8b629b9ddc4cb819f23487 2,843 1.00/1.00 vMB 23
703,925 703,925 00000000000000000008f3658ddd5ce9a7c2815df7bcee0cc09d4d460c7170e0 2,963 1.00/1.00 vMB 30
703,924 703,924 00000000000000000009ded0d642b3cf2cf5fdd6e82df72caef5413c8eb18efd 1,952 1.00/1.00 vMB 15
703,923 703,923 00000000000000000005c4d70bca779838749388fa26074c97c54fb71fe2ce21 3,485 1.00/1.00 vMB 6
703,922 703,922 0000000000000000000524c4275fa5e286c350a72f6145d0c05756a585b7b020 2,811 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.