Loading Tool

Explorer IconExplorer

Memory Pool

82,449 transactions
34.50 vMB
0.15411721 BTC
Random Selection Loading Transactions
Max Size: 196.73/200 MB

Candidate Block

Mining Attempt b6dc70d897420a2cf21ab75664792c8b147be2bd19755072e238d1eb901a5659
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root d275c034e1338d36594ae02b78a9552aa4f4caa9e01598114524ba742e64b068
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.03792283 BTC
Feerates: 150.78 > 3.80 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (424,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,738 490,738 000000000000000000cb8c039c7bcec7d397043b9efd72f97aa934b602762ccc 2,152 0.90/1.00 vMB 98
490,737 490,737 0000000000000000002eb0d2360ed6273af93a6d66d27f1b85fcb31e01e106f2 653 0.98/1.00 vMB 20
490,736 490,736 000000000000000000211935aa98eaaf58a8e9c770b5d8168a5c3455d4925263 2,369 1.00/1.00 vMB 102
490,735 490,735 00000000000000000022c4267afbddc5260697fd954960bf3f0d63b5565e7be3 1,245 1.00/1.00 vMB 49
490,734 490,734 0000000000000000004ef2ba63996a2fa5e9ee271a325bf37941855c9e050fc9 1,774 1.00/1.00 vMB 46
490,733 490,733 000000000000000000b487e699ec122f6203214212e0f82468f079c9cd08ec7f 2,591 1.00/1.00 vMB 67
490,732 490,732 0000000000000000005e1a9b7c9dd9f9a448b474958dd60b5dfb431a9cb39be1 2,220 1.00/1.00 vMB 170
490,731 490,731 0000000000000000009fe2cf1b1125c4c66a28403447a6122a2ebaf5e17de325 450 0.99/1.00 vMB 30
490,730 490,730 000000000000000000a84e8007423d21b8d5edc33d83be43eb45f35c14ff0993 953 1.00/1.00 vMB 55
490,729 490,729 000000000000000000ea400b8f5584da59e3f50827e4f05441a833f5b9f8f02a 1,469 1.00/1.00 vMB 73
490,728 490,728 00000000000000000017511699c8c869b167b70cae66684c31ddd7f1b5bfcc03 504 0.98/1.00 vMB 17
490,727 490,727 00000000000000000069f6cd8faba0becb7cda322ac0872b51c19f8cc2812eb9 1,472 1.00/1.00 vMB 63
490,726 490,726 0000000000000000006c9b65660c6cc71de2d26c82ba8213e65f79d945f449d1 1,665 0.94/1.00 vMB 68
490,725 490,725 0000000000000000000593d21dce3622faaccc727a16ad8bbbfeffde34b96049 633 1.00/1.00 vMB 8
490,724 490,724 000000000000000000921540169886bf83d729ffc7994bc9c025967640575045 253 0.09/1.00 vMB 138
490,723 490,723 000000000000000000685109fd1a8c46b1d8862f1f217aab196d482f538b45d8 2,450 1.00/1.00 vMB 71
490,722 490,722 000000000000000000818dae594223c95c38f38b0b4cf6a2202c915f80afdf5e 1,415 0.54/1.00 vMB 146
490,721 490,721 00000000000000000011f0a0b416932ab95db0340f4a0d91b41056813697fc59 1,785 0.66/1.00 vMB 51
490,720 490,720 0000000000000000007b2904fd538819a5b4ca26f5220cd04b119f71b09ce22b 457 0.18/1.00 vMB 150
490,719 490,719 000000000000000000505549a6570e9d1e2022c5da19bfb57e2ab68a8a4a59be 1,925 0.97/1.00 vMB 125
490,718 490,718 0000000000000000008d8e5c2cce7ac3ad991e4d8564e2e4ce98cb36a8c473d7 1,599 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 783.10 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: 728.27 GB
    • Received: 18.47 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.