Loading Tool

Explorer IconExplorer

Memory Pool

44,351 transactions
28.02 vMB
0.05859410 BTC
Random Selection Loading Transactions
Max Size: 148.67/200 MB

Candidate Block

Mining Attempt c04ffe4e55918ce91e26a959cd4ace04f584bd66673ea2a3b483c9cf041f939f
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 99058810f7da098e387c6290214abeefbc3ff00a5d2671135ef1a3964a8e8720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,077
Size: 1.00 vMB
Total Fees: 0.00585075 BTC
Feerates: 100.36 > 0.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (158,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,930 755,930 00000000000000000006d8bf1fb075d951ce4a10dd998bb3e38cfa5899c559b1 3,062 1.00/1.00 vMB 11
755,929 755,929 00000000000000000008097707c6a6ed555253597117929060fedc4c980d55a0 3,503 1.00/1.00 vMB 17
755,928 755,928 00000000000000000008c00500a219a122a4a66193c16c9064537eba7093657d 3,141 1.00/1.00 vMB 25
755,927 755,927 0000000000000000000364f27650d58f4bf3640c4f1c7220c71ae53a2f8a0d67 2,174 1.00/1.00 vMB 15
755,926 755,926 000000000000000000076f9c6ef3680dbb8ead1b16914ed13b4e3f2ffe27f962 3,156 1.00/1.00 vMB 19
755,925 755,925 0000000000000000000248474dd3dcc4fcccba7f65ff1c4272e34f313bd52291 2,688 1.00/1.00 vMB 13
755,924 755,924 0000000000000000000180514758c2bf19e8537b8f95c7a1eb745c37974a3685 2,825 1.00/1.00 vMB 20
755,923 755,923 000000000000000000062ad6cf7a1b1a9a0da2ba79a12d019b83d9ca7000ed31 2,046 1.00/1.00 vMB 14
755,922 755,922 0000000000000000000871b564f02775071314bfbe0cc72609d3e6819666045c 3,328 1.00/1.00 vMB 21
755,921 755,921 00000000000000000003c8521b0f09e3561a6a1c49327f425845c0924248a4c2 2,130 1.00/1.00 vMB 35
755,920 755,920 0000000000000000000473425168bbd69e7f46e10bc3b4d8eed9fa62788b28ac 2,971 1.00/1.00 vMB 14
755,919 755,919 0000000000000000000184ab1e88acba59d9b25b3168b6b15b5400d4cc7aceaa 2,963 1.00/1.00 vMB 15
755,918 755,918 00000000000000000001a91322018e9ac7f1b51877a61a5fb166acd5e86caa5d 3,285 1.00/1.00 vMB 18
755,917 755,917 00000000000000000001c7f6efb2083c5e25fafd20ad03f413d0ecc32b94b496 1,991 1.00/1.00 vMB 6
755,916 755,916 0000000000000000000418c0cfd9a6a87c9ed6c8abd0e9c984f68f7a39a17756 1,186 1.00/1.00 vMB 13
755,915 755,915 00000000000000000004b29fb3ec1666108a1fe7d155680c8ff8d354b259781a 3,271 1.00/1.00 vMB 17
755,914 755,914 00000000000000000007ad3afb8ffacb308c3b0fb31f46ce901885f5c2a95acf 677 1.00/1.00 vMB 3
755,913 755,913 000000000000000000012fc8b32332da1da71ad4eb77d81f1056144a1dc1b0dd 1,144 1.00/1.00 vMB 5
755,912 755,912 0000000000000000000686a5898a03e02757dd369d4f37e7d8ca218dc1a4cccd 654 1.00/1.00 vMB 1
755,911 755,911 000000000000000000035e5ee2e033256c8cfc4bc6fe3107d9635057cd6dfd77 1,941 1.00/1.00 vMB 8
755,910 755,910 00000000000000000001dc6688f9d4c7af9ef7ef257dc74338ce40a91a80e801 3,247 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.10 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.75 GB
    • Received: 13.64 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.