Loading Tool

Explorer IconExplorer

Memory Pool

75,048 transactions
27.70 vMB
0.07718620 BTC
Random Selection Loading Transactions
Max Size: 168.48/200 MB

Candidate Block

Mining Attempt ddd234e5eacb4c3a2a5fe7384c2ffe8533da603ecf38e7fca3b2a296223ccf6e
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 990ad75c181ff7d19f3283c9257dca3f13df83a14a1397aae2d80d6c80b7bb13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01796367 BTC
Feerates: 151.01 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (342,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,215 573,215 00000000000000000021b77cb81cf5e46eec7766bf441e29b318f96bc5a3e571 2,752 1.00/1.00 vMB 86
573,214 573,214 00000000000000000015e684c6f54b642da9d723fa40e674ef5e1ef832aa535f 3,324 1.00/1.00 vMB 89
573,213 573,213 000000000000000000256abfb6d6546239114333262a56ab3c7c62f9385fa05d 3,180 1.00/1.00 vMB 84
573,212 573,212 0000000000000000001ba189e6e8ca18dfcddcc0fa0be4747660eec8157c15f9 3,295 1.00/1.00 vMB 64
573,211 573,211 00000000000000000008bdbe02738f9b07ed7e5c8669001ad02e9a9433755ca3 2,868 1.00/1.00 vMB 47
573,210 573,210 0000000000000000002592dd500c29cf1198cdd87c9620de5c2ade8273f7bb87 3,188 1.00/1.00 vMB 79
573,209 573,209 000000000000000000193f21dddeaea33ab6900a61760c1e34e4e6c1bb147f72 3,132 1.00/1.00 vMB 43
573,208 573,208 000000000000000000021d5f6451f21209d320b4d52ea660737f27912286213c 2,834 1.00/1.00 vMB 62
573,207 573,207 0000000000000000002baa82305b71e86728ec171e262e805d20a5df008777b2 1,777 1.00/1.00 vMB 92
573,206 573,206 000000000000000000178d9cfb9770c91b06e65274a9c97ce261f4b0a91495a2 3,605 1.00/1.00 vMB 122
573,205 573,205 00000000000000000016ad9f1f64634b8d5a01972bedab618b8dce2f3feeb0b7 2,996 1.00/1.00 vMB 88
573,204 573,204 000000000000000000059ebd54efdddd65fc449a5d1ac5a267cb50f29d402c57 2,598 1.00/1.00 vMB 71
573,203 573,203 00000000000000000009a0365997ea38cf7c52088ebfe52788a0bbbbee773530 3,503 1.00/1.00 vMB 112
573,202 573,202 000000000000000000123dbb26a8551c611b7f218522706ce31fe60b9f70bcb3 2,852 1.00/1.00 vMB 43
573,201 573,201 0000000000000000001444b2a61c8cee4ee55fd29566dafd10b8d1bad574187a 3,215 1.00/1.00 vMB 44
573,200 573,200 0000000000000000001f0639d842b8d9bc767abd38e133c922bccf4903fff57d 2,898 1.00/1.00 vMB 94
573,199 573,199 00000000000000000017657ef093bca6ded876ee4778aa7084c3407da084c6a5 3,277 1.00/1.00 vMB 90
573,198 573,198 0000000000000000002ad3c8bce0226e62468610b59ae405adf0ec5ba4994c88 3,129 1.00/1.00 vMB 70
573,197 573,197 0000000000000000001afd9506769826e0a9a7b964c70838b5919043a8abd52f 3,185 1.00/1.00 vMB 66
573,196 573,196 000000000000000000132d5d8f9b38402d3a53399dd7974153a5f50b902af03c 2,706 1.00/1.00 vMB 57
573,195 573,195 0000000000000000001ff78500e8caf9f7702a85495f2473a5043d5a7f74b660 1,349 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.