Loading Tool

Explorer IconExplorer

Memory Pool

31,263 transactions
25.12 vMB
0.06027551 BTC
Random Selection Loading Transactions
Max Size: 125.46/200 MB

Candidate Block

Mining Attempt a8407afcaeda6592f7b367bc75c106d8cc94635669f6abf42cb54efe807f5761
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root f553b7af80be49fd1b00f3a2cca60b8fc4c12c46ca4b7c9b34cb21aa4d635cc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01507630 BTC
Feerates: 100.24 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (410,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,404 504,404 0000000000000000007d39f82ede1cd2bce2187a24085549d2b0512b2edc1104 665 1.00/1.00 vMB 198
504,403 504,403 0000000000000000005e8e39e97bb01e82b8e5a0938f12cee8d69c8f68a30112 2,134 1.00/1.00 vMB 297
504,402 504,402 0000000000000000003094dbcabe4641c43f389bc371541941f5c835adaf4c72 2,682 1.00/1.00 vMB 463
504,401 504,401 0000000000000000005cd088f2b69efe171ff50b6a8f48159db5643a95693444 417 1.00/1.00 vMB 183
504,400 504,400 0000000000000000002c56557d836d4add90d5fb9f0d24ed66f5129e98789f6b 1,745 1.00/1.00 vMB 305
504,399 504,399 00000000000000000004df9f29eee54519d49a878cd8c9cdb343026952eab08a 1,485 1.00/1.00 vMB 206
504,398 504,398 0000000000000000001f5866d77edd483aa269552e3114a4f1b3fb3d447f7811 2,279 1.00/1.00 vMB 418
504,397 504,397 00000000000000000064dcf7949726c0d6076b86d21a304f030805d18275b666 3,031 1.00/1.00 vMB 463
504,396 504,396 0000000000000000004b83db712e88b64b3c2805135a541d23c749caadeacedc 2,322 1.00/1.00 vMB 385
504,395 504,395 000000000000000000714ebc8eb1ebb164a334a602bbca474c6ccbb7f0890ebe 1,752 1.00/1.00 vMB 298
504,394 504,394 0000000000000000007db9a152ba32c9505c35d0ec0a9eee14c036aa07fa39ea 899 1.00/1.00 vMB 161
504,393 504,393 00000000000000000002ae7729879490ed1da85a358a18486f28c2cab503abf6 1,655 1.00/1.00 vMB 363
504,392 504,392 000000000000000000174788cf63e8c56be7f0bdeb592b78cff2b7c3fc37e2c8 2,639 1.00/1.00 vMB 450
504,391 504,391 0000000000000000001eb1d22e8af9ad7d158f6903e44a11bbbc53b5ea6e6a10 887 1.00/1.00 vMB 144
504,390 504,390 00000000000000000049ce6f1ee018dce85ed26420d71956105fe314635a8bc7 2,158 1.00/1.00 vMB 329
504,389 504,389 000000000000000000549824527747cdb8b9c3545045d1abe8493724acdb03b1 2,356 1.00/1.00 vMB 365
504,388 504,388 0000000000000000005d1cd591457da8de6ba7e1eaa63b6ff3b80aeb6cd3ff5e 1,821 1.00/1.00 vMB 247
504,387 504,387 0000000000000000003ae3ebffd5aa9718f3040e3f6716400b0a3edd9412ff0e 1,983 1.00/1.00 vMB 390
504,386 504,386 0000000000000000002a52f4d598ce286c3fa168be593d2403f8d2b49db9e445 2,719 1.00/1.00 vMB 454
504,385 504,385 0000000000000000000cded70f0ed227afaf51e4230cf0f81c99671916ceb421 2,488 1.00/1.00 vMB 414
504,384 504,384 0000000000000000000c3c9f84ed6d05cd71b7f3c4aa86b8d0b7400b59c340eb 2,573 1.00/1.00 vMB 464
Previous 10 blocks ↓
Total Size: 781.86 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: 642.01 GB
    • Received: 12.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.