Loading Tool

Explorer IconExplorer

Memory Pool

46,479 transactions
23.50 vMB
0.05688817 BTC
Random Selection Loading Transactions
Max Size: 129.41/200 MB

Candidate Block

Mining Attempt 3c58c1fcbab7192889ebdd27ea34377f4223dd65aafc05458a026cefb8561e47
Version 20000000
Previous Block 00000000000000000001b73ac60b272adde6c9e6785633f574ac0b5aba905ada
Merkle Root 79f257bab950ffa9adb72794fcfc98884ef1a73bbd25d43c73eb53c3b011f117
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.00764908 BTC
Feerates: 52.19 > 0.77 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,982 (881,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,559 32,559 00000000270bf85155e172814462c57463b3247ae0bd45eae578a91c1790ff74 1 0.00/1.00 vMB 0
32,558 32,558 000000003a5a0455ea4f0657d03c7e48d0239cb69573ca2bfa6ec0f2ac9598df 1 0.00/1.00 vMB 0
32,557 32,557 00000000052ab491854f3edcaf74a139f7e379747ad6e62088f3af9e3aeb89d0 1 0.00/1.00 vMB 0
32,556 32,556 000000009fce62cffbf92cf141d88645b592c56df3e7414970f722c055c3ff6a 1 0.00/1.00 vMB 0
32,555 32,555 000000002515e050e26b75064f0e1d87484752442f260cd547ef02c0a1bb62a2 1 0.00/1.00 vMB 0
32,554 32,554 000000009c424bde9fc4fcc1fa0ee409cb4f9831a5736b46bb45190a5a8006c5 1 0.00/1.00 vMB 0
32,553 32,553 0000000000fda48f3b0ec3da5d50bb6a6420293a90cf19888fb6724aca0de68a 1 0.00/1.00 vMB 0
32,552 32,552 00000000d3431046b3dee6a00bb6eb03bb1e29205aa0a3fe12824aa15c30e99b 1 0.00/1.00 vMB 0
32,551 32,551 00000000a68bee77ce0c1451328c5654791212f82e454d58100dde17ec9fc477 1 0.00/1.00 vMB 0
32,550 32,550 0000000040782674248bbfe483e145528715c4f0de2a95d374934b98286ad4d3 1 0.00/1.00 vMB 0
32,549 32,549 00000000bfefb33e57f41fff2062e98ffad7f4dbba5d0bfd6c62a3ce3d143a62 1 0.00/1.00 vMB 0
32,548 32,548 00000000ab7144e8663efa1854a70de8ed3cac531e46ad04fa352f095d338611 1 0.00/1.00 vMB 0
32,547 32,547 00000000bd76c91e197a3071fb54c7dd5b0d27836afc9923f59b9da70ae9d579 1 0.00/1.00 vMB 0
32,546 32,546 000000006d3c4388715aef3b93be300e231f052241bc11db5a5e2e2a4b89faca 1 0.00/1.00 vMB 0
32,545 32,545 00000000350fea3a0f7dbbffa2be3a8ff6e6dd0be43ef6dbdf77bb31ca470d36 1 0.00/1.00 vMB 0
32,544 32,544 00000000990a011b15ca8e4c1eb350fb76e9df1ea0ac85b23a2a058962b5ec14 1 0.00/1.00 vMB 0
32,543 32,543 00000000d2330a823160c5a1ecf99e0b2f0ce74e359365da4f1aa5d26b45cb96 1 0.00/1.00 vMB 0
32,542 32,542 00000000cdcce79b885d33b6ffbfa3e2f943cf5269766bd207060f0b061a12b3 1 0.00/1.00 vMB 0
32,541 32,541 0000000018a5774da06b9690678a5f5a1972a25ffd85c0123c1095219e90382f 1 0.00/1.00 vMB 0
32,540 32,540 0000000067e6abc39bd8baac5f51ed09b29877aef8a7945ee75cbe23436f71d2 1 0.00/1.00 vMB 0
32,539 32,539 0000000060133b7aa3601e92c651475f96e8ea977308c81ef8265407ac6e2b5f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 539.05 GB
    • Received: 6.14 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.