Loading Tool

Explorer IconExplorer

Memory Pool

78,001 transactions
29.10 vMB
0.08687187 BTC
Random Selection Loading Transactions
Max Size: 175.63/200 MB

Candidate Block

Mining Attempt 0442058595ddda2f4d5f3f5a2ecbefcc40f02df494edc4f1bc6e38bf637b19f6
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (236,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,402 678,402 0000000000000000000bfa1f736c88bcb69bd1c4b41c1d6afd6e0e596b7f4fdc 2,670 1.00/1.00 vMB 62
678,401 678,401 00000000000000000001ae4ac184234bfa8bfdf31621a73180bdb6c6742e2e81 1,849 1.00/1.00 vMB 86
678,400 678,400 0000000000000000000b39c8cc31c52d2ff3392da7c2545a06f7cc2b53ce8452 610 1.00/1.00 vMB 68
678,399 678,399 00000000000000000002d178a7ca95a9b86f1c7cab1f510972c88a3f9d0f50f6 1,452 1.00/1.00 vMB 80
678,398 678,398 0000000000000000000447c46c7f1a090d9186726afb105d3de614dabc64ebed 1,444 1.00/1.00 vMB 79
678,397 678,397 00000000000000000006c0ee495ab6dfcce6d670c6335039e13d0b539e52bb4c 2,197 1.00/1.00 vMB 106
678,396 678,396 0000000000000000000692080309f582be93a9281f9a8088c0b2306e352b88ad 1,675 1.00/1.00 vMB 87
678,395 678,395 000000000000000000004600afb959e322ffc7ab6e02424079984e52b175a7af 2,452 1.00/1.00 vMB 110
678,394 678,394 00000000000000000001a04f4c727dacfa16296199cf9c7497bf73d4f3146bd6 1,206 1.00/1.00 vMB 84
678,393 678,393 0000000000000000000b17de4f346e69a3d04099751dd48631d2b127dce5f642 957 1.00/1.00 vMB 68
678,392 678,392 00000000000000000003edb4120f62d98b1fe66a853c59a3439b12a0ced9cffc 1,290 1.00/1.00 vMB 67
678,391 678,391 000000000000000000033ef1c1964659dea53632879f0d327a174f32847b7881 736 1.00/1.00 vMB 77
678,390 678,390 000000000000000000049e7d33094c5c7c7e0674881b1821d0e0d133006bcbe3 2,183 1.00/1.00 vMB 93
678,389 678,389 000000000000000000033b695011f4f7cf63df49f7a303787d8486906d74fc87 817 1.00/1.00 vMB 94
678,388 678,388 00000000000000000004651de3e07c4967b48e0ad09bb14d05d221e5e4adbf19 1,581 1.00/1.00 vMB 101
678,387 678,387 00000000000000000000af8aa24bc8bcb9c2386719a5f555b614e245de736980 425 1.00/1.00 vMB 75
678,386 678,386 0000000000000000000644d12d3df5b3c9cf39b19959bec43dc5e3e7c4ffa36a 915 1.00/1.00 vMB 77
678,385 678,385 0000000000000000000964dbe4d9f671aaf7a4d28356c139fb025ab3cd92413f 2,671 1.00/1.00 vMB 87
678,384 678,384 000000000000000000039296bc9a47eaf6a7c3eb53f51538bf8a3a816248707c 2,538 1.00/1.00 vMB 92
678,383 678,383 0000000000000000000052c5f6ce9f254d619c5c132fcfd18bf7d25a2b32c5a6 2,787 1.00/1.00 vMB 81
678,382 678,382 000000000000000000083ec8ee6deb29b2cadb1918dd6a32c2abb1d058273dbc 1,594 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.