Loading Tool

Explorer IconExplorer

Memory Pool

40,261 transactions
29.05 vMB
0.06985496 BTC
Random Selection Loading Transactions
Max Size: 147.87/200 MB

Candidate Block

Mining Attempt bb57bcedad40dc1b2308d7e71314372e411b03c8c6d0a1e00bbb1a5150003cc8
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 5a500214639e55f85a7eb010a6d629a9b746f003c1ab57c2a8833a3bb2158ac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01325556 BTC
Feerates: 497.33 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (681,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,278 233,278 0000000000000088536d2fee5446b5b0c48748f6f281750f6808368073afdf50 508 0.34/1.00 vMB 89
233,277 233,277 00000000000001ce1dfafbc5e8e0cdbdf7d5f4c1fec45b0c1cc60b40b017f140 706 0.25/1.00 vMB 209
233,276 233,276 0000000000000095f750211ec9d11e8c08e155b33256fcded168f2b8873ad018 32 0.02/1.00 vMB 52
233,275 233,275 00000000000001b647b3438bdd1a0cccbfc8953ac779f4624fca80d70afee3c7 245 0.12/1.00 vMB 135
233,274 233,274 00000000000000e932927181aac8bb69aa360e60badb7529b4e05e5b0933abe4 178 0.09/1.00 vMB 107
233,273 233,273 000000000000017440e5fd588a8549704c5c4811c09a79a1d566ad6d69d741c8 425 0.22/1.00 vMB 136
233,272 233,272 000000000000008e321af46b4661008fba5215f06e9fbd8265126e674eeb8b14 344 0.25/1.00 vMB 104
233,271 233,271 00000000000001a109fe1af3b97b3a578b4bc36481fa6ad444ca4465baff8414 806 0.25/1.00 vMB 224
233,270 233,270 00000000000000d8a54609a2cf5633ed0a9b2e680e7e3f347e88877f727abf39 541 0.23/1.00 vMB 160
233,269 233,269 0000000000000017d1cdc4ead7106acb6d8fb9039076160389558762462d364d 427 0.19/1.00 vMB 157
233,268 233,268 00000000000000bd5b5a67e0c0c4fca0218c85f3a2a9e2b67c4ff6dd97d722a8 83 0.05/1.00 vMB 341
233,267 233,267 00000000000000bb579839d3a11ac6cf6cd9254b72ceea6cf27bd2aab87283b8 305 0.13/1.00 vMB 180
233,266 233,266 000000000000016dd517f3ab3191bfd0ef60eb3191bc4b9a8aadca2d7cea8030 516 0.25/1.00 vMB 153
233,265 233,265 0000000000000100df4a6c75ea19bd69d495957a3b781656b45e3c2a29c30566 211 0.10/1.00 vMB 197
233,264 233,264 00000000000000df62079cb54d4b6fa11b85b31bad6fc0b7b89bbbb10616d0df 854 0.45/1.00 vMB 141
233,263 233,263 000000000000009778e9c0dfb7f3b7cf7db6e55fe28675b6101226d6cf707c54 190 0.06/1.00 vMB 118
233,262 233,262 00000000000000d483bfcb013e15dfc4137bd2c5b442a381e31e701faebb67f5 512 0.25/1.00 vMB 151
233,261 233,261 0000000000000024709ed6391a7c8ba12907957645dbdb25c2ad6edaf7ba9207 468 0.21/1.00 vMB 203
233,260 233,260 000000000000009bd1dd17488a9ee6abab2a7ed756f131da079a0f9f59d14a79 64 0.05/1.00 vMB 127
233,259 233,259 00000000000001cf0048e86116e7193045e8cc7e25514475dba601db0d69d9df 585 0.24/1.00 vMB 234
233,258 233,258 000000000000010bed6e01df61a296b6f9b77a70aeac6b4c12182538899f0ce3 419 0.24/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 781.58 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: 622.86 GB
    • Received: 11.40 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.