Loading Tool

Explorer IconExplorer

Memory Pool

27,740 transactions
13.04 vMB
0.08410547 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.66/200 MB

Candidate Block

Mining Attempt 026c4ca53104b6cd2d25d44e59a6b6905e5172f5b7e25780965f49f4850c6a82
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root ea28654005b8150625443560fce737c577c63d85eb8ce86297dcb8710e135d2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 0.9979995 1.00 vMB
Total Fees: 0.05050213 BTC
Feerates: 502.67 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (740,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,554 173,554 0000000000000298f72682d9f7b793e9a19f37fc39b01602530c0e44293a3a14 1 0.00/1.00 vMB 0
173,553 173,553 00000000000002bd4985a2945416d10676e014af82d1cfa8d0a8a2e5ac805e59 19 0.01/1.00 vMB 236
173,552 173,552 000000000000019f75aaff91e537dcc0fbedb2fe9de91fb9b9842784f515ad3d 26 0.01/1.00 vMB 97
173,551 173,551 000000000000044dc71fb6bbb9f5059f66d60923fb5df188042ba6d3e7b7ee5a 28 0.01/1.00 vMB 143
173,550 173,550 000000000000004183eac810ab31afc629ed9240478bfac555828730c6859ecc 11 0.00/1.00 vMB 55
173,549 173,549 000000000000075bebc924837143005d4b1082adb860080579fb048f23c04ca8 30 0.01/1.00 vMB 59
173,548 173,548 00000000000004cd34e0c14d5fd1887e968181b2dd0955b2ead1f21f8cdfa6d1 10 0.00/1.00 vMB 84
173,547 173,547 00000000000000e879c53dc58124a1028c642fe6390764094389548a9743c46d 99 0.03/1.00 vMB 124
173,546 173,546 0000000000000641ebc67769acd68ee23923128ddf967a795c0a0c90c511fa9e 19 0.01/1.00 vMB 58
173,545 173,545 00000000000004e1f61e654149bb3fdf7faac7b06ff3d1a8d793e35fac10be16 27 0.01/1.00 vMB 214
173,544 173,544 00000000000007f30d52c3e973d85a1c3b6462313f1ac9f8d233432d7dc887cc 29 0.01/1.00 vMB 229
173,543 173,543 00000000000002c407d5fad59685e8a699078140148ea6335a201594e474803f 67 0.02/1.00 vMB 129
173,542 173,542 0000000000000224f8856556f9440dc3d829bc5edf657cc6390f607a1057efda 13 0.00/1.00 vMB 0
173,541 173,541 000000000000043f46551eb46beeaa5dbd52849976a8afbff2f69b8b990dc030 46 0.02/1.00 vMB 84
173,540 173,540 00000000000001e85963c3c88658fd0a9e6421044cc659be6134c588ac1c700b 26 0.02/1.00 vMB 23
173,539 173,539 00000000000008020a674defe5aeffa6f0bd3b10c6d85db02610c4310dafda21 44 0.02/1.00 vMB 101
173,538 173,538 00000000000006be4f01f8e4a96694918b068f6e1da349335b6835f90a12f606 15 0.01/1.00 vMB 263
173,537 173,537 000000000000078d5791e38e49aaa49b2d873b64265f47dcbbe0bc6e1ca2621a 70 0.04/1.00 vMB 144
173,536 173,536 00000000000006ce28ef658b013e555fee03edaca45356a2b6d2a72371a9f761 38 0.01/1.00 vMB 445
173,535 173,535 000000000000042caf2ee047f90c66130a25eb4edacf374b3049db07824c82d9 10 0.00/1.00 vMB 102
173,534 173,534 00000000000007278dee2ae93e1026f150edba8ca73add15a6247487112c88c7 7 0.00/1.00 vMB 754
Previous 10 blocks ↓
Total Size: 780.08 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: 492.47 GB
    • Received: 3.43 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.