Loading Tool

Explorer IconExplorer

Memory Pool

27,639 transactions
6.57 vMB
0.05727358 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.40/200 MB

Candidate Block

Mining Attempt 29912884f77f4048840ac7ca99e27a530c2c9b2c4ff6b29c3dd64c0ec9112184
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root da882035dc135a15311cc10ddec916342d4ca5a140358bde1b91f3d61a157bed
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,030
Size: 1.00 vMB
Total Fees: 0.03769085 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (664,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,433 248,433 0000000000000030f194a30710896502e657190cac9a6daa443155fe5b0d82ce 0.20 MB 373 67
248,432 248,432 000000000000007e623d49f9d9247fb6a886c655bc06ec2f5e58287ad64484cd 0.25 MB 636 158
248,431 248,431 0000000000000049a0f6eccc8e5a68e7f9a178e0c497b2fbeedef97b429709e1 0.04 MB 84 25
248,430 248,430 000000000000004d8d203e5bed5786340c7ab034a8cd405bb60d6a2ff331e559 0.25 MB 651 170
248,429 248,429 0000000000000075d1dc6a9336f640b5b2bdd27eec6fb06e29c334f7cf2f8c99 0.09 MB 344 16
248,428 248,428 000000000000005d3e7a728b2f6a6777b0bf4dde8cbd236110519072ef5358d9 0.06 MB 128 61
248,427 248,427 000000000000006bfea18b3a62aa73aa820d3a302d552e1f835b1fddac1a0377 0.02 MB 62 113
248,426 248,426 00000000000000498fa18b7046f9a8dcbf59ae24f5982611b4a8445a84739a67 0.08 MB 149 107
248,425 248,425 0000000000000004efb2e086901f2211bc17929aab19a1213259d1fec2b3561c 0.20 MB 276 98
248,424 248,424 0000000000000070640fc61dc90202734e4dfc5723fed1b3d5206388e1fb4c7c 0.06 MB 126 121
248,423 248,423 000000000000002ee363b13ea79808bb1d9885412465700f2570b2b24bdaa878 0.21 MB 430 96
248,422 248,422 00000000000000543fe509f8603d3607e72e9ff535638f6de69fda9f707a0c3d 0.11 MB 256 169
248,421 248,421 0000000000000080068f08ca06577ce20ae0240ef01ebfd20ab6cef4619a993d 0.14 MB 280 99
248,420 248,420 000000000000007bdfc467344feef455ebdf924480b73d9230ea03596d4dd3ad 0.12 MB 276 124
248,419 248,419 0000000000000020ffe03d9c3eb2269382e0acfc6298abf7c8d52643d9541b4a 0.15 MB 284 115
248,418 248,418 000000000000007b286eea5892a4665d1967d98d3624d47af031ee2cd85f6a64 0.09 MB 221 96
248,417 248,417 000000000000001cf10bb727294d3a3d79453c460a7c22d692d9edad5d9ad0bc 0.12 MB 195 98
248,416 248,416 000000000000007399859395074dbf788aee54d2dad88b634e0f5fd05f6caf95 0.29 MB 529 100
248,415 248,415 0000000000000005c1b91556216a92333a64a49961ecf1ec5dcae266a384aa01 0.01 MB 18 119
248,414 248,414 0000000000000074f32a8c514f5e13ffb9b934f25eedcc209bc05090c489d22e 0.06 MB 99 106
248,413 248,413 000000000000001104cfd928cd15a89d4a5f3e6810b832b619cedeef801be488 0.21 MB 414 110
Previous 10 blocks ↓
Total Size: 778.85 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: 387.60 GB
    • Received: 3.48 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.