Loading Tool

Explorer IconExplorer

Memory Pool

80,600 transactions
35.09 vMB
0.20311370 BTC
Random Selection Loading Transactions
Max Size: 195.36/200 MB

Candidate Block

Mining Attempt 927c2fb8f388b05fc0ee1d2a24bd10529f27a636aff4e90e9ab8d42f7d853838
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 01c16b470e0f8bc62f701998a8eda19f73b4c85e1a28e7b42e7465acbd479cb8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.06492235 BTC
Feerates: 477.45 > 6.51 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (392,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,994 522,994 00000000000000000041ca8ee4a102c289db7568164ce8dc88ad105cec77799f 2,051 0.73/1.00 vMB 40
522,993 522,993 000000000000000000111fd6ce2ff500e9d9d6d45d26f828d365da1057d4e328 1,396 0.55/1.00 vMB 7
522,992 522,992 0000000000000000000a798f420c178c4e9e59daebfd4c0c02ff07801a6ecbb0 2,326 1.00/1.00 vMB 45
522,991 522,991 00000000000000000035757b3c306f7d0f234feceb9b32bbc0368a2731b9e3db 1,191 0.45/1.00 vMB 35
522,990 522,990 0000000000000000001d090d5e2e436c0650eb3697ad3afe556d24b61bd49952 316 0.13/1.00 vMB 29
522,989 522,989 0000000000000000003fe9d842fd3fb28797c4054e6a8196cef4a0664f087ea7 1,479 0.60/1.00 vMB 36
522,988 522,988 0000000000000000003fe6b405d9c7fe2d303f36ae508b9cf8ef30b6beeeb3c7 1,761 0.66/1.00 vMB 18
522,987 522,987 0000000000000000002cdd93e456cc81e1622e15276b6ebeb725bbe03e5afdf3 2,695 1.00/1.00 vMB 44
522,986 522,986 0000000000000000002016a6e60ea4632ff4e91d6cdc2af838c10de28a119250 2,246 1.00/1.00 vMB 11
522,985 522,985 0000000000000000001fdbe98d1209323f06f6398a4b59719429e7b3d9aa845b 2,743 1.00/1.00 vMB 48
522,984 522,984 0000000000000000002005b0da1e517172ac0ab3c9656eca621183b0d581cd04 375 0.13/1.00 vMB 27
522,983 522,983 00000000000000000001e3245131fc5caa05b61bdeba6a8dc725402f0ada87f8 44 0.01/1.00 vMB 39
522,982 522,982 000000000000000000385aedfe2b18fda7a577ee1bf1dd3e71fcaaf4ce76c066 2,867 1.00/1.00 vMB 33
522,981 522,981 000000000000000000202ba0efb772a4db98e0cb1312b6f9b669c6e101daa9a1 677 0.28/1.00 vMB 33
522,980 522,980 000000000000000000408bc7a06dbb39876f92b82126529a924fe5c3fa912a57 414 0.18/1.00 vMB 44
522,979 522,979 000000000000000000258cd5ad2116841dd2d17f91f02d5b2cd66eb27893bdf9 2,055 0.74/1.00 vMB 19
522,978 522,978 00000000000000000019c261b5556d304b47450975b5ab0975934b54610976c0 2,658 1.00/1.00 vMB 42
522,977 522,977 0000000000000000002c3daba416240ae1b8d612e0af370c75b5508593040e35 2,923 1.00/1.00 vMB 34
522,976 522,976 0000000000000000001a04938a378000fde2d26788c14c946e78ec22b84b98ba 1,819 0.70/1.00 vMB 40
522,975 522,975 0000000000000000002646a1e386379663e701388b35baeefda62004193a235a 2,389 0.95/1.00 vMB 30
522,974 522,974 0000000000000000000b40919bba8cfe71a4963936f4c38d9baef7a814c1fcc1 697 0.27/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.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: 736.15 GB
    • Received: 18.58 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.