Loading Tool

Explorer IconExplorer

Memory Pool

78,497 transactions
30.29 vMB
0.12057896 BTC
Random Selection Loading Transactions
Max Size: 182.54/200 MB

Candidate Block

Mining Attempt a258fd8e577d55ef6440f8c431ae89d02834e495a715dd8f95b2e12600696ca1
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 62ee479b48c3618a5ea53dcabc0eb1e56672a350163470c96f490848b0a1b986
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,040
Size: 1.00 vMB
Total Fees: 0.04372045 BTC
Feerates: 357.61 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (491,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,410 424,410 000000000000000003ed1b1fc34670e8a1de594c10ed8e107de0a8f11dd3e1ac 1,602 1.00/1.00 vMB 40
424,409 424,409 000000000000000000ecb958ae4a4a0d544c64337b373fd21e4f5b0b55a8c84a 1,736 1.00/1.00 vMB 47
424,408 424,408 000000000000000000b0a5ba922529430f335f9451ed230163f06944f0cf332c 1,643 1.00/1.00 vMB 34
424,407 424,407 00000000000000000499b6c4d3f41d8a8b0bc79d35c2d135e448e05b2e68842a 2,700 1.00/1.00 vMB 52
424,406 424,406 0000000000000000040ce8812fac799b95eca5bfaf70b856362c3bfeb8b420b2 2,815 1.00/1.00 vMB 57
424,405 424,405 000000000000000001ee4a01160c46c4bf337559e240b0a20c63a9e39254495b 2,316 1.00/1.00 vMB 64
424,404 424,404 0000000000000000006debe7e00b946427025cc6b4927ec651abdbd1543fe2d7 2,851 1.00/1.00 vMB 95
424,403 424,403 00000000000000000002c22b75557eed3bfad1fdc0f5ca280b5d9e9ebf7ca6d1 3,361 1.00/1.00 vMB 150
424,402 424,402 000000000000000002dafd94cd854c42e5be8e57191672728b2920b42aac0fa3 233 0.08/1.00 vMB 86
424,401 424,401 000000000000000001061509cbf37ec36715ae58a5a2d54359583890e610c6db 608 0.28/1.00 vMB 156
424,400 424,400 000000000000000001d47f2a4d3db94b461f7f2a7abaf53617d829f7c678a82d 745 0.99/1.00 vMB 22
424,399 424,399 0000000000000000012fd6dca6d9addfb3d7387ac717f1b7503104198586aba1 284 1.00/1.00 vMB 14
424,398 424,398 00000000000000000504b1c5641daff5c67e721729b6debf729709b9a64e938b 1,271 1.00/1.00 vMB 28
424,397 424,397 0000000000000000028245ca21bf603699fe0a39b5b84bc3f1835e6a6419c9cb 456 0.17/1.00 vMB 81
424,396 424,396 0000000000000000015b54df99d2f5fc4e5752bb1af7c13a519f085233707227 1,348 1.00/1.00 vMB 36
424,395 424,395 0000000000000000048998340c388d4948b28ea37c15f9fe5db61d944f8a9113 880 1.00/1.00 vMB 42
424,394 424,394 0000000000000000029ec51390fa0584398674a1adbb9079887b9258cb233333 1,452 1.00/1.00 vMB 56
424,393 424,393 00000000000000000491d506eb7dddcaac22372906f45d89265227ebb2e2b4d2 1,661 1.00/1.00 vMB 51
424,392 424,392 000000000000000004fe35a3a7bcf11b6b49d723ac3b2b66d0580f3731ff3f2d 2,436 0.99/1.00 vMB 61
424,391 424,391 00000000000000000243d7c17a140aed785a3117209741f1d383af677c6a4470 2,215 1.00/1.00 vMB 90
424,390 424,390 0000000000000000004abf7abe6dec96b30c32f1097fbf40c25caab398e29c43 605 0.45/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.15 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: 744.80 GB
    • Received: 18.71 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.