Loading Tool

Explorer IconExplorer

Memory Pool

64,088 transactions
24.74 vMB
0.06439247 BTC
Random Selection Loading Transactions
Max Size: 147.36/200 MB

Candidate Block

Mining Attempt 3dcf8c8f75fbd14d71ae4707c18756aaf0dadfab1c02dced4715f9fdd54ca309
Version 20000000
Previous Block 00000000000000000001995f133096a46844139514e8e1c1fd61d71dce9a0c82
Merkle Root 3d14a12cf49fbb3650b4029136db7f144f417a442058e86f5e20c99000e0df15
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01046266 BTC
Feerates: 74.05 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,664 (683,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,680 233,680 00000000000000391bc278091c13ae2f435c07e7d4630b7d64d7a7b4e7e55094 383 0.16/1.00 vMB 180
233,679 233,679 0000000000000059c402383c46fa01a40b558310e7cba7f362e5cbc6f1de09c0 721 0.33/1.00 vMB 153
233,678 233,678 000000000000008655060a38a7cdd2f2f6eddfc20a7b463508d301fb9640c2ae 320 0.19/1.00 vMB 148
233,677 233,677 000000000000001db41c0284731f854bac6a225650f905410231f1b1f37a5d39 697 0.29/1.00 vMB 200
233,676 233,676 00000000000001ac6b8aebc21d5a1707e3b18417a134e6a490c19b2d8a2e27bf 5 0.00/1.00 vMB 90
233,675 233,675 00000000000001d4f07625b871da5d6e90abc554ca819dd76b3c898d33c790b1 221 0.11/1.00 vMB 160
233,674 233,674 000000000000016f725006ef5f64aa5fc0c9bb3b2d503a7c6a9530295d9bc9eb 327 0.16/1.00 vMB 176
233,673 233,673 000000000000004d2279ddcc17088ba0b01eae87a111a03bdc9a3efd1b9cc716 179 0.15/1.00 vMB 78
233,672 233,672 00000000000000181db88602fd138be47f26ac00f3bea51410581fc8971cbfe9 141 0.06/1.00 vMB 193
233,671 233,671 00000000000000968ac8224abff8974b3a682c8eb2058c1ca50b3ffe3a75bb05 587 0.28/1.00 vMB 156
233,670 233,670 00000000000001ade60d213d013c5247dda02abea36a0ce2c32dae125f02a94c 480 0.24/1.00 vMB 145
233,669 233,669 00000000000001a75d34de6aaa0408d79c115a5ad4d7963caeeea09a6fcbf9e3 128 0.04/1.00 vMB 235
233,668 233,668 00000000000000920b3d48d35cc3813a0e8fbb96c6ce9430a1f0d807ac2ca9e8 229 0.25/1.00 vMB 52
233,667 233,667 000000000000002ac64482eb776caf3424f1c96645ef527a9a31eab401bdbe22 70 0.03/1.00 vMB 188
233,666 233,666 00000000000000758fcedca5be82d6c89eb6aeac4484a4a36820c09dc80a3962 104 0.04/1.00 vMB 199
233,665 233,665 000000000000000d42bf885bff35d515b2a7b5563d001b3c342e5b881edb5553 195 0.13/1.00 vMB 126
233,664 233,664 00000000000000f2bd8e697feef48870d47756b81b8ac9dd7e084025932242b4 660 0.25/1.00 vMB 190
233,663 233,663 0000000000000188190de5c2f1972ba64d7ef0b2cfe10a2d24c354ce82749e9e 18 0.01/1.00 vMB 178
233,662 233,662 00000000000000c5d80930d1219a7fe9fd82258a440dbd8d7b7ac18dd702a26d 213 0.09/1.00 vMB 201
233,661 233,661 000000000000002ca963383b7cd7a6fbcf40ac396dbe36980fc7d3e7dcabb9f6 615 0.25/1.00 vMB 189
233,660 233,660 0000000000000184c72d7286a846cf6f561e7c1bcf390d6eb94f06bcae316aea 39 0.02/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 786.96 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: 1,027.40 GB
    • Received: 35.94 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.