Loading Tool

Explorer IconExplorer

Memory Pool

79,295 transactions
29.14 vMB
0.07181429 BTC
Random Selection Loading Transactions
Max Size: 176.85/200 MB

Candidate Block

Mining Attempt 2edf6dc5581bd7830cf663b52bf2a55fd53514c2304926a3862ea7ee814355e0
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root 4a500f9bccd0c1dab31285417f44856d1209779508c3f6d3829566abbc08a1f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,791
Size: 1.00 vMB
Total Fees: 0.01098014 BTC
Feerates: 73.20 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (435,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,509 479,509 000000000000000000eb2dfbfa3f116b773e02c4b3c657f3ec2447c2c2f3661d 382 1.00/1.00 vMB 16
479,508 479,508 00000000000000000095643f24a563877f78baa8ca149dfa6da09c0da1df4b4a 514 1.00/1.00 vMB 24
479,507 479,507 000000000000000000534b4e5b218a2712c84fdd6c86f6d7799f651e8494b0cb 1,329 1.00/1.00 vMB 42
479,506 479,506 0000000000000000002a8a2ca9532f419b025599070f5efcb7895d134024f957 1,528 0.91/1.00 vMB 102
479,505 479,505 0000000000000000002db6bd8f1a1f987c4d51d34de2a77cf4d22260bf964786 1,473 1.00/1.00 vMB 22
479,504 479,504 000000000000000000bb3f5ddbad5990fbf2857a3de4d0bdf5135bfb1773a5aa 1,735 0.75/1.00 vMB 108
479,503 479,503 0000000000000000004006ce853f141b758fcc7668e96171ed6717b77da583d3 1,523 0.78/1.00 vMB 86
479,502 479,502 0000000000000000010a837c2376b95f98b80dc01735539571a07fb38bb958cd 2,210 1.00/1.00 vMB 129
479,501 479,501 0000000000000000003b82eb2d38d43587bc620e6b7ff96b1449270ad3312c34 1,530 1.00/1.00 vMB 47
479,500 479,500 000000000000000000f550adbf45828e0a006d5e1acf7b16a6b476360de77e58 1,909 1.00/1.00 vMB 111
479,499 479,499 000000000000000000363b86a0f6623ee5be34f4392a3d349c90d213b0df1c6e 1,133 1.00/1.00 vMB 50
479,498 479,498 000000000000000000e68513f879f4b748d979cb7f1ff2999d837203400cb8d6 1,869 1.00/1.00 vMB 91
479,497 479,497 000000000000000000dc74c119cec353f01d4f252bad9587fc3802d06de0e6d6 844 1.00/1.00 vMB 10
479,496 479,496 0000000000000000012d52c2eff02f7a1e3a555f59b06eb91fe588e47fdf9f58 2,080 1.00/1.00 vMB 65
479,495 479,495 000000000000000000fe5e46a8b1039e092a68c08facbbfae80e81b0bafc8e66 1,933 1.00/1.00 vMB 38
479,494 479,494 00000000000000000011a83d435e498b982dce56d680376aa61614131b6b4f0b 1,683 1.00/1.00 vMB 23
479,493 479,493 000000000000000000fead646fb9054304c1c817da33eab1facd6fefa8fcbf14 1,850 1.00/1.00 vMB 88
479,492 479,492 0000000000000000006be839dc85b654ab3575367288f6652e97dd206995bac4 2,402 1.00/1.00 vMB 144
479,491 479,491 000000000000000000d1974d8ebbfc12c385b4d9533692cfe9ec0ad3aeed3ddb 1,406 1.00/1.00 vMB 39
479,490 479,490 000000000000000001311db917955f3fdcf31de18fd0fff3beae042ece27cf59 1,515 1.00/1.00 vMB 15
479,489 479,489 0000000000000000002b3701973e9863120f178300695ee830e941c7b5f59e8e 1,801 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.58 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: 671.35 GB
    • Received: 15.91 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.