Loading Tool

Explorer IconExplorer

Memory Pool

66,285 transactions
35.79 vMB
0.18276965 BTC
Random Selection Loading Transactions
Max Size: 192.25/200 MB

Candidate Block

Mining Attempt 3bd10ec7a3473292c0538ef7b68e45c1b0d8cd12c2342ab5eda83702c31bef19
Version 20000000
Previous Block 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9
Merkle Root 3302cdfcd886877f40bf85c4010d1c917bb49f129b6e4f5ed389b67fc8049249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.05765904 BTC
Feerates: 154.17 > 5.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,421 (914,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38 38 000000007c19ee8e924d3024d58efff50f872aadf256140bb1e3d62fea4fd6dd 1 0.00/1.00 vMB 0
37 37 00000000ddd96d128e122d1179034ff66c27dc583eb9e8996a0b1779c60c6f86 1 0.00/1.00 vMB 0
36 36 00000000f824d643f525b4904ea25c92174b8499435f388549a1700f4d3244de 1 0.00/1.00 vMB 0
35 35 00000000b572a465b4e816420d47a16274557b3573b7924b64808a82c7322d9b 1 0.00/1.00 vMB 0
34 34 00000000a73fb23b6c42b18b3253ed29c5d0c80d84624efa12c2cf05c4b4318f 1 0.00/1.00 vMB 0
33 33 00000000a87073ea3d7af299e02a434598b9c92094afa552e0711afcc0857962 1 0.00/1.00 vMB 0
32 32 00000000e5cb7c6c273547b0c9421b01e23310ed83f934b96270f35a4d66f6e3 1 0.00/1.00 vMB 0
31 31 000000009700ff3494f215c412cd8c0ceabf1deb0df03ce39bcfc223b769d3c4 1 0.00/1.00 vMB 0
30 30 00000000bc919cfb64f62de736d55cf79e3d535b474ace256b4fbb56073f64db 1 0.00/1.00 vMB 0
29 29 00000000c57a1b6351208c592eef8eff015d93c899a047fe35b35252a4a59bcb 1 0.00/1.00 vMB 0
28 28 00000000bb0d9430d3d1bab474be5050342161efcca9f7e45b151bff9a700944 1 0.00/1.00 vMB 0
27 27 0000000071350772f98f84babf35502b33d42ee8466d3dde0f376c4120352081 1 0.00/1.00 vMB 0
26 26 0000000041438e52d25bccab8798a92cabafdaad69a071d3d2a41718faf01098 1 0.00/1.00 vMB 0
25 25 000000008e35a1d59ea1be8d76683662f47fd13c62a9e347ad5845a26f762026 1 0.00/1.00 vMB 0
24 24 00000000fc051fbbce89a487e811a5d4319d209785ea4f4b27fc83770d1e415f 1 0.00/1.00 vMB 0
23 23 000000000cd339982e556dfffa9de94744a4135c53eeef15b7bcc9bdeb9c2182 1 0.00/1.00 vMB 0
22 22 0000000098b58d427a10c860335a21c1a9a7639e96c3d6f1a03d8c8c885b5e3b 1 0.00/1.00 vMB 0
21 21 000000006f016342d1275be946166cff975c8b27542de70a7113ac6d1ef3294f 1 0.00/1.00 vMB 0
20 20 0000000067a97a2a37b8f190a17f0221e9c3f4fa824ddffdc2e205eae834c8d7 1 0.00/1.00 vMB 0
19 19 00000000841cb802ca97cf20fb9470480cae9e5daa5d06b4a18ae2d5dd7f186f 1 0.00/1.00 vMB 0
18 18 000000008693e98cf893e4c85a446b410bb4dfa129bd1be582c09ed3f0261116 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 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: 602.12 GB
    • Received: 10.31 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.