Loading Tool

Explorer IconExplorer

Memory Pool

70,610 transactions
26.66 vMB
0.07237484 BTC
Random Selection Loading Transactions
Max Size: 160.95/200 MB

Candidate Block

Mining Attempt 8af7ab984e8c7fc480ad06d90e7d514d4050fdbfb6290aff8e2a5c242eb3620f
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root cebe19cd01f47ba603a1a90b79d573cf2aa78c1b52148b1d5d284f2705796b36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.01546875 BTC
Feerates: 150.75 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (673,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,638 241,638 000000000000002d037f6bf6f0a9a96f83b183e999e28b69cf60e783a2b976f0 605 0.25/1.00 vMB 180
241,637 241,637 00000000000000af974dccf03ef391eef4c2169f34d940f9a8da9e54ea2d77ba 6 0.00/1.00 vMB 0
241,636 241,636 000000000000010ef5ef5e393eeb27b2eb26576db86daf995e5be1a1e8d695ca 220 0.06/1.00 vMB 60
241,635 241,635 0000000000000033057ac43854d8d1d533753887744755278055d1e9ed48215e 218 0.11/1.00 vMB 166
241,634 241,634 0000000000000043a32d344c4d2c97365ee927a691648061a1acaa813bdd01b0 371 0.15/1.00 vMB 160
241,633 241,633 00000000000000c7a314107c446a0d32dc00e1d599c9a469dc75f56f1e345c10 150 0.07/1.00 vMB 129
241,632 241,632 000000000000004ae3db9168f08e196debb3117bf91f3535f06c781355fc29d2 215 0.21/1.00 vMB 92
241,631 241,631 00000000000000b3943c41be18fcb25622a61383e8f7802dea5ab0b56d7549c9 256 0.08/1.00 vMB 188
241,630 241,630 000000000000000947bcb846e88000e5315eb4b7ef695d6998549535d36c63b8 128 0.09/1.00 vMB 38
241,629 241,629 000000000000006a4cd35f0026609b77ceba49999dc933115e15ef5d3ff4d831 225 0.12/1.00 vMB 121
241,628 241,628 000000000000004e2f91e6da7ef16808ece53c48751ab42788fb5307e9d7f2f3 112 0.06/1.00 vMB 121
241,627 241,627 000000000000001db90d3a6a2b9aa944452ac1cb750dccc68236ce9ebaea57a4 114 0.06/1.00 vMB 166
241,626 241,626 00000000000000a9baadf30e9a00d3a4386d0de1582f6b409f59f765d0717f69 262 0.16/1.00 vMB 113
241,625 241,625 00000000000000b067492f5cb41b3ceba35626734575db0d3a3f47d7cbf2853b 370 0.15/1.00 vMB 190
241,624 241,624 0000000000000106fa51c5d275be52db2e7b80574e4b556dd5bfcabff8201307 134 0.08/1.00 vMB 112
241,623 241,623 000000000000000c4186b7ddd558fc529e4f4b9a6699468e97c36f545822f740 207 0.12/1.00 vMB 81
241,622 241,622 00000000000000b0ec543bdcb237d640c6beacc2891fa2bc87ec66dd1fa1e70f 4 0.00/1.00 vMB 86
241,621 241,621 00000000000000948f9305dc9e5276def415cf477bb038338554019e3ee5872f 427 0.22/1.00 vMB 143
241,620 241,620 000000000000001feeaf627ab12f8a2732c0fa0e7d4ba2d8a7ddb6dbab264c2e 328 0.12/1.00 vMB 174
241,619 241,619 00000000000000ef539e52baac6dc6b3c8eecd32cbf3a36c0cff8fe0c9779c94 302 0.16/1.00 vMB 127
241,618 241,618 00000000000000b41dac0f613c428d5db13d0cce0bd4d7ce79101e8438245080 360 0.16/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 783.21 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: 755.42 GB
    • Received: 18.95 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.