Loading Tool

Explorer IconExplorer

Memory Pool

42,380 transactions
30.21 vMB
0.07345669 BTC
Random Selection Loading Transactions
Max Size: 153.79/200 MB

Candidate Block

Mining Attempt 9ffca7328d782783a3aaa2b0c41b11cb700d9c9ea53c943ce9ac87f94f9412cb
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root 8628490d8a3e7af42a257b1ea0c0d3d3d413b8595230572452102ee9cbbea9ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,198
Size: 1.00 vMB
Total Fees: 0.01306864 BTC
Feerates: 150.75 > 1.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (786,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,270 128,270 0000000000001deaefac3b5f6784ef499e1191e49de6085122be431f60e9fd91 101 0.03/1.00 vMB 149
128,269 128,269 00000000000004270dace24ac7b5d7a04a548ba400925a023ea3d84c5333debb 32 0.02/1.00 vMB 1,203
128,268 128,268 0000000000000c8fb9d681f71ce0fe254e5eebe61b6a126038d116964da92dc2 58 0.02/1.00 vMB 79
128,267 128,267 00000000000019d79474f40e757de5c0bc70548c3ef6c5b08f322ebb593ae3f4 20 0.01/1.00 vMB 1,245
128,266 128,266 0000000000000b9618e02f7e987cfea04dc5e4076d2e66668bbd443cf79aab30 58 0.03/1.00 vMB 679
128,265 128,265 00000000000013371593f60fb67b693aab988be8d99cff84e9682302bb331c17 18 0.01/1.00 vMB 837
128,264 128,264 00000000000018adc9bb4e44859ac2961c7abe7b11ae5a24eb4790124691d259 12 0.00/1.00 vMB 1,494
128,263 128,263 00000000000023350bf599f0d3b7534aacd007d99b9af8e34c92d7ccbdddea84 62 0.02/1.00 vMB 528
128,262 128,262 0000000000000caade2fd7507f269e33254749da69dd7f318b31680f1a56afdb 9 0.00/1.00 vMB 789
128,261 128,261 0000000000000629be5b9c5bf1bd676a806e83e20672ff823701f9a1922cd022 20 0.01/1.00 vMB 289
128,260 128,260 0000000000000fdbdb7804d0b1f8452f89c26f8b2393dbf3dacb1a170f3eeede 21 0.11/1.00 vMB 1,072
128,259 128,259 00000000000005ff0377ab7c491120c8c9358e36fd2b59652c15571ae0a22783 13 0.00/1.00 vMB 1,508
128,258 128,258 0000000000001255d75002a2cdce0a4485cd30f157068d8e8fad1f9c0e578f59 153 0.06/1.00 vMB 257
128,257 128,257 0000000000000264a6ffa258bfebb80b5a09cc59a7a83ad06f8abcc91039f9d9 28 0.03/1.00 vMB 1,068
128,256 128,256 0000000000001955dd0b31b54b3c80e224c8e18e4fe07c914bc41f2fc435a827 24 0.01/1.00 vMB 1,170
128,255 128,255 000000000000082d8de2bb6ca36defa12244f0dc6a65735a60aa39750593fa31 10 0.00/1.00 vMB 20
128,254 128,254 000000000000245864875f94cf05c83feb6ab91e2bdbbae29e191c1e029d356a 14 0.00/1.00 vMB 301
128,253 128,253 0000000000000528128a700cc64e584049fd16467889bdb4978e11fb9a960c12 119 0.05/1.00 vMB 517
128,252 128,252 00000000000011dd1e2e374348986d16f5e3d8f12b1ab3573af3028d67408e14 1 0.00/1.00 vMB 0
128,251 128,251 00000000000011ede58f83c64ec40e503fab279deddc46801d50180e807441b5 5 0.00/1.00 vMB 682
128,250 128,250 0000000000000ad053fc2bab21f59e2581ae09bc6b65469791a6158541b4b837 14 0.01/1.00 vMB 1,479
Previous 10 blocks ↓
Total Size: 781.66 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: 627.25 GB
    • Received: 11.73 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.