Loading Tool

Explorer IconExplorer

Memory Pool

78,339 transactions
28.73 vMB
0.10579032 BTC
Random Selection Loading Transactions
Max Size: 174.73/200 MB

Candidate Block

Mining Attempt bfc123bf567fe8d7a7c14ca50db6037866aceebd673c15ae52e98c2b5cb793a9
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 65c14b4481b40bc1f5a564aeea44eadc7e84a9ab48ea79c6fb2b7dd4b0e2e5c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.03773689 BTC
Feerates: 602.26 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (421,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,520 493,520 00000000000000000009833a5a5d23ae27b5eacfb8631d0e47c4c1e2fe9a5745 2,251 1.00/1.00 vMB 194
493,519 493,519 000000000000000000bcbd5d2477df4a9baf2462b52405de8028854c892dcfb7 2,773 1.00/1.00 vMB 279
493,518 493,518 0000000000000000005c6f6242dd6db7b77408e77615a2feeb3e6d8e5819d392 2,220 1.00/1.00 vMB 57
493,517 493,517 00000000000000000019dd25803f4dd0b407259f6330e45de9b2eba6c73f5e09 2,380 0.95/1.00 vMB 162
493,516 493,516 0000000000000000001d75608db148fa3a00a39f408f6e0d0cbdab068002ca43 2,534 0.98/1.00 vMB 70
493,515 493,515 000000000000000000116d4b53d65e0bb2f01a98fc86af5b92564602a5a58226 2,474 1.00/1.00 vMB 235
493,514 493,514 0000000000000000004426557ad562e7c5fada9d2d0d5d844b1f9a260167cc60 2,685 1.00/1.00 vMB 110
493,513 493,513 00000000000000000008d1b2d41568e245a7b927c6b0a5da7e5451dbc98377a4 2,757 1.00/1.00 vMB 235
493,512 493,512 0000000000000000008ba3bcfd6a1a515aa8d37478cbbf71359b43db115ce316 2,643 1.00/1.00 vMB 148
493,511 493,511 00000000000000000004c567f8567879e66ed834fa05d944ca74cd14539af4bf 2,483 1.00/1.00 vMB 190
493,510 493,510 000000000000000000243a93731ce0131b62979a1466401fd1d0d6d566d564eb 2,494 1.00/1.00 vMB 111
493,509 493,509 0000000000000000006528e0905095b7c67f464cc3d0009414a2a3bdf3dea699 2,136 1.00/1.00 vMB 209
493,508 493,508 000000000000000000865cfea9db396fa721fa98633176a876a23aa6d1dc139a 2,362 0.95/1.00 vMB 226
493,507 493,507 000000000000000000725bcc4203c13106fc5e73f8a7fa557e60121e4dab3d65 2,087 0.96/1.00 vMB 269
493,506 493,506 00000000000000000047b934c56b2d90748072283cf5fc9e070a241fd0da0277 2,319 1.00/1.00 vMB 227
493,505 493,505 0000000000000000008f3935294665054673c9ab03cf8456aa27d3f2a6e998ec 2,212 0.94/1.00 vMB 243
493,504 493,504 00000000000000000029ff5fd546c96870b46c07a8608622755b898091291d43 2,615 1.00/1.00 vMB 298
493,503 493,503 00000000000000000083f4d42df5334fbb4a03e893eed2634fdb58acec2157b0 2,519 1.00/1.00 vMB 211
493,502 493,502 000000000000000000053d9ec5fa02956ad23e221c84756a4e27586102660147 2,334 0.96/1.00 vMB 238
493,501 493,501 00000000000000000079db438b040694ac974f1cb895d7dcd8b687c0a72d3574 2,764 1.00/1.00 vMB 93
493,500 493,500 0000000000000000001c2a5b5cb7452c40f86ecf4866b4146dab249d7dc120e6 2,762 1.00/1.00 vMB 270
Previous 10 blocks ↓
Total Size: 782.92 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.39 GB
    • Received: 17.53 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.