Loading Tool

Explorer IconExplorer

Memory Pool

78,697 transactions
29.53 vMB
0.07264232 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 9521d85e5d1a8f0541443a87b070448991f9e4d9b2b1d55cf05dcfa374bfdb7c
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root e5db285a0b9ede1617957c5b33742ad231b8573b3b7336e5f5fa7eff239062c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,590
Size: 1.00 vMB
Total Fees: 0.01229601 BTC
Feerates: 101.61 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (345,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,226 569,226 0000000000000000001df8d5760d0f8944bdcb2ab0c3134a72734c51ab4d3d48 2,617 1.00/1.00 vMB 29
569,225 569,225 0000000000000000001dcc4b1a99421a60ad751429c30ca8d890d71f8ecc222b 3,115 1.00/1.00 vMB 27
569,224 569,224 0000000000000000001258edf17af9254b5a0c7890921f404f557448136c9a7c 2,936 1.00/1.00 vMB 31
569,223 569,223 000000000000000000058262209bda70edd2825f53edd4b938d8ec00dfee3ac7 3,062 1.00/1.00 vMB 23
569,222 569,222 0000000000000000001431043da0bb1e064b7a1afbca12d4c781406a3997481a 2,855 1.00/1.00 vMB 47
569,221 569,221 000000000000000000212644bbc43457136c0a15ed1ef4797bdb0562db1495a2 3,367 1.00/1.00 vMB 43
569,220 569,220 0000000000000000001696b89bc84f692a752dbcf3823c10fa848d2e9afa2a9e 3,249 1.00/1.00 vMB 16
569,219 569,219 0000000000000000001328f2212cc66ae0a1bba30c2f0349eb61ceca2446b43c 3,156 1.00/1.00 vMB 39
569,218 569,218 0000000000000000001bee071a50f9b73cb00c1e0bba720211380e30c56a58d3 2,460 1.00/1.00 vMB 20
569,217 569,217 00000000000000000000a8c3832cd5644fde60157cf89e828fc84673be26319f 2,099 1.00/1.00 vMB 25
569,216 569,216 00000000000000000004b6c5b4088914fbfa3708349eb7f6a1602eb53ade16ca 2,144 1.00/1.00 vMB 13
569,215 569,215 0000000000000000000ce7f8bf20d0bb751dcbbafd63042f93b5e941f8fce40f 2,987 1.00/1.00 vMB 28
569,214 569,214 00000000000000000017d8352afc96d32385d32716142996ab9a6f3bd336ccd8 1,947 1.00/1.00 vMB 29
569,213 569,213 00000000000000000006046f7c2e9d2e9233de970e17707c3fe4b88d0b79ed1d 2,923 1.00/1.00 vMB 21
569,212 569,212 000000000000000000205d08c164e7902a0b84cdcb94617cd05d3355a8fa523e 3,219 1.00/1.00 vMB 45
569,211 569,211 0000000000000000000ae64213118d81adda0a9d545e39fdd4354ea8f854ff92 2,892 1.00/1.00 vMB 31
569,210 569,210 0000000000000000000284ec7ced89394c328c3d1bbb279f2cd5add1bd005608 2,092 1.00/1.00 vMB 23
569,209 569,209 0000000000000000000aa6b24d871488d141c8cc429b543143fb02c6f9b369af 2,541 1.00/1.00 vMB 25
569,208 569,208 000000000000000000166be68868d7fe315253d9cc7d0013575f488673415587 2,436 1.00/1.00 vMB 39
569,207 569,207 000000000000000000214544e66cab7838854b894ada44c4406e91484d973e50 3,031 1.00/1.00 vMB 35
569,206 569,206 0000000000000000001d3586c6b83242e028c5aae4271fd4bec7d0923777098d 2,577 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.