Loading Tool

Explorer IconExplorer

Memory Pool

38,510 transactions
26.44 vMB
0.06169378 BTC
Random Selection Loading Transactions
Max Size: 136.33/200 MB

Candidate Block

Mining Attempt 4b920bb9bf62ae64b7a777dadfefc6282c6355f132bcf2357bafd56f37c84705
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 229b073fb2ad2d678edcf6cf936b2e256fcb2385ff83f5e3fef647c82b304957
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,472
Size: 1.00 vMB
Total Fees: 0.01232523 BTC
Feerates: 201.06 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (164,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,943 749,943 00000000000000000004a6a65c5b7a8f59bc8d2f355d7dc619a0408f6abfcabe 1,519 0.86/1.00 vMB 7
749,942 749,942 0000000000000000000856ad4f89a73b0d7b7ff46dabea932db19f83dc767f8c 163 0.14/1.00 vMB 6
749,941 749,941 00000000000000000002b8c39be6c9dda05a927c9ba043af33c665a62dfe4a60 2,667 0.99/1.00 vMB 12
749,940 749,940 00000000000000000005c898dd2c05e282611f98b55725c87388b4003c2da702 239 0.09/1.00 vMB 9
749,939 749,939 000000000000000000030d4773d15b669d9989a2f1d717f35874b7e8be838750 1,499 0.95/1.00 vMB 7
749,938 749,938 00000000000000000003654413ab5955ae15a9d0f74ddc5dbd4b36f49950daf8 717 0.30/1.00 vMB 15
749,937 749,937 000000000000000000019a0b124d687bf7bd40abdf8aedfbf15b2a6e2638d874 484 0.35/1.00 vMB 5
749,936 749,936 00000000000000000008ed8ed1efabb6b5454c3baed8f7293b16f3b3b453fdfb 2,456 1.00/1.00 vMB 4
749,935 749,935 000000000000000000063660c077078e26f36fac832db3ea6969d43a7af50eb7 2,160 1.00/1.00 vMB 14
749,934 749,934 000000000000000000028031083f59948f79efc3f3e2f103f52487afbf348945 1,451 1.00/1.00 vMB 15
749,933 749,933 000000000000000000019709b1b9277795b553c0ecd0cecacbbe65bc52a4a238 2,633 1.00/1.00 vMB 11
749,932 749,932 000000000000000000082908c4e4e873ca4a6980f43a0429d8b54c0d96c6738e 1,758 1.00/1.00 vMB 3
749,931 749,931 00000000000000000003409815b5bf0cd3968e41883d5e1db00562f7e18de540 2,976 1.00/1.00 vMB 10
749,930 749,930 00000000000000000000f4ce408007d1535a35a6bc6b1d8c7611c3bde7e12440 3,320 1.00/1.00 vMB 23
749,929 749,929 0000000000000000000242e964cc4fcafeffa7aa364382917c0607c07a3a1cb0 1,215 0.48/1.00 vMB 11
749,928 749,928 00000000000000000001c6de2bb9ee162b762e0763b4af934741cd205854dac3 517 0.22/1.00 vMB 10
749,927 749,927 00000000000000000008ee23c0647f3c93195c3d9d37828cc14c052fc6bbfeb0 440 0.54/1.00 vMB 4
749,926 749,926 00000000000000000002c9bd9212ea057587cf6f998a77dcb4e77f12527e20d5 1,101 0.99/1.00 vMB 3
749,925 749,925 00000000000000000000fff4e722cb3e49a0c5bc30328d1a568115399a1b4bc6 2,918 1.00/1.00 vMB 9
749,924 749,924 00000000000000000005a48c1c975c519a31af2de45e6d193450a4044d6a47a4 2,744 1.00/1.00 vMB 5
749,923 749,923 000000000000000000010271868e82c9412dd4d373b7484a1ded4cada8d52c6a 2,670 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.