Loading Tool

Explorer IconExplorer

Memory Pool

86,083 transactions
31.30 vMB
0.09328880 BTC
Random Selection Loading Transactions
Max Size: 190.49/200 MB

Candidate Block

Mining Attempt adfda1a2de46eac103085f1caa31bad840fa3d4cafd2148778ff0cbf8722eb54
Version 20000000
Previous Block 000000000000000000004034f963b6c74ab0fcd958dffc4d075448b0a55af711
Merkle Root 3fea5cc9dff3f7aab885a319224d406239d3d459a4011ebda6fd4f1524571ad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,389
Size: 1.00 vMB
Total Fees: 0.02007008 BTC
Feerates: 500.45 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,076 (325,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,284 589,284 0000000000000000000ed5bddba9af96238e2ab52082b5ec4b820681a9967541 1,797 0.64/1.00 vMB 29
589,283 589,283 00000000000000000004270640c2ec53f90cef27b1ae2363f11edd26eb02df0a 2,480 1.00/1.00 vMB 26
589,282 589,282 000000000000000000167a8d5e623b480ccf92b4620968a3e7f461a3f2a9a41d 2,662 1.00/1.00 vMB 4
589,281 589,281 000000000000000000015c02fd6f3b2ea6fc6ce07b8f636fa5b029182fd66caf 2,994 1.00/1.00 vMB 37
589,280 589,280 00000000000000000009e2d552422d954993f668c6c086d489731f48cd2934f7 2,670 1.00/1.00 vMB 43
589,279 589,279 00000000000000000002af734aeb9588b1e401becc5cb015c94ccbda18ead44b 2,573 1.00/1.00 vMB 79
589,278 589,278 000000000000000000142c264455fa90b4a9fbfe3265d6f382c3e75243618a91 2,562 1.00/1.00 vMB 44
589,277 589,277 0000000000000000000f5b613fce7d1bbd2eeb5bec84fab07fd1a4bdf752df86 2,439 1.00/1.00 vMB 49
589,276 589,276 0000000000000000001a605824ae1c98d598b2dc65a065d888ed40780a45e397 3,161 1.00/1.00 vMB 88
589,275 589,275 0000000000000000000ee7aa036f2135ef84ca86f994a609c5e24a79cd39efc6 2,357 1.00/1.00 vMB 70
589,274 589,274 0000000000000000000633f7ab2e05b9f32fced08f8da1fbbce8f4e6332104cc 3,063 1.00/1.00 vMB 60
589,273 589,273 0000000000000000000ffb7f283e2866d72a6e016714e6e244e653796689dce5 1,198 0.36/1.00 vMB 37
589,272 589,272 0000000000000000000e4abb54748211f16b8776bf91d8232f8ca53f80047543 1,823 0.58/1.00 vMB 29
589,271 589,271 0000000000000000000cf1330957ec93c1deb7a37eec710e59d5cf736d2499b8 1,820 0.69/1.00 vMB 26
589,270 589,270 0000000000000000000ee6ac33c79feb883fa5bab0e993c71ab4a63091ddf2ce 595 0.17/1.00 vMB 42
589,269 589,269 00000000000000000014546a56f02e835b815a74a98e3524287e7b8392026b44 2,130 0.87/1.00 vMB 42
589,268 589,268 000000000000000000065e603c70abcff14e6069b5d6ce673bf4dbf066ad1690 2,791 0.85/1.00 vMB 36
589,267 589,267 00000000000000000004d6487a4d2e6779a17ee58d5fe4ef54a3ab52b737d8a4 1,576 0.52/1.00 vMB 46
589,266 589,266 000000000000000000154fc232d8b5f9e79fc8e96b0d609980e47b8251b12b02 1,242 0.40/1.00 vMB 18
589,265 589,265 000000000000000000187272db56fe0bdaea9e574ee6874e98526495dc3c828c 2,828 1.00/1.00 vMB 34
589,264 589,264 00000000000000000010eafa75e838a183d5db171f081233356e0f23cd9cf4bb 2,378 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.53 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: 668.95 GB
    • Received: 15.66 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.