Loading Tool

Explorer IconExplorer

Memory Pool

16,352 transactions
7.26 vMB
0.02772583 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.03/200 MB

Candidate Block

Mining Attempt c4fd3c270e4d94fea2d1d7fb9b3f626befffd902eed00aebf153b907e1e990a3
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root b70602936926cb8480b930fd94ce207104e2917bf595917e5d653cc519808790
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,952
Size: 1.00 vMB
Total Fees: 0.01372441 BTC
Median Feerate: 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (713,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,407 200,407 000000000000051628a8f21b98848da678c30c53d15f9efd3dfc18387d445bab 41 0.01 vMB 25
200,406 200,406 0000000000000145fe3fe6694abaed6c70738ee15800ef0ed4a7857c2f7e76b0 22 0.01 vMB 126
200,405 200,405 00000000000004f0323deb626f5e0200cabd4b8ea35df9589ba5680751403b5a 62 0.02 vMB 142
200,404 200,404 00000000000000e96c5813cc9595d236a61ffd8fa4f24b00b20aa3f41913e52b 20 0.01 vMB 75
200,403 200,403 00000000000000dcd6a984e525f626c50d7dc8ce99c742713b5fadaf69c17727 66 0.03 vMB 206
200,402 200,402 000000000000045c2f1cd0b01e7656e6204bf33adeddda8580324912e0144fa5 121 0.09 vMB 92
200,401 200,401 000000000000027e00c19b4f78f905afeab7b71f5cb4a3567743fdeb1b463238 238 0.08 vMB 103
200,400 200,400 000000000000027b53148d16a3934be291a598b49c8987b83b4283424b30be21 27 0.01 vMB 85
200,399 200,399 000000000000006c3ec2668d792c990799d91e72d8e93d80052dcafb55aa8542 207 0.09 vMB 127
200,398 200,398 0000000000000426070ea41818dd834610c154a940f5e3a7578daf8afab8415f 19 0.01 vMB 140
200,397 200,397 00000000000004d72f446f527741dd33395226fcc80a18d6f83266f2c81a4aa4 65 0.03 vMB 121
200,396 200,396 000000000000031aa7ae05e46aca533d3f4b3cddf08d221d09ba497a99d50080 260 0.14 vMB 117
200,395 200,395 00000000000002d190c29512dc8c08cf8eb8a161fba1160082d4f5a7af97cf2d 17 0.00 vMB 240
200,394 200,394 0000000000000491f4b0007975a772dd6dc519add23a619ab349d70158d26e53 446 0.23 vMB 81
200,393 200,393 000000000000033adde2331c5e0aa5c8240fb81608e012b777ea11a8f95ba8a3 7 0.00 vMB 15
200,392 200,392 000000000000024288802e965867fcd8d42b33d4762e2dc56dc138276fad7ad5 15 0.00 vMB 43
200,391 200,391 00000000000003138b5a100b66482a5dc1465cf3eb407096dbf747cbd1d328c4 239 0.12 vMB 133
200,390 200,390 0000000000000362df2dda6d84b9e6a74e03857c243ab9b0a5fb97d5863b6dda 1 0.00 vMB 0
200,389 200,389 0000000000000407d2eb05dce50aa815d2173aded9b059f40be2d9bc01986137 7 0.00 vMB 151
200,388 200,388 000000000000039a215faca576b0be28b37aa553f681ab10ee4f77fd41eb0548 62 0.03 vMB 81
200,387 200,387 000000000000005fc5d3c3d301f46a4b5bfc948c7dc76b39faad8c7cda22baca 380 0.14 vMB 133
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 304.21 GB
    • Received: 1.40 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.