Loading Tool

Explorer IconExplorer

Memory Pool

80,742 transactions
30.94 vMB
0.09993828 BTC
Random Selection Loading Transactions
Max Size: 187.07/200 MB

Candidate Block

Mining Attempt 5f78714f32de9e9b1aa2e6c8d833e0795529f0151816f9ce97d00f2090ac19b6
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 6ccd25e1f3f0b0793253cc369eef8fc51d8e3acd9daf142ea3d143588783802e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,647
Size: 1.00 vMB
Total Fees: 0.02440812 BTC
Feerates: 150.75 > 2.45 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (394,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,665 520,665 0000000000000000002078641209de9b4c959875fba3ca51a38a5a84c65cba74 70 0.03/1.00 vMB 31
520,664 520,664 0000000000000000002e45c96b5282b7e1ead0a60b1101e5915aeebaed10b215 1,400 0.67/1.00 vMB 36
520,663 520,663 0000000000000000004472e49d7e4b129aadbf3509e43c36548b77357da41f1f 101 0.04/1.00 vMB 62
520,662 520,662 0000000000000000000c9985590d8bcc95f2fa71d90ae2653e7ec4029fd919b4 587 0.39/1.00 vMB 38
520,661 520,661 0000000000000000001b23484a83c9a5f175a57ce5a17f3c79cbd673951b3405 1,502 0.81/1.00 vMB 21
520,660 520,660 000000000000000000327d9520bfb25429daf27929c81f3e4b55b569dd99d23e 2,558 0.92/1.00 vMB 59
520,659 520,659 00000000000000000017ea714ecc7d200c8d59d190402f9f104585e159c1c2a6 427 0.22/1.00 vMB 31
520,658 520,658 0000000000000000002c431535f2e16b794957899e8a3ab094208dd34944349b 479 0.27/1.00 vMB 33
520,657 520,657 00000000000000000042065ff8ac6456a086daaefa7c04276552f53002143e63 833 0.33/1.00 vMB 35
520,656 520,656 0000000000000000003d81b0306238dd665b6ab6b889f6c5adb31f72e5b5c29d 357 0.31/1.00 vMB 17
520,655 520,655 0000000000000000000c74f3b4da084b2a8a635dd988e00cc1877565eff6eaa8 976 1.00/1.00 vMB 13
520,654 520,654 00000000000000000027d5cc71fb300b9d7c3b703da500a23a6a413297e7f8f4 2,683 1.00/1.00 vMB 49
520,653 520,653 00000000000000000020c54be8b197db66d61b0e9782ee15c71a0cc822bf48e8 295 0.11/1.00 vMB 41
520,652 520,652 0000000000000000000338a9451aa4dca0d06c1135b7bc8f3c1a66ccafb78c29 2,566 0.99/1.00 vMB 35
520,651 520,651 0000000000000000002751802938c74f1788ebd3c445d13b35a2d1418881bfe1 1,557 0.53/1.00 vMB 26
520,650 520,650 0000000000000000000e36d6b163cec8efbfff06445a2769431dd87d5bd3e36d 1,279 0.87/1.00 vMB 34
520,649 520,649 0000000000000000002d79741da44d81cfad4923802fa45d3d63d37295956d71 1,581 0.73/1.00 vMB 38
520,648 520,648 0000000000000000003e3cb272a2f14496252ed550efd04b0651830444a2f070 24 0.01/1.00 vMB 29
520,647 520,647 0000000000000000002a8e4b38ffef5c996d15a9b2922cba6bc918908a1d1963 604 0.28/1.00 vMB 24
520,646 520,646 0000000000000000002db7d7088e631f9e4ddf02b88326df8718c6146e8e2dd6 3,087 1.00/1.00 vMB 38
520,645 520,645 000000000000000000206b99481761f26148f10ec0d36845ce01d0f2a44f1e59 233 0.10/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.08 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: 723.60 GB
    • Received: 18.41 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.