Loading Tool

Explorer IconExplorer

Memory Pool

80,767 transactions
30.05 vMB
0.12544149 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 4e29f1c18c922bada1ed663cc29b21c82e2c9048912030b02c14eb440e1a15c1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ad3aa58261a009e24f2bed7f9047d545ec012571a1322175daddb0d5e544b862
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.05188038 BTC
Feerates: 242.90 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (236,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,409 678,409 00000000000000000001623591be15a7338f9288e2b9287a3d5dc9a5b4580274 2,756 1.00/1.00 vMB 134
678,408 678,408 00000000000000000003038d78441bfb1a12071070e8cb5abe1d05d2f2dc1d5b 2,077 1.00/1.00 vMB 109
678,407 678,407 0000000000000000000518043111533d18307c59d25786d35f86a059098c4911 2,497 1.00/1.00 vMB 60
678,406 678,406 000000000000000000041ff621edbc1bbef690adb9f7ceb6f5e9756399f180ed 2,095 1.00/1.00 vMB 64
678,405 678,405 000000000000000000010d849f422b37022387a8227c87c19bfe254e74a7aafc 2,633 1.00/1.00 vMB 64
678,404 678,404 0000000000000000000a3d8239323d0c1feb4132f3cc119fbef0499c195d583e 2,756 1.00/1.00 vMB 66
678,403 678,403 000000000000000000079afb11cdd469471406f7457b3de05335be05fbca271c 2,479 1.00/1.00 vMB 100
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
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.16 GB
    • Received: 16.42 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.