Loading Tool

Explorer IconExplorer

Memory Pool

33,691 transactions
25.17 vMB
0.05234074 BTC
Random Selection Loading Transactions
Max Size: 127.86/200 MB

Candidate Block

Mining Attempt af64726768335cc4723b78c460113d5d2f0f1cb268bfd56a4e846ec6694fb031
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 86b1c1f9f2c08db129210645b9eac0f612a0b6efda7959bb914a2932372fb52a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,556
Size: 1.00 vMB
Total Fees: 0.00695640 BTC
Feerates: 508.49 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (677,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,357 237,357 000000000000001e114cdfc1d0d2f926af9209bfaf837b0862c92837130e8625 473 0.21/1.00 vMB 198
237,356 237,356 000000000000007fa1d362f844ff9a1982c16cac0c6d5ae988c25312ceb9f58d 196 0.11/1.00 vMB 137
237,355 237,355 00000000000000446e28ee40f2d4b3f8357069c09e2048feb4325ec7115e395c 549 0.23/1.00 vMB 180
237,354 237,354 0000000000000032b4e29cd48061ad39bcbdc8c16e4d0184d337c91024fc8a8e 688 0.28/1.00 vMB 199
237,353 237,353 00000000000001428bcab9cbe1b2ef4f6af9127222df3d58fa055520acf42011 214 0.12/1.00 vMB 177
237,352 237,352 00000000000000fed0cd480d06be1586297e04f3af58adeb3c18f1df8225f0f0 62 0.03/1.00 vMB 144
237,351 237,351 000000000000009225b546304763b7a25e56c1eb193cc0d7fb849978eb9cd5bc 235 0.09/1.00 vMB 190
237,350 237,350 00000000000000ce55e8a5b4aebbbf393262f9affdc2e56f7c3ef599b1c16208 247 0.10/1.00 vMB 222
237,349 237,349 00000000000000f107e58f8a577cdde1fdc274dba088c8f3ddc1dfedf8844ead 63 0.05/1.00 vMB 105
237,348 237,348 000000000000011eef7667352dc8f2bee766fb116fc7d731dbe7b5179a0b6acb 133 0.07/1.00 vMB 143
237,347 237,347 0000000000000041ed81a85b24389845adc09314dc53bc44630cc8cbe2bb52c2 515 0.25/1.00 vMB 177
237,346 237,346 000000000000006ccf41e2c2846ee4dfe81fd5066757dad173fff59f62323f95 40 0.02/1.00 vMB 103
237,345 237,345 00000000000000569681f87eea0b77b8eebdec46be0231e6534ad9ad8fdb22e3 569 0.22/1.00 vMB 200
237,344 237,344 00000000000000aad7c0b2dcc0c6c3c61feb6b880716edb8c29c67d70e5f27c5 49 0.02/1.00 vMB 185
237,343 237,343 00000000000000304140deb1f1ee16a2946b43dd5fcaeb05941525c3b324ba2c 98 0.08/1.00 vMB 101
237,342 237,342 00000000000000f1f2a61dfcf6a1eafab28d61ab8a83edb66b40d1a71d823fb1 185 0.09/1.00 vMB 178
237,341 237,341 00000000000000a358d911fd6d556ead59b95ac8a6ae4ef8bf6f7afa2877e8d3 78 0.21/1.00 vMB 28
237,340 237,340 00000000000001657c941d211cf317bcc6dd4527deedf536c087ecc2d25500fb 571 0.25/1.00 vMB 176
237,339 237,339 00000000000000c5b75d0446c90a3d379e6f4bd91c01b682aec6dcd0fbad6427 241 0.11/1.00 vMB 185
237,338 237,338 00000000000000e0a179ef39aec6d2fd3bd7593e7eecae5228bd925597a917f4 303 0.16/1.00 vMB 145
237,337 237,337 000000000000010870ee4748c9e36e3f6afad582ca24cc07ed997116245a5eb7 70 0.03/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.