Loading Tool

Explorer IconExplorer

Memory Pool

83,656 transactions
34.91 vMB
0.16593004 BTC
Random Selection Loading Transactions
Max Size: 198.80/200 MB

Candidate Block

Mining Attempt 07ee88eb5bb00c1711dc7a1fa734be3ac9abf997295b13691b939d8fe634d419
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root d9e2ad6925a011106585d29a0d13dd68aa9135121239330f9da0b6bff54f75bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.04044292 BTC
Feerates: 150.90 > 4.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (663,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,396 252,396 000000000000001cb92979dfd383c0cd3642d62ea4e91a4984223404c42c130b 173 0.08/1.00 vMB 58
252,395 252,395 000000000000003f3b01e80e2c5fac5c9e51f3d31450f7e9f2ec927a8778843f 224 0.18/1.00 vMB 23
252,394 252,394 00000000000000386a43b5ad26da4f84be27ecfd245b508f5c6fd56dbe80fa89 745 0.30/1.00 vMB 138
252,393 252,393 000000000000000b1e3b37111426a51e2e1aa4d0abdd64fcc786f582de994788 597 0.25/1.00 vMB 108
252,392 252,392 0000000000000047440310fe4b3ba237d39131414af7c9ba818d5bce411e6513 559 0.25/1.00 vMB 148
252,391 252,391 00000000000000232a04340ba152c1fab00d9dd8fcbc4b44ee8e132bbf75bb84 326 0.16/1.00 vMB 114
252,390 252,390 0000000000000044e925b431f74b0fe88e1105c1111d76aa222a9c462ec26be5 593 0.26/1.00 vMB 129
252,389 252,389 000000000000005163f1e2d87b7ea95196b5dc3c3e28cefa80169ba31f5aae88 295 0.20/1.00 vMB 81
252,388 252,388 00000000000000499f370cab428fe17e23eefaac8efda1d55c22ec20cc5c71f0 358 0.15/1.00 vMB 135
252,387 252,387 0000000000000017a8b2003e2c399fdb05cfb5d3aef000f28e9bc870b85d3b91 10 0.01/1.00 vMB 103
252,386 252,386 00000000000000259b6d64744c62c90443060acb4b1dc783d53b0f5ed0ca4e04 158 0.06/1.00 vMB 86
252,385 252,385 000000000000000bb82a0a99082f85554fbdea0f4e8378f95bf5531bb59a45eb 239 0.10/1.00 vMB 115
252,384 252,384 000000000000004adf422459ad4a10c7952f1abf2a6e5ae0610b586c2fb788e3 362 0.23/1.00 vMB 105
252,383 252,383 0000000000000040e6773609ad8736f7d2d1dfb2ad72a4cefe4ab829c53a683d 73 0.03/1.00 vMB 97
252,382 252,382 0000000000000014a69b4e607202e67f8342d95ceeded4b6495e06efc9dc3078 172 0.08/1.00 vMB 102
252,381 252,381 0000000000000009d6e5f0edd7aacf14a4fc39c096882d42c88a63936d28ba49 374 0.15/1.00 vMB 120
252,380 252,380 000000000000003186f6c4880ca28106d85646c11c94a8de4f12319ea2747ccb 424 0.18/1.00 vMB 116
252,379 252,379 00000000000000073c92988e2fd3b6ea2b510f5684da9297005f86f53bb7145e 60 0.02/1.00 vMB 92
252,378 252,378 000000000000001a1a8a9b0438a0b9bfffcbc504bdf105f74c4b8aa91cb764b7 223 0.09/1.00 vMB 119
252,377 252,377 0000000000000012924b0b4e5f42c3994cc233fe33c9d8aa5bd58a6f66300b32 176 0.08/1.00 vMB 123
252,376 252,376 000000000000003ebb574c6fc7136d5e97c1f894401485efb9fb07d703d6de26 92 0.03/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 783.10 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: 729.46 GB
    • Received: 18.49 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.