Loading Tool

Explorer IconExplorer

Memory Pool

45,789 transactions
26.95 vMB
0.06836922 BTC
Random Selection Loading Transactions
Max Size: 142.81/200 MB

Candidate Block

Mining Attempt ab857cba71fd941f1c43ce9fd870851d20e05410b3967dea960546ff34a754cf
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root cfd7c3fd71b7061b84cf5ece9c68fc38d2139bf8266f00d1808068595d58a3d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01852706 BTC
Feerates: 151.03 > 1.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (219,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,353 695,353 0000000000000000000d94a654c6b54fcc2f6dc83ba445a53ab9717100161c19 929 0.30/1.00 vMB 13
695,352 695,352 0000000000000000001223d7917fb2f5dd692890e5ccecda75d5a5c00a39ff43 889 0.34/1.00 vMB 12
695,351 695,351 0000000000000000000b4eee574e7590ad4ad370f962a97d69a367e3d05c9488 1,084 0.60/1.00 vMB 12
695,350 695,350 0000000000000000000736d34e5d5fde2299beffca261523010f6a26aa62911e 279 0.10/1.00 vMB 10
695,349 695,349 000000000000000000124243532cec8ca84e24175cd097c9789522e010eb643a 1,530 0.54/1.00 vMB 11
695,348 695,348 00000000000000000002c5239c17b7822bdd5bf6db2dbfc8ee2b1c8557590afd 490 0.20/1.00 vMB 18
695,347 695,347 0000000000000000000c2091e2046810fb6de6bc4f9d6cd02e372b051b8b7712 801 0.34/1.00 vMB 11
695,346 695,346 00000000000000000003a31442c9f5b5bfacde74ae3dc6f5f451aad8c74ff7e5 682 0.25/1.00 vMB 13
695,345 695,345 000000000000000000102f939c7f7c843115c6c3aea394c55822be6e575caa8c 2,171 0.77/1.00 vMB 11
695,344 695,344 00000000000000000002ee5d91da394ac2b785628dc926059b1630d63515e0a2 2,529 0.91/1.00 vMB 12
695,343 695,343 0000000000000000000ea2422921381c7150bc67b6b175ccc4c57d45293a9fbd 495 0.16/1.00 vMB 10
695,342 695,342 0000000000000000000ab48c676a534ff2b5bb7c2ab16f38c7576fe790caf55c 1,315 0.44/1.00 vMB 12
695,341 695,341 00000000000000000002fa91422c9b797ca84539f1581f654186c1963f05c4b6 1,511 0.83/1.00 vMB 7
695,340 695,340 0000000000000000000fb8b4ef004fd3decbb1e2337eb2c35dfe10212cf1448d 1,442 1.00/1.00 vMB 11
695,339 695,339 0000000000000000000ddaa5360a5b9a0bd6a09ae3795a43422c4eb18516b3da 1,017 0.66/1.00 vMB 3
695,338 695,338 0000000000000000000b59bbfcb9fdc2feb4345007b2f6b49e70fc443356e33a 1,906 1.00/1.00 vMB 5
695,337 695,337 00000000000000000000d0d2cbe071da7c6ca330049a5d318b331eafccfcee88 2,888 1.00/1.00 vMB 6
695,336 695,336 0000000000000000000f656f7a5b1d1203fd6ca0b62b1ea38eb877beb3dbebcb 2,091 1.00/1.00 vMB 6
695,335 695,335 0000000000000000000014851a19eb6ad2a3250c61524de799f2b94f17899d2c 2,692 1.00/1.00 vMB 13
695,334 695,334 000000000000000000020df02c8189edd06dafcf86f0e8f5d01da13d9999ef99 2,711 1.00/1.00 vMB 29
695,333 695,333 0000000000000000000143e5136614946e7e451908ef0bab5ac182b887148609 1,311 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.00 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: 648.99 GB
    • Received: 13.11 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.