Loading Tool

Explorer IconExplorer

Memory Pool

79,741 transactions
29.66 vMB
0.11788209 BTC
Random Selection Loading Transactions
Max Size: 179.46/200 MB

Candidate Block

Mining Attempt b8a2ddcd9f7b44d3ea193897824dd2328ffd807186bbc0ba34975f2a65f1ddfc
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root 80ea084d099a5102ba993f310336fe3e5a651eb2f1e81113ba22f73085e2cced
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.05463839 BTC
Feerates: 313.32 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (563,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,254 351,254 00000000000000000b590468d1a4ac0b1122bf11c00e574a166e6cc92549d63e 372 0.25/1.00 vMB 21
351,253 351,253 0000000000000000026220cf1b267de6356e02eb1a1ed85c2f3c7ac2eeea08e9 147 0.12/1.00 vMB 12
351,252 351,252 000000000000000009e531e76f8a1c35829b663eef46158ed3505c134a5d6319 957 0.94/1.00 vMB 12
351,251 351,251 000000000000000009c1495163762b7e65a4df8f814c15fd0e9f8c4c25d59d59 694 0.75/1.00 vMB 18
351,250 351,250 0000000000000000088cb5811d4ebb8c43d42530ce4ee05e2ab49af5de6342a3 2,388 1.00/1.00 vMB 35
351,249 351,249 000000000000000012b2475fa35071ac0a3953b77535a647e9d4238f61cef043 1,702 0.75/1.00 vMB 25
351,248 351,248 000000000000000000830ca1596a4bed54d3a9370ccbb9b3f757622e862b1bf2 2,596 0.75/1.00 vMB 60
351,247 351,247 000000000000000005b231de7359ff81380e8e56d4522d1eea847b29a20dafe5 587 0.33/1.00 vMB 24
351,246 351,246 000000000000000000ed8434e35db8422dab2220b9467687b9869779719976f8 184 0.10/1.00 vMB 24
351,245 351,245 00000000000000000b8677bbf359d051f6cf2e4d7cc3db3db112006597fe69d8 1,309 0.58/1.00 vMB 31
351,244 351,244 0000000000000000050ce0a34e3e9b89b89a485adb6953e7f39c7b068ddc3608 1,256 0.67/1.00 vMB 28
351,243 351,243 000000000000000006ef624605d8404e7e3fbb2a1a32a9b2567a7ce95a1e721c 282 0.20/1.00 vMB 19
351,242 351,242 00000000000000000dc8233e97a19b7f3c6e2c69ca262e37a150b3d89e6c6b3a 890 0.64/1.00 vMB 18
351,241 351,241 00000000000000000b7006585a947b27ac259df003e65ebca06792816c2b86bf 1,639 0.75/1.00 vMB 33
351,240 351,240 00000000000000000e187373872b5ba4840b115d3012027f534fbe255c1cd1b7 1,424 0.75/1.00 vMB 28
351,239 351,239 00000000000000000f7ea6b35fe562a96bc463eb413180b1d8d2d768c3d75d80 253 0.14/1.00 vMB 22
351,238 351,238 00000000000000000b436d4c41615e55db2a368119e293ca70b2a4666b61e4c0 784 0.45/1.00 vMB 15
351,237 351,237 000000000000000005b3860474741924b4fb90d7d2eacc7ebe27ccc3d891c9de 1,405 0.75/1.00 vMB 27
351,236 351,236 00000000000000000daf7892db24b13b05d5a5e68fc8a18f1fa2d0cabe9458a2 711 0.61/1.00 vMB 20
351,235 351,235 0000000000000000054fce4da8893da12c2d93f39a4d8d51ab9ff3d650c03ac9 2,062 0.75/1.00 vMB 47
351,234 351,234 00000000000000000d13741a00165a906cd102a8175150da9242bfc9445ead33 404 0.61/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.56 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: 670.09 GB
    • Received: 15.82 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.