Loading Tool

Explorer IconExplorer

Memory Pool

86,516 transactions
31.81 vMB
0.12811728 BTC
Random Selection Loading Transactions
Max Size: 191.96/200 MB

Candidate Block

Mining Attempt ef63fe3429014a5e36250ca59886bfae0602c598a1f9a91c2a8cf6cbd3fed8e2
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5f16f8d1626d01b2303c6e9bfec44d1012779d8bf74d7885479ad78504c41e0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,075
Size: 1.00 vMB
Total Fees: 0.04559156 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (493,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,402 421,402 0000000000000000037e6bfa2c3c2518d9eb4efb00224aee9fc09a6f3869aa9f 1,992 1.00/1.00 vMB 36
421,401 421,401 000000000000000004688059c73d80f18acb817c64c7cf1b6b798a5293dbf5e4 2,027 1.00/1.00 vMB 45
421,400 421,400 000000000000000004f6215d7d39c7bd655d97ea81943f7f2b0a1f20891e86fb 2,841 1.00/1.00 vMB 79
421,399 421,399 000000000000000004b83357a3f3b8f3f0be432efa1f9f7b459508a2086008c5 2,534 1.00/1.00 vMB 132
421,398 421,398 00000000000000000400b69e14c3352c4b4bc2277ba09ddcb45a337cc1613493 2,193 1.00/1.00 vMB 60
421,397 421,397 0000000000000000009c3e0950e2ee0a2cdefc5eb13e7370cdabc5ba587a9e95 2,776 1.00/1.00 vMB 71
421,396 421,396 000000000000000002a40645c6dc521a7780152025e23cacd845c64a83a31def 1,903 1.00/1.00 vMB 57
421,395 421,395 000000000000000003d47ce57ebc9ce6892d41ae2abe2a353d7cdb2d80385fb7 2,075 1.00/1.00 vMB 73
421,394 421,394 00000000000000000503f447718165adcd85ba62ec1a664594184945d24b2da7 2,868 1.00/1.00 vMB 122
421,393 421,393 000000000000000001581b473399f18b96c7626220e01f80431951193b24ceab 1,514 1.00/1.00 vMB 41
421,392 421,392 000000000000000004d65c0a2b9f3aa19234a912c856f390fbe0781cff7a5250 2,719 1.00/1.00 vMB 52
421,391 421,391 000000000000000001587445830030fbf94bad85e0a9e486693a384954e35a21 2,907 1.00/1.00 vMB 82
421,390 421,390 00000000000000000010ea51e818ae708700b198266e11f596645baca7ddcb8b 2,737 1.00/1.00 vMB 61
421,389 421,389 0000000000000000048dd8e5bd5367e9d0ac6db840bed190b6e799b918711487 2,095 0.99/1.00 vMB 78
421,388 421,388 000000000000000000a4d6e1b4e8e8717fcacdfac1d465b2de7993c0ad4a343e 3,123 1.00/1.00 vMB 87
421,387 421,387 000000000000000001aff94e2234004bc2774af3f9afb03ee5714c97fc56b540 1,580 0.73/1.00 vMB 55
421,386 421,386 00000000000000000489fc0a39668eece1788247ab5861433e99e95d8b33ba54 888 0.63/1.00 vMB 44
421,385 421,385 000000000000000002726b3a536bed87ca69d1669cbd82556e0e358ab6d552a8 367 0.99/1.00 vMB 15
421,384 421,384 0000000000000000019815b36b121af45d08b115d2a88375532176ea1ccc05d0 2,291 1.00/1.00 vMB 60
421,383 421,383 000000000000000000816a714c68cf9d4bf3b856e35a8b705b978e820840ba97 2,560 1.00/1.00 vMB 63
421,382 421,382 00000000000000000081bf0f7071f8973e9e84aaf5dbd952191c4b56ec7f99cb 974 0.37/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.34 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: 660.92 GB
    • Received: 14.78 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.