Loading Tool

Explorer IconExplorer

Memory Pool

44,582 transactions
26.93 vMB
0.06313168 BTC
Random Selection Loading Transactions
Max Size: 142.00/200 MB

Candidate Block

Mining Attempt acaf7892a6f5aaa871e9cda2bd10e2c24c6ba731f30550f02ccb94a4f002808b
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root ca02c8004a120f7113a4a939facc45bbf38c7184e4ac2bbf5f1c9a7e64af90f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.01326863 BTC
Feerates: 265.25 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (681,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,522 233,522 0000000000000027ab32f4232a583970a55f72e87b14e9728c90a2f9bd582b4a 156 0.15/1.00 vMB 55
233,521 233,521 0000000000000014e64ac089a1891f9b5060e506de7151a9da7d1f4f9e7d7fb2 387 0.20/1.00 vMB 133
233,520 233,520 00000000000000790249f53374bc14119d676c16b0625eca7fe9f92403686287 271 0.08/1.00 vMB 67
233,519 233,519 000000000000013a94b4573bf3744caf89f49d3f7d8a356ed33ff12331143120 63 0.04/1.00 vMB 113
233,518 233,518 00000000000000d30d08e7e28fe2dcb3b597b4a83c13705793fed31674a0379a 216 0.15/1.00 vMB 92
233,517 233,517 00000000000000b8aa35a276f2a01661f34eb54201e5eb05c04d8f6e7c7eb0fe 331 0.15/1.00 vMB 156
233,516 233,516 00000000000001b9c04da2dfc11f9833a4feec852f00f03d634cb1c786c9b468 278 0.13/1.00 vMB 170
233,515 233,515 000000000000009237aeab269039a3ddd76dd998210d653ba330c34f8f45acd5 351 0.17/1.00 vMB 147
233,514 233,514 00000000000000d409dcad4acd9a33f9561d53847aaf7ddd20b478ed1c28b80c 124 0.06/1.00 vMB 145
233,513 233,513 0000000000000087b27f4403ae8c35b0298c6540cd613253a3e4172d361748bf 13 0.00/1.00 vMB 120
233,512 233,512 0000000000000027c0cfb64a55810bb517c143719756340d08e97a03b469f833 198 0.09/1.00 vMB 192
233,511 233,511 00000000000000e43d2e4668d85e56842e1b0e6899f03289818c03f272fe3d65 355 0.16/1.00 vMB 173
233,510 233,510 000000000000004f5855b1c1c14168f1e97c67a1a90e43288b6a95933b7d70a0 294 0.16/1.00 vMB 137
233,509 233,509 00000000000000abcd9764ad4e27a23629dd6f34d0bc204430fc37b0d7f0b8b6 189 0.16/1.00 vMB 135
233,508 233,508 0000000000000193fe93145ccea7562fb7dc0b95f2717667c183a6a36158655d 6 0.00/1.00 vMB 53
233,507 233,507 00000000000001757b1497e4b74d479beb8f4085595f8ee942a6e28cfc9ba7af 321 0.15/1.00 vMB 168
233,506 233,506 000000000000001633e2261d65118ad4b33e15fec0c1a9058cc19de8ce262edc 237 0.15/1.00 vMB 104
233,505 233,505 0000000000000035797e96d1ba69383d8d43208ff958a7dbd248b5cea1ca19e0 177 0.07/1.00 vMB 182
233,504 233,504 000000000000007b712595886067afc2dee2d9126208aeb7b343c11ddd62d727 287 0.10/1.00 vMB 8
233,503 233,503 000000000000005fa1161429a1ce0d8b048dfbb1be8889e3e9c75460cef0081c 80 0.04/1.00 vMB 165
233,502 233,502 000000000000006cec8e0840ec5f93b7e51402adb7dd87458f16b44eeeeafdd2 258 0.11/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.01 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: 649.28 GB
    • Received: 13.15 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.