Loading Tool

Explorer IconExplorer

Memory Pool

43,208 transactions
26.91 vMB
0.05424568 BTC
Random Selection Loading Transactions
Max Size: 141.86/200 MB

Candidate Block

Mining Attempt 549b6c68dfb4c096d2e8708bcc2506d3945f947b8e2f0d02f8e6734cbf6fcbd0
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 2212e006e572383802f43f40a6e809e6eedcaf0cf1713ca00ee1aea8c1badfd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,381
Size: 1.00 vMB
Total Fees: 0.00434760 BTC
Feerates: 160.56 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (454,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,542 460,542 00000000000000000145008a5458351774f7b68ccb700c65633fe28455a957c7 2,423 1.00/1.00 vMB 131
460,541 460,541 00000000000000000013545a447d51f27d2f294aba5239b35cf1ec43a53e58d7 2,485 0.93/1.00 vMB 131
460,540 460,540 0000000000000000019861fae42d2763f6bbf2c9bbd06d396ec3b2c2d8f6394a 2,590 1.00/1.00 vMB 132
460,539 460,539 00000000000000000159465f4e6b6bde85a7b23a6dbe7bf1ba3b727965e295c8 2,369 1.00/1.00 vMB 129
460,538 460,538 000000000000000001e7526647b7b10a515eff3c822d4a986b28ca691a425f57 1,843 1.00/1.00 vMB 144
460,537 460,537 000000000000000001e776f6263b23cd04401fad94fe297c756d737edd956f6b 2,507 1.00/1.00 vMB 209
460,536 460,536 000000000000000000fc0d295ec10cdde273e9ef01309ac59d52b472c3cf6b12 2,445 1.00/1.00 vMB 184
460,535 460,535 000000000000000001fa69e2f7bdd6efc244abf88aa3a5f0827a973e87f65381 2,286 1.00/1.00 vMB 161
460,534 460,534 0000000000000000021ebbfa54c56e2a23cdb43a97bee45caa938d6c9236365d 1,780 1.00/1.00 vMB 196
460,533 460,533 0000000000000000011efe2c9606cd09ff3ad7b672cfdb5b4076c3c560bd7ec7 12 0.00/1.00 vMB 1,282
460,532 460,532 0000000000000000019e9c9aabb4fa116425aefbc4fd518163d445b7f0f59958 2,216 1.00/1.00 vMB 159
460,531 460,531 00000000000000000129b7dc3e3938929e41739be157ed457c6dfc0e01d0dd9a 1,624 0.99/1.00 vMB 169
460,530 460,530 000000000000000001f9471f71d74770a4f428abba63f15e1b0f364370dcc277 2,032 1.00/1.00 vMB 191
460,529 460,529 000000000000000001e024fb6fa5b1b0d9929c2a5692ca376e49a2e0447cd27e 1,285 1.00/1.00 vMB 216
460,528 460,528 000000000000000001e623ae5aefd1950ba6f339957f2f0d566371bc0959e592 2,009 1.00/1.00 vMB 196
460,527 460,527 000000000000000001613d62611a792a443dcdc5f37f7bb4d732f27463ce39ae 1,055 0.99/1.00 vMB 209
460,526 460,526 00000000000000000109628c499d84606c2f0977ba59ac8a34d90da40d40d3e2 1,369 1.00/1.00 vMB 251
460,525 460,525 0000000000000000008e19c1230d1667bf40888b1213743603fe8de8f56e251f 1,005 1.00/1.00 vMB 87
460,524 460,524 00000000000000000028bf99e7cdc2ab93488b065bcdce04122ea8f779abac09 2,273 1.00/1.00 vMB 128
460,523 460,523 00000000000000000106634a7f03d76cd4db7e6da92611cfac4f37e27cfcf549 2,375 1.00/1.00 vMB 151
460,522 460,522 00000000000000000049f4aeacca15a125d1da5073ed6ae5431b1fca432e3c16 2,448 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.