Loading Tool

Explorer IconExplorer

Memory Pool

79,755 transactions
30.20 vMB
0.10885087 BTC
Random Selection Loading Transactions
Max Size: 180.57/200 MB

Candidate Block

Mining Attempt c8cb13c3999f4d7d4d56793f43dc76c02e703d1fed13439ff49804ba9543ce56
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root aa0576cfae9326774af4d7f6f39d6709e187b48a5be2bb259804eed30890a1cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,805
Size: 1.00 vMB
Total Fees: 0.03772811 BTC
Feerates: 151.00 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (137,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,233 777,233 00000000000000000006008464e575c4b2bfb96f60fc483fb4c2b8b0b3817f95 1,178 1.00/1.00 vMB 4
777,232 777,232 00000000000000000001ccb2fe55a7cdd2e03d2a6c3b28d80e34d1c80dcc1016 2,110 1.00/1.00 vMB 12
777,231 777,231 00000000000000000005c2b080dbfb87d8d730b7ee7a9ab0593f150095a11e9c 2,370 1.00/1.00 vMB 15
777,230 777,230 0000000000000000000154a92050608a73b29ca879e4c44afdc789f1d456723e 2,152 1.00/1.00 vMB 8
777,229 777,229 0000000000000000000542f8c29a9ce721e6c64f4be06e97adf561aaf26a86b9 1,613 1.00/1.00 vMB 11
777,228 777,228 00000000000000000003bd6a038d55f14e75515c93cff344ffafa71326da97db 3,421 1.00/1.00 vMB 20
777,227 777,227 00000000000000000003d037e42ec0f002939e5bc3a988cd83753af4f963c2e7 2,690 1.00/1.00 vMB 28
777,226 777,226 00000000000000000002308e2922f205c7e3ced4fa139d8364b45543529e4687 1,500 1.00/1.00 vMB 13
777,225 777,225 000000000000000000021f73cb41abaf28bb1740888bd6bc18453d62a7dfe627 1,707 1.00/1.00 vMB 21
777,224 777,224 0000000000000000000420f5d4b16badc04ab47f8e17f5f016cd5bf9077ae081 1,246 1.00/1.00 vMB 19
777,223 777,223 00000000000000000006533cb6e16bf72b63a28226599a8aa7ea62f47a8e519f 2,266 1.00/1.00 vMB 23
777,222 777,222 0000000000000000000114f7f9fde87d458aa6cff2a9e6dd1390e220b790601a 596 1.00/1.00 vMB 1
777,221 777,221 0000000000000000000146bd99d109dbff2adc91b6de73d9e2f6803c82f873c5 2,067 1.00/1.00 vMB 13
777,220 777,220 000000000000000000027714f9cc5ba2fcfc4b4d758d4376225b3de9796675ed 2,098 1.00/1.00 vMB 9
777,219 777,219 000000000000000000069257578841af5fb42b7267e4cde2b8d037a8c6311d67 1,985 1.00/1.00 vMB 10
777,218 777,218 00000000000000000001cea57e34bff91d8a5eab9c12519d7de68d7494e875ad 2,018 1.00/1.00 vMB 17
777,217 777,217 00000000000000000003d467bed4ceb499f3b18b868f6c93f816c0b136f317a6 2,399 1.00/1.00 vMB 18
777,216 777,216 0000000000000000000641394b4bf0e4d722d7722f28734ecfb5f9788f9fe4c7 2,183 1.00/1.00 vMB 18
777,215 777,215 000000000000000000010994324c4fabb567c01f1d8b5a6ae8cc739870235dda 1,228 1.00/1.00 vMB 6
777,214 777,214 000000000000000000029d77a79a71b7362c41a704c8fde9b2eeec49ff6d240c 373 1.00/1.00 vMB 3
777,213 777,213 00000000000000000003c7b674577944d58aabe375603b0e802901beb60a3c91 1,155 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.