Loading Tool

Explorer IconExplorer

Memory Pool

16,062 transactions
11.33 vMB
0.06243377 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.89/200 MB

Candidate Block

Mining Attempt bb798e46eb19d38ca7122af1c3ef39e82da9a73295705b8f7b119e053da52f1d
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root d832fa36e4d03c021f21cb0bd1d67eb368f802262f9d3582603249db53093ab0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,512
Size: 0.99794325 1.00 vMB
Total Fees: 0.03812659 BTC
Feerates: 207.44 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (685,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,489 228,489 000000000000021b6b495d8ad7bd47f528cc2f930535d4ed93956f96c73bd2e2 156 0.15/1.00 vMB 57
228,488 228,488 00000000000001b9b70c9a3f62dc6a15e7fca6c30fe76e8d6dfe303c9fbace48 133 0.06/1.00 vMB 197
228,487 228,487 000000000000018a49487489c5a6364dbd50b2666b8fa309742a8230857fe9a2 613 0.37/1.00 vMB 133
228,486 228,486 000000000000002356521f2e0b8e63c21af95e79e9edca8bd6f55491507a790f 591 0.25/1.00 vMB 3,451
228,485 228,485 000000000000005a79aba1f838efa43099e7e18c5ae75363fd3a0c6dcdecf244 755 0.33/1.00 vMB 476
228,484 228,484 00000000000000e531a03b9117f485bbb9ad5b3200d9d959860eca09140a23fb 231 0.11/1.00 vMB 130
228,483 228,483 000000000000011a597f57e656733cfd95c2fb6156ea0c0bfae5d49eef66d4f6 190 0.19/1.00 vMB 74
228,482 228,482 00000000000001a83c30a441624f8ea18a7bc6d6bf8926c4ec2f944e45862f41 1,197 0.45/1.00 vMB 264
228,481 228,481 0000000000000272ddcb937c26f18268c740614c9b41a36562d540b505b66b82 1,068 0.47/1.00 vMB 191
228,480 228,480 00000000000000e5f55402b3a52e62440b73ef55d3a473b34d9c507015a72cce 530 0.22/1.00 vMB 208
228,479 228,479 00000000000001d392747afffa71ebce162d4884371afde2a2b867275f1324bd 473 0.22/1.00 vMB 164
228,478 228,478 00000000000001803291ca718f5169be091acd2379932f6dbe04a9a6f91eef55 472 0.20/1.00 vMB 199
228,477 228,477 00000000000000fdf86ca8fb93654755629302433701f84c8cd5d49f1502b390 190 0.14/1.00 vMB 56
228,476 228,476 00000000000002720fa283d1611685c4475a623eabecc4113a7e78776196f9cc 331 0.22/1.00 vMB 122
228,475 228,475 000000000000026407c75a9c26ea3c9e7e163d4caf6bac74913d4f23f128da25 537 0.22/1.00 vMB 183
228,474 228,474 00000000000002275d9c3985bb342e30f555f438bcd4c4aa0c76bde38d36d816 737 0.31/1.00 vMB 214
228,473 228,473 00000000000000bb4714bcc19e8b128ac3ebee719c661337004b4551cf778f7c 126 0.05/1.00 vMB 208
228,472 228,472 0000000000000031010497f08bcbc036767b904b973ac2d96012264535913257 508 0.21/1.00 vMB 200
228,471 228,471 000000000000005836bd9b97fcff4a51ee00cf3c6c8ccda9de48bb8fd46943e3 240 0.14/1.00 vMB 139
228,470 228,470 000000000000006d98df29811ac25c87813053a325265f4329f2ab96debe1519 129 0.05/1.00 vMB 25
228,469 228,469 0000000000000236418932fe453e7e6fe9af5f182b0f5b688dc1c2282fe8809a 513 0.24/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 780.29 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: 517.06 GB
    • Received: 4.50 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.