Loading Tool

Explorer IconExplorer

Memory Pool

27,733 transactions
27.76 vMB
0.07770283 BTC
Random Selection Loading Transactions
Max Size: 133.26/200 MB

Candidate Block

Mining Attempt 897661b5157065d33a2a8fd29df7c53cd3048852af2c748c4a7aadb07b173f4c
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root ce98e5bc932c760489f5ee2ac616a731118ba909b7772f45ea737e9586060c65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.02479117 BTC
Feerates: 300.91 > 2.48 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (258,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,157 656,157 00000000000000000001f88b48b8134d1ca92764d2b8f1dfde89e5e4f6ddd1d0 2,210 1.00/1.00 vMB 61
656,156 656,156 0000000000000000000024a8f70b0d598552189c2e89fae64ad815ee0e6e5171 1,949 1.00/1.00 vMB 20
656,155 656,155 00000000000000000003460513cc0b3cd88a44c79bd4113f87721a56cfdbf4a5 2,352 1.00/1.00 vMB 151
656,154 656,154 0000000000000000000a01e0ee5465ce9b1d7de0edcea964d356031a4afdaf46 2,104 1.00/1.00 vMB 60
656,153 656,153 000000000000000000058f460e95230fdfaaca48c63251da641605bb0f8a2290 2,722 1.00/1.00 vMB 242
656,152 656,152 0000000000000000000920385446b5ee1a5c2b156379a66fed4dd74f5f3ee253 2,566 1.00/1.00 vMB 154
656,151 656,151 000000000000000000107b64890354bc7bf5632099d2f9209030dea9bd1dd65d 1,351 1.00/1.00 vMB 64
656,150 656,150 0000000000000000000043c53650882adc346e17a7171949a203e43258ed9bfa 933 1.00/1.00 vMB 44
656,149 656,149 0000000000000000000c27fdd0da7843cdec44686c76264144cd877f846a3c29 2,279 1.00/1.00 vMB 52
656,148 656,148 00000000000000000007af8627f332ed3708e7a67cc7abfc9977e7f0a8ab8186 2,620 1.00/1.00 vMB 115
656,147 656,147 0000000000000000000cd493ed5c1d0bc34fb7fda41d181ff6dff3ae0018c516 1,506 1.00/1.00 vMB 51
656,146 656,146 000000000000000000087b265c93f76c0d422b63aacabd421286ef5cb7f7cc15 1,347 1.00/1.00 vMB 157
656,145 656,145 0000000000000000000e7bc9f6ca038da9a0d8347b63839469d147f5f370b337 2,266 1.00/1.00 vMB 109
656,144 656,144 0000000000000000000aed13a7b9d8ca5ca09aac8f86792f69d675e02e30cad5 1,237 1.00/1.00 vMB 43
656,143 656,143 000000000000000000073dd46ec5d27e710f109bdd0b3a6e88e6be02fce26c75 84 1.00/1.00 vMB 4
656,142 656,142 00000000000000000004fab4fa3196259ab75fc5585a23a848b3ee820ac738ab 2,136 1.00/1.00 vMB 23
656,141 656,141 0000000000000000000497930d4ee0f46eac72ce944612ee8517ab17f812b85c 1,396 1.00/1.00 vMB 40
656,140 656,140 000000000000000000086546d3ccd711e0c14ad5ed8ea0044918bd57c5ac530f 2,437 1.00/1.00 vMB 170
656,139 656,139 00000000000000000000d703534fd8e709f6f9bd2c3972d7a568a7ceb2e19bda 2,385 1.00/1.00 vMB 102
656,138 656,138 0000000000000000000df0ac875c7428b4892d6db7b2686188301647b6e2755f 1,046 1.00/1.00 vMB 26
656,137 656,137 0000000000000000000696b803c8f1852a2bce22418cde145334a06af5a577fc 2,151 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.25 GB
    • Received: 10.83 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.