Loading Tool

Explorer IconExplorer

Memory Pool

85,963 transactions
33.12 vMB
0.09650928 BTC
Random Selection Loading Transactions
Max Size: 196.17/200 MB

Candidate Block

Mining Attempt e033e5649e894f2780c98100d6886af1c69816d258aa1d0369177d4be5517e72
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root c8ed53b52dd2ebaac400ec512ca0dc112f65b3748bbfbc0809c493025233e109
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.03052299 BTC
Feerates: 150.67 > 3.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (468,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,767 446,767 000000000000000002a2c36ce01c67ab79aa97e246e569c7826521f8a91efbf7 2,028 1.00/1.00 vMB 104
446,766 446,766 000000000000000002205900a7a7c511b7c3d62ecbda4a2093be34a5614f8926 2,629 1.00/1.00 vMB 106
446,765 446,765 0000000000000000007d0dc256f105f8579f3b8960291923afbe95ce07781ecd 2,150 1.00/1.00 vMB 102
446,764 446,764 000000000000000000f3098c6d50cd68a07c8c9fc2acd2ce8e7dd6b844c963f8 1,115 1.00/1.00 vMB 66
446,763 446,763 000000000000000000fbdee317605e0b619ada9fb655a016be08f33d69a8abe8 2,362 1.00/1.00 vMB 87
446,762 446,762 000000000000000003114bcdfce7171d45a4e13b618dd8fa5af5089056d4e98e 2,137 1.00/1.00 vMB 109
446,761 446,761 0000000000000000008c0f80e1a0f3f3d17b30def9d4300efa829b9e4c108087 1,008 1.00/1.00 vMB 68
446,760 446,760 0000000000000000030be1d092a4a2dab5b32063a95da936ad9bf9f87c828596 1 0.00/1.00 vMB 0
446,759 446,759 000000000000000002159f9cbc24cb38a6b5289cc1e237412a0fe69c1df9a607 2,209 1.00/1.00 vMB 82
446,758 446,758 0000000000000000028ca77ecc29f3f6c3aedf320afa93acaae3ad55f00f0804 2,393 1.00/1.00 vMB 116
446,757 446,757 0000000000000000008a325b0811bf66d77d2619de843835991cf3b9622c2912 2,331 1.00/1.00 vMB 72
446,756 446,756 0000000000000000029c301906dad1d5f0fa9a783b6c7ffeb0b88686c38df3fb 2,421 1.00/1.00 vMB 82
446,755 446,755 0000000000000000027c0d96e5ccc24799bdf1ce6873447dde2856ba305957ca 1,833 1.00/1.00 vMB 92
446,754 446,754 0000000000000000003f5f76158cfa2391811772ea1cd488b6142a2523b709b1 2,337 1.00/1.00 vMB 132
446,753 446,753 0000000000000000029a5c76414d65aedd22613392f9153007c74b9bea0d6ff4 3,290 1.00/1.00 vMB 81
446,752 446,752 000000000000000003356fa20d05e840de3d60387cf32d23ad88612ac8e385d5 2,632 1.00/1.00 vMB 70
446,751 446,751 000000000000000001d85d37e468fcf40615e8388b53ded24a238e24145b8dde 2,220 1.00/1.00 vMB 96
446,750 446,750 00000000000000000221057282cafaeb47b25bb77c9dc1ca942d54626b59df94 2,393 0.93/1.00 vMB 94
446,749 446,749 0000000000000000018a706e0f7d6c95577f1dc8a31ec02b03d7f8734e99bb94 2,290 1.00/1.00 vMB 88
446,748 446,748 000000000000000001a901f6e3900c208fe6dd2a247165faa20a440233146494 2,404 1.00/1.00 vMB 124
446,747 446,747 000000000000000000cf3cd6c9df5099194199a2ffb2850649e13f9da69bea8b 2,046 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.30 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: 657.41 GB
    • Received: 14.54 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.