Loading Tool

Explorer IconExplorer

Memory Pool

75,146 transactions
27.76 vMB
0.07620607 BTC
Random Selection Loading Transactions
Max Size: 169.36/200 MB

Candidate Block

Mining Attempt ffe4a85cc460f636fdb9dd9331e6d04d6b1b5294a8264c5690fdd8a5ebc96a31
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 49d26a5bfa70bdef06c4b29e9de8970ae9a37741f83da47d480d52d37bcd4503
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,116
Size: 1.00 vMB
Total Fees: 0.01683608 BTC
Feerates: 100.00 > 1.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (446,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,210 469,210 000000000000000000c648a5638d089c4618be6cba82dc4ec1de83f881a4cadc 2,109 1.00/1.00 vMB 398
469,209 469,209 000000000000000001ae0de8078aee58c6beeaa428f83edd956deda5c11ca370 2,207 0.99/1.00 vMB 427
469,208 469,208 0000000000000000013053301752b7f7f57e676b8ed53a7101e3d4f1260b5ceb 2,596 1.00/1.00 vMB 314
469,207 469,207 000000000000000000a6398f4f773a44490a7457c1109e67797afccb4c887d49 2,388 1.00/1.00 vMB 355
469,206 469,206 000000000000000001d0036ffdb6298f7a1d678e1b95dc15e1168b04b769976e 2,672 0.99/1.00 vMB 322
469,205 469,205 000000000000000000247486e0f444000b2f493714e51c3b86cf9ba38b247fc7 1,435 1.00/1.00 vMB 458
469,204 469,204 0000000000000000012af032025bf793d5a389a50410ca5e4d4c2da749a09441 1,744 1.00/1.00 vMB 319
469,203 469,203 000000000000000000d2b2f7a1be9adf7cb22b577f6517177ecd1d9766df4aaf 2,450 1.00/1.00 vMB 396
469,202 469,202 0000000000000000017fcc43a63443dcff8d9f48ffe16898fc22abffd370b20f 2,215 1.00/1.00 vMB 441
469,201 469,201 0000000000000000015e121a96a599e6ee8b5e7a0420a30cf81db2ca804bca82 1,784 1.00/1.00 vMB 431
469,200 469,200 00000000000000000116d721bdef1351c0bca1d3bc121ae5b4ffed40f033500f 1,716 1.00/1.00 vMB 366
469,199 469,199 00000000000000000092174f0be2d8090c000a08531410fb746ee12ee064e98c 2,202 1.00/1.00 vMB 366
469,198 469,198 000000000000000000c6924c9578823d565888b508301ea68561bc1f8dfa5053 1,858 0.99/1.00 vMB 369
469,197 469,197 000000000000000000334a91d27e8e41470f639e3cd1f54ab22338266dfe715f 2,602 1.00/1.00 vMB 431
469,196 469,196 0000000000000000003c015ff966b80fcb90fb5218fb33148c9bc3b0809da3a4 2,073 1.00/1.00 vMB 430
469,195 469,195 000000000000000001d5cb91b55782cc172e54257a8c0a15c37e5d1f536c05ed 1,835 1.00/1.00 vMB 448
469,194 469,194 000000000000000000daa421fcd9a0df089ce8bac9caec19d30b1f23f8785ec1 2,060 1.00/1.00 vMB 401
469,193 469,193 000000000000000000c7ae5ae73beb88232ba239e3bbee012c28bbd690826862 1,959 0.99/1.00 vMB 389
469,192 469,192 000000000000000001653e22557e978f3483652a3cdabb60e37ca6f825cfecb7 2,096 1.00/1.00 vMB 472
469,191 469,191 000000000000000001d5c27ce608ba59cffc9119f668ce94cec12626f80ef331 1,524 0.99/1.00 vMB 386
469,190 469,190 000000000000000001b74a0a8107c35ee5f1fd6b04df37ba12fb4961e73562f9 202 0.09/1.00 vMB 525
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.