Loading Tool

Explorer IconExplorer

Memory Pool

53,697 transactions
31.96 vMB
0.13484788 BTC
Random Selection Loading Transactions
Max Size: 170.86/200 MB

Candidate Block

Mining Attempt bec5046da833c59f994d0a981ded32d04c8f6dbb027f1a178471d9d4103deade
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root 536c0f168679d2b3fc9683d3c19c8eb8a4bf40ae54db12f74b7a56dab7b397b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.03653468 BTC
Feerates: 368.10 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (458,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,772 456,772 000000000000000001a0e24a7db735fb13d08e21d1a3913dfb7ecfb9a28a8cbe 2,527 1.00/1.00 vMB 170
456,771 456,771 000000000000000000b2d16b3806ac882c36ecbc7850e5c1039d40d81d549abb 2,728 1.00/1.00 vMB 169
456,770 456,770 00000000000000000220ff671ffaf52fd90aff7bab76330253a8bd73977da2a9 2,876 1.00/1.00 vMB 154
456,769 456,769 000000000000000000842188329d20ee6392b277ef93ebbc1fb0eb53d4cd3d78 2,177 1.00/1.00 vMB 169
456,768 456,768 000000000000000000bbaa7f20f26333467f8982c5844555d400acc79a69a7cd 2,259 1.00/1.00 vMB 119
456,767 456,767 0000000000000000000fe93695ece400fa50cb69a372cbb9ecf09c9300889a39 2,151 1.00/1.00 vMB 132
456,766 456,766 0000000000000000008affa490f82a17f8b87b1da5a6577640c162ea1a7ae257 2,730 1.00/1.00 vMB 190
456,765 456,765 0000000000000000006342cfe874d26bf34f4b1a4a6fa0caba960fb43f4000aa 2,246 1.00/1.00 vMB 231
456,764 456,764 0000000000000000000bc9fc06d91d89c1e23ba9112593ee3f29d2decdf1f191 1,879 1.00/1.00 vMB 184
456,763 456,763 00000000000000000151bb930294a4f9880766146d0613579779b66bf8dce962 2,343 0.99/1.00 vMB 206
456,762 456,762 0000000000000000016823648622155b802e98437e94179aa765335f4e8c4945 2,691 1.00/1.00 vMB 210
456,761 456,761 00000000000000000074bf64a756585b895d8e21ecb7b9dede7d249ccc1998ca 3,118 1.00/1.00 vMB 237
456,760 456,760 0000000000000000005fb80ab9927e83aae495be44a6b6aabe7bb8c110b71bb5 2,911 1.00/1.00 vMB 302
456,759 456,759 0000000000000000016c4a675e4bbbe408da6c455e5eae90ff12de94137b929f 2,399 1.00/1.00 vMB 186
456,758 456,758 000000000000000001291f45dfd2f683eb32cb1513635b3fd9ab90e6e0359858 606 1.00/1.00 vMB 78
456,757 456,757 00000000000000000126fcb94b8d7bf671008bc9c6b7796c5a1b6d3e0303d918 844 1.00/1.00 vMB 84
456,756 456,756 00000000000000000040b12ad27a117e56da482ff62006492f7353baa930913f 2,269 0.99/1.00 vMB 185
456,755 456,755 000000000000000000d7d1caf1ca090a9d6961b7960526f57a06b1474dd95a2c 1,504 1.00/1.00 vMB 107
456,754 456,754 000000000000000000b602bb8ba5796fc8b185d46dfcc7b599641f9615216edd 2,295 1.00/1.00 vMB 201
456,753 456,753 000000000000000001592614bdd72c4663cdc53923b7f93e2f5defbc37818ecf 2,304 1.00/1.00 vMB 171
456,752 456,752 000000000000000001eab479326e41db9119babfd0c48b03b00e2a591b1eda2d 1,398 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.07 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.24 GB
    • Received: 13.50 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.