Loading Tool

Explorer IconExplorer

Memory Pool

79,743 transactions
29.47 vMB
0.10457538 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt fc3a664e07f9b83688ca344b9293d0595dff59f7b18bbcc4e286d3ade0a14dea
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root d05aa424b03ceaacea83ef3e754517fe652de87b433428dd2651c1aca2bb0b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.04072225 BTC
Feerates: 150.62 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (282,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,139 633,139 00000000000000000003997d044fb0512ccd7f8ac96701f4dc460ce41836d3d9 685 0.24/1.00 vMB 38
633,138 633,138 0000000000000000000657ead50122d33fc2f4d500df765e58a1ddba1cb335a8 1,808 0.91/1.00 vMB 37
633,137 633,137 0000000000000000000fc67ff08cfba3aa601f1abb7f0c0e1c318efb837bb1c5 605 0.23/1.00 vMB 46
633,136 633,136 00000000000000000005ba817e6173ff36e47a777c6ba763b8f056e8ee36ccd0 24 0.01/1.00 vMB 32
633,135 633,135 0000000000000000001217dcb36f55a5961a27a5503d926b96ca4b2f4cc43f09 1,791 0.77/1.00 vMB 32
633,134 633,134 0000000000000000000644bb0a4b0d63f0600f8c343c43af6114ecfa63bbab42 2,240 1.00/1.00 vMB 38
633,133 633,133 00000000000000000002673b0acc6f4544b5f43e31292329a30a1e8df5b1582a 1,329 0.64/1.00 vMB 26
633,132 633,132 0000000000000000000aaa453adc3d6661aa71f23d32281cab01b8b5c8d74baf 1,849 1.00/1.00 vMB 22
633,131 633,131 000000000000000000139a7d0f5e680649b7920026640028e2192bb4109b7144 1,416 1.00/1.00 vMB 31
633,130 633,130 0000000000000000000e8171dd1413ebe81c2353a14b8c2e08bdbbe7a3706155 642 0.25/1.00 vMB 42
633,129 633,129 00000000000000000013fa5d77449e82bf43ff6db20794752ae5fe07e11a6537 1,719 0.69/1.00 vMB 39
633,128 633,128 000000000000000000091f1a4746918881ff3afc6475c9fb92a9b63c4be9347e 2,068 0.77/1.00 vMB 35
633,127 633,127 00000000000000000007afd66af6119e5568df8b72d31d3b8699a7011225c69c 550 0.15/1.00 vMB 36
633,126 633,126 000000000000000000141612a0f0dd110e5fd29db90bcd9a2f103684ca6e669d 2,136 1.00/1.00 vMB 41
633,125 633,125 000000000000000000109465e408d8cac29bf79001ab12b352344186f3f59171 1,597 0.67/1.00 vMB 46
633,124 633,124 0000000000000000000891768c73b989c11ab68ef59a7272d4953e1e40110e50 1,482 0.81/1.00 vMB 17
633,123 633,123 0000000000000000000fc56a5b8b7c1c3ce9ba39acc75cc13db25fb5bc8c62e0 2,436 1.00/1.00 vMB 35
633,122 633,122 0000000000000000000e622715027ce0c651d8fd3aa053c5af0a38ef75e12273 2,597 1.00/1.00 vMB 63
633,121 633,121 00000000000000000012a0e5208d39e615e41e87e4f14a07f7711b2f1f7a14fa 2,055 0.80/1.00 vMB 20
633,120 633,120 0000000000000000000e03f8198fa0f9e3c5b104242b058714041949dfda9c5d 2,754 1.00/1.00 vMB 52
633,119 633,119 00000000000000000010ea81ae05a7b5a7477ea9b18385a491f2f4809f30ba22 2,315 0.93/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.