Loading Tool

Explorer IconExplorer

Memory Pool

75,462 transactions
28.27 vMB
0.06247570 BTC
Random Selection Loading Transactions
Max Size: 171.19/200 MB

Candidate Block

Mining Attempt 92d50616abc052b52c6f76525c75d9e1ca68d8c66c9353e0d1d237570544763d
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 348e5443145ef64b6f75b90e025b55fa45fa451966229c8450361cd115d134a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,394
Size: 1.00 vMB
Total Fees: 0.00403091 BTC
Feerates: 40.21 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (240,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,983 674,983 000000000000000000096770e13f064b031aaa84c6f5ad7c04008f3d95c4c190 1,190 1.00/1.00 vMB 14
674,982 674,982 00000000000000000003f58458d694cd5ebed331a796893d1ff811e920606c44 1,990 1.00/1.00 vMB 15
674,981 674,981 0000000000000000000c2f5945472d7f61006a205653598b4e765806a684d44d 2,063 1.00/1.00 vMB 44
674,980 674,980 0000000000000000000c249be439f343d31efe2997f682389d827e460a78de2e 2,185 1.00/1.00 vMB 39
674,979 674,979 0000000000000000000a2cb8d3258a78e74a7594d2514044d4df25dc54a4b1bf 2,105 1.00/1.00 vMB 58
674,978 674,978 0000000000000000000c208c89d012e62b4118f7419ed9a9e7d48e50dc8e05ad 2,297 1.00/1.00 vMB 88
674,977 674,977 000000000000000000023a17ceeacc59ff3472f22c1fad1a20191a5e44062add 2,036 1.00/1.00 vMB 44
674,976 674,976 00000000000000000000ff2cbaaeff71ff05c48f4d27f88cb0209973b77e4cdb 2,232 1.00/1.00 vMB 49
674,975 674,975 0000000000000000000262d96a99794ab3cece5f9995eed427bbc80475240b77 2,267 1.00/1.00 vMB 87
674,974 674,974 000000000000000000097ebb6456b3a2d3a4c896de9b6e67ed4a7fa51cd5543b 2,057 1.00/1.00 vMB 105
674,973 674,973 000000000000000000075c0412c92c5e046e7c6f913687c1b7163d348e8d97fb 2,850 1.00/1.00 vMB 121
674,972 674,972 00000000000000000006214f853bec4f98267bef67dcc76bbe34d3b4697f833e 2,039 1.00/1.00 vMB 29
674,971 674,971 0000000000000000000b6681d722fa5bfa5f00973f292395e632d583e33813c5 1,845 1.00/1.00 vMB 12
674,970 674,970 00000000000000000002d02e3e3b0bc86e90dd2913dee2a76e8f678c961438ae 1,674 1.00/1.00 vMB 35
674,969 674,969 00000000000000000000da6ec4b04c976e78e47daa19290b97232631d1191186 1,544 1.00/1.00 vMB 21
674,968 674,968 0000000000000000000632ae16a415bc15ed11cd97a9e883b95df2b4243f8d72 1,924 1.00/1.00 vMB 35
674,967 674,967 00000000000000000001a354a47fb8810102f051f8f6d3fd8526367803e0bd30 2,211 1.00/1.00 vMB 42
674,966 674,966 0000000000000000000cdee506479e0ab36efc9ee73b497c7c7a61fbb5583051 2,062 1.00/1.00 vMB 47
674,965 674,965 00000000000000000001c1cdfd18d86e38a195fec47ac0f53c759f3b99096d76 1,029 1.00/1.00 vMB 100
674,964 674,964 0000000000000000000a8b48b4ec592411a8bc8b535451944f4c5452e05e3065 2,036 1.00/1.00 vMB 109
674,963 674,963 000000000000000000045b01c9196befcd2bb0a60882e6dba460e224bb2aa235 1,931 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.