Loading Tool

Explorer IconExplorer

Memory Pool

33,339 transactions
25.76 vMB
0.05269211 BTC
Random Selection Loading Transactions
Max Size: 130.03/200 MB

Candidate Block

Mining Attempt f5d84e1d65746a4939a1b36eac0af6f876f08ac0b3b0a12bc7c803c4c55845ae
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 4ed86931e8338fba03928cce497bbc8e8fb59651b476890e26b9328041744a59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,950
Size: 1.00 vMB
Total Fees: 0.00559457 BTC
Feerates: 100.53 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (97,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,502 817,502 000000000000000000035d62f7166a9a99eeccfdf98543895dc00d9225ec4548 4,773 1.00/1.00 vMB 173
817,501 817,501 000000000000000000022695ec015e96b6c2f82f3cf24fccec4b969313ebfa1a 4,459 1.00/1.00 vMB 156
817,500 817,500 00000000000000000000c948a4b408b323e297f697e9a4f5648999c3deeb30a4 5,143 1.00/1.00 vMB 166
817,499 817,499 00000000000000000003d67331ac31483a4b09b01f30b9d6fb5b9c2905f71844 4,184 1.00/1.00 vMB 163
817,498 817,498 00000000000000000003e331dd0c0abfb9231eea653cc73965e6413df8ac5ed3 3,491 1.00/1.00 vMB 189
817,497 817,497 00000000000000000004414fe59a742093ebe3e99d7df105f1c0984d5e80f65c 4,048 1.00/1.00 vMB 143
817,496 817,496 000000000000000000039d144f504956b1ffca299688d2fcb03b75999619a595 4,010 1.00/1.00 vMB 209
817,495 817,495 000000000000000000016574055c3ac2687256724f744f52251ee3929b6027b6 3,987 1.00/1.00 vMB 166
817,494 817,494 0000000000000000000189c2442b78a7bce61a1fc874850e5fc05e5ce522a7c3 5,663 1.00/1.00 vMB 134
817,493 817,493 000000000000000000035f071724ec0810522de64a2d003ad525b1ce6c5ad5a1 4,760 1.00/1.00 vMB 131
817,492 817,492 000000000000000000002b6fd49a36283eb7ee48f5252ae6f3a0473a7e18c206 5,973 1.00/1.00 vMB 131
817,491 817,491 00000000000000000001b6f638387524b43f2c2020c320a409979ad90bfaa9ba 6,124 1.00/1.00 vMB 122
817,490 817,490 00000000000000000001fcf207ce30e9172433f815bf4ca0e90ecd0601286a20 5,514 1.00/1.00 vMB 126
817,489 817,489 0000000000000000000289cc1efdc277d835bf5ab9704f121fa6ae33691e755a 3,538 1.00/1.00 vMB 152
817,488 817,488 000000000000000000038edb1260ae25b4823cdf15c8cc79bdbb43783cdd1531 5,099 1.00/1.00 vMB 128
817,487 817,487 000000000000000000039e64b8fd180d88db64b3505a01ea2bbef9c4d8c19797 4,196 1.00/1.00 vMB 163
817,486 817,486 000000000000000000011cf4af315a6e67a3ef58a9a6f94f067f5fc2102b7219 4,465 1.00/1.00 vMB 114
817,485 817,485 0000000000000000000289ee1db52f47a13f8bed050811fc465e83686b2fbf71 4,101 1.00/1.00 vMB 155
817,484 817,484 000000000000000000012c6227814d8edcba9103743b21061c155abb147721c8 5,075 1.00/1.00 vMB 137
817,483 817,483 000000000000000000011b308410bca03292a2c71f0c0db2cb7bc34889e43fdf 4,001 1.00/1.00 vMB 166
817,482 817,482 00000000000000000003c0d3bf23df68a502f526a15d7264063f80f7b0d8c8c5 3,574 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.79 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: 633.61 GB
    • Received: 12.20 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.