Loading Tool

Explorer IconExplorer

Memory Pool

2,556 transactions
0.71 vMB
0.01606734 BTC
Random Selection Loading Transactions
Max Size: 4.33/200 MB

Candidate Block

Mining Attempt 7097dd31e35f695a5a2ed915ff4f47a673ae4a91054f982b91a32054a9449b16
Version 20000000
Previous Block 00000000000000000000f5f6b405b5de30fbcf93114fd5a2a07087b60e6267a6
Merkle Root e255ea8d293c66d6f85d64540708bdd2bf0975d8c140e31533580a60a6c80e05
Time (UTC) ( ago)
Target 00000000000000000002068f0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,540
Size: 0.70 vMB
Total Fees: 0.01600651 BTC
Feerates: 301.07 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 953,234 (5,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
947,584 947,584 00000000000000000000f07c7aecf03c5a2756e7b01150ddc5d0b202349a7a71 3,000 1.00/1.00 vMB 2
947,583 947,583 000000000000000000005ae671d7c76c251390e0d8b0997c28394db322a87e31 3,585 1.00/1.00 vMB 3
947,582 947,582 0000000000000000000048343e8964af70f969d6575c7595f09001aa76b45ff2 5,616 1.00/1.00 vMB 0
947,581 947,581 000000000000000000011338895712f72f28b2cafc5b970c2774f89991f3d7e3 2,388 0.73/1.00 vMB 2
947,580 947,580 0000000000000000000037a8674bb0fb5422fe7e7a29168dee9cd01351f099c2 6,201 1.00/1.00 vMB 0
947,579 947,579 000000000000000000019e9f8f78b092c9836359221a7389f8fab5b125fa6371 6,045 1.00/1.00 vMB 0
947,578 947,578 00000000000000000001b623e7f9de6da36c232608af99898ecafde0f849b500 2,396 1.00/1.00 vMB 1
947,577 947,577 0000000000000000000072d44a9f8bd5a22ba9fae8c02c9b08dc56359d407323 3,719 1.00/1.00 vMB 4
947,576 947,576 00000000000000000001d874bb0e9c9e17568c7e064c40cac80918d005587c8b 6,664 1.00/1.00 vMB 0
947,575 947,575 000000000000000000011d9c25edfbb51cd4f1232654796001fb56e8baa4c8ca 4,429 1.00/1.00 vMB 1
947,574 947,574 00000000000000000001e97ff653348ce5dc71e70471f171c5c4d81c17c2e34a 5,674 1.00/1.00 vMB 1
947,573 947,573 000000000000000000007a6bccdbc49885e610edd3dbc5134e48866253c27d87 4,497 1.00/1.00 vMB 1
947,572 947,572 00000000000000000001c3a0489a3c9f44dc253944e11c918574ef41c4cb3733 1,834 0.65/1.00 vMB 1
947,571 947,571 000000000000000000009cb25a966002bbd3017b009fb60f2da98781c70394ed 2,545 0.99/1.00 vMB 3
947,570 947,570 000000000000000000009a3b83171bbcbe59dae2e6fb47e20303b5428094848f 2,841 0.86/1.00 vMB 2
947,569 947,569 0000000000000000000216c25c76fb75aebf859505b16fa61671874dad443fdc 5,713 1.00/1.00 vMB 0
947,568 947,568 000000000000000000006a4cde713f0ab9c08566948e647e189fead82e0435fd 2,817 1.00/1.00 vMB 2
947,567 947,567 000000000000000000017679869505eb0d0139c11a7f91ce60bc654c31da1de6 3,168 1.00/1.00 vMB 2
947,566 947,566 0000000000000000000026ae67d1a7f7d57d8c26cb40a8528ad2b61c800ccf35 5,444 1.00/1.00 vMB 1
947,565 947,565 00000000000000000000708a96072d759664be16e5bd848efb00c009f1d277c3 6,222 1.00/1.00 vMB 0
947,564 947,564 00000000000000000001b30a53c24c4fd89da8afc80c8a60633b7a895c5f2a7a 4,219 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 850.95 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: 1,906.87 GB
    • Received: 100.91 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.