Loading Tool

Explorer IconExplorer

Memory Pool

78,916 transactions
29.24 vMB
0.08537064 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt a2f8f2e205970258c0b6937921967b8c630392413f94ee8d63ea78c000920900
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root be2001f8c86c6b9a37fef2e80d1b3d69a350c308038641e0c50da4fbc3775c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02409781 BTC
Feerates: 178.73 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (236,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
678,381 678,381 0000000000000000000655bd0426f834f6160e6d6b4fc1b091b5d45f07866de5 2,890 1.00/1.00 vMB 111
678,380 678,380 000000000000000000022b6a3e444bb544e2a6e31bfbc840eae8de39bd1c8149 1,942 1.00/1.00 vMB 89
678,379 678,379 00000000000000000002a4e391d3344fd27d7fbeaade2c50d8e8acd78a97551d 1,224 1.00/1.00 vMB 97
678,378 678,378 000000000000000000052bd35e935753e57ab9b2d5c7c650c8a6486b24028918 2,010 1.00/1.00 vMB 103
678,377 678,377 000000000000000000027c850ef2d73453e174a25db3720d045f79e6a0dd11e8 1,672 1.00/1.00 vMB 97
678,376 678,376 00000000000000000009a4116ca0b01b7c80820aac6882c2c24e0cb831810b05 2,928 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.68 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: 679.06 GB
    • Received: 16.44 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.