Loading Tool

Explorer IconExplorer

Memory Pool

51,594 transactions
29.29 vMB
0.08055818 BTC
Random Selection Loading Transactions
Max Size: 158.45/200 MB

Candidate Block

Mining Attempt da974f6efc3e18caa1ff99191092eb3959a15a7b30649bdce2006ac0ddf7f4fb
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 9015c26fa873f84fad45d48ffe004469fb15a0f4fc93d03faa9dd38ac8d23895
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,305
Size: 1.00 vMB
Total Fees: 0.02444443 BTC
Feerates: 173.90 > 2.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (252,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,977 661,977 000000000000000000019dda9c370dfaed719f8545e788d8553e5f8a8bd8ca59 2,243 1.00/1.00 vMB 65
661,976 661,976 00000000000000000004e1ed1d60612e3f21a31810ef4c75356cc94bb59588f7 2,449 1.00/1.00 vMB 96
661,975 661,975 000000000000000000084058237e7eed366ec7c1ac02f43e84d0ef0d88212702 2,207 1.00/1.00 vMB 104
661,974 661,974 00000000000000000001852b5ada194f8870afc1a9749f0e1b879ae034476541 1,730 1.00/1.00 vMB 102
661,973 661,973 0000000000000000000ebcf26ff468757c6a63f203b344c3ac5e13eb222dc366 2,077 1.00/1.00 vMB 140
661,972 661,972 0000000000000000000bb4a5a972feaf8a6d76592cb535aa3d66df7cc3f56181 2,581 1.00/1.00 vMB 76
661,971 661,971 0000000000000000000dde09a553650ca89691429e72468993b3798583cf2779 3,009 1.00/1.00 vMB 93
661,970 661,970 0000000000000000000a921d9c14671f341069352e39dcdef5868f61ad19bd2f 3,229 1.00/1.00 vMB 131
661,969 661,969 00000000000000000002e77f6f25da05b62872eb9a479505694e2a7ce88a5dac 2,005 1.00/1.00 vMB 132
661,968 661,968 0000000000000000000e23549800ebd960b91910fef03bb93abda6fc3c56d38d 1,778 1.00/1.00 vMB 137
661,967 661,967 0000000000000000000077b2db2e11cd21994c3f499f302dac857ae878037f25 2,620 1.00/1.00 vMB 151
661,966 661,966 000000000000000000037dde24078a02caa1b7811dceb457600506b5e65d815d 2,794 1.00/1.00 vMB 150
661,965 661,965 00000000000000000006f208d8d86edef3c87a68b3f116e683057fb718450ed3 2,018 1.00/1.00 vMB 81
661,964 661,964 0000000000000000000646eae0060bf6a2e077d430a9d3900d6610029cf88a95 1,980 1.00/1.00 vMB 68
661,963 661,963 0000000000000000000dd338604570dec61f564b142bfd2427fbf55f00e1b950 3,116 1.00/1.00 vMB 117
661,962 661,962 0000000000000000000d50eb7f965fbda4ce625c89dbf099667fd05db7c7e4af 2,895 1.00/1.00 vMB 131
661,961 661,961 00000000000000000008b71e4a8a35727c313a18d84b7f5f1f11c6bbc73ab8d5 2,137 1.00/1.00 vMB 94
661,960 661,960 000000000000000000099954fd507bbe9da491be53eabe46b8ddc26a8c1c1442 2,721 1.00/1.00 vMB 68
661,959 661,959 0000000000000000000a0962f56b469d2cb43cd05df824b497ec6e49ff3a7e20 3,096 1.00/1.00 vMB 108
661,958 661,958 0000000000000000000e3e73d6c041ea74da9126a5efc10a7bb0c466558885da 2,971 1.00/1.00 vMB 127
661,957 661,957 00000000000000000003931d5f1e0969ab96ffd5ea2ed0e081d50410b6be9fa9 2,389 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.