Loading Tool

Explorer IconExplorer

Memory Pool

50,412 transactions
29.17 vMB
0.10373923 BTC
Random Selection Loading Transactions
Max Size: 155.12/200 MB

Candidate Block

Mining Attempt 35a63b9424a570eec425e75f91ff92b6edc0ac9f36fd70445a5bd54abfbbc6a5
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root f96790f6a6396b2672dccabd8ad83cd629d9c57e404965e44d6a521371b4ee7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.02653605 BTC
Feerates: 70.48 > 2.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (677,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,150 237,150 00000000000001708caef9ad8c351a7bf5b7de6587e4e5e5c727c41ff6158f15 242 0.14/1.00 vMB 291
237,149 237,149 000000000000005a8befe7a73edbb36ec62a137f7ad9b6bd6acc934ae7eb24a2 113 0.13/1.00 vMB 95
237,148 237,148 00000000000000395ba2176265b2cccc6a8438e9616fb7576de2b5a8bb79bed0 69 0.05/1.00 vMB 103
237,147 237,147 000000000000007fd505fdd4f2b3e273f32c119327987432ef23656b10701070 146 0.08/1.00 vMB 142
237,146 237,146 0000000000000129f95b79e5d2f02b944923b3e2e5977ef6f592eb8aa172826c 690 0.34/1.00 vMB 182
237,145 237,145 00000000000000ad91cdb7c8ede388ce4d76c448a1457e7872f73680d55384ae 396 0.18/1.00 vMB 224
237,144 237,144 00000000000000a8e53b27ddaa85f9243a50a239f16666cdce383210dd6ed199 163 0.12/1.00 vMB 79
237,143 237,143 00000000000000c71209949c3e9e8a6e8aa2e21bb9051d83bc116b0daff81abb 256 0.12/1.00 vMB 222
237,142 237,142 00000000000000bac4a2dcba255256f4df1c985bbbad4637fee963dac3f11487 295 0.25/1.00 vMB 75
237,141 237,141 000000000000000904f8edbe35912f68e7aaa399467202cfe396aa9be9852c61 515 0.25/1.00 vMB 169
237,140 237,140 00000000000001097de7e6dcf1b3dcdd65d934b36a1422a3086dccbcefa7c58f 1,318 0.47/1.00 vMB 194
237,139 237,139 00000000000000ff5364a1edc0ba7b4a01d3ac55dd60332dae1128e6a80547b3 540 0.24/1.00 vMB 177
237,138 237,138 0000000000000024fb8d5769ad04fbd28ef090b3276dd3304c280346592662a8 128 0.05/1.00 vMB 174
237,137 237,137 0000000000000068b689a94a24bdf2e0376da40c0114259ceadaf8c1baf81079 111 0.06/1.00 vMB 117
237,136 237,136 00000000000000f2474e934eaa7e1f1c3b777bef629f1e0090ce3c01e4f008e5 701 0.28/1.00 vMB 181
237,135 237,135 000000000000004db0c01c33bfe85f4cb8e02e4eb1cc36fdf8dba84947e62155 134 0.06/1.00 vMB 86
237,134 237,134 00000000000000def1b571a95c61397327e28bfa80626cc4159a914d8e01c9eb 574 0.24/1.00 vMB 190
237,133 237,133 000000000000012f06a84843e54e2c1b1578edfc8e5c33585c1591f602e788b8 278 0.25/1.00 vMB 85
237,132 237,132 000000000000016dcdece56e877245f57ddb3311f9b1919c3dbba6b887845123 362 0.25/1.00 vMB 128
237,131 237,131 0000000000000001e4904b2116665466503593579e504bdcb568a155b2cc240b 520 0.25/1.00 vMB 134
237,130 237,130 000000000000014ffbf53e1fc6d3586db6619c48ef69aef152c0fd516845d761 571 0.25/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.