Loading Tool

Explorer IconExplorer

Memory Pool

29,205 transactions
10.53 vMB
0.04110771 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.50/200 MB

Candidate Block

Mining Attempt 668d03f8ee42943036f689e5206bb2938f640de8c909b3d7fc1f877841b2c8b0
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root 3ad95212a33e5a1998798918d498b3de82d99d3da3d368609aae6876e5c9dedc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,077
Size: 0.54 vMB
Total Fees: 0.01588741 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (663,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,330 249,330 0000000000000007b845dbcfba7fc4e262a4953cd186705cedf670dffc11e294 385 0.18 vMB 151
249,329 249,329 00000000000000791fe656a1366ad6da80f1a8144064b077662c7cb9aa932f56 301 0.15 vMB 121
249,328 249,328 00000000000000114d1af03c6ee32d0f1c6bc237fd637e1f2d5029b46b6d093d 159 0.07 vMB 148
249,327 249,327 000000000000006633302daa11f2243835d203d32f97dbaf560d11975521c70d 180 0.25 vMB 75
249,326 249,326 000000000000002bbc40361b54ccbb4af07fb4b76424e3d78b9b1c6a8765eee0 182 0.08 vMB 70
249,325 249,325 0000000000000056859795cb47e499dcddf8c1146aa25b8625346918895995cb 465 0.25 vMB 200
249,324 249,324 0000000000000069c13a84bc69080893689372d6755c4fff27d17470d304bfda 153 0.07 vMB 68
249,323 249,323 000000000000008723a24cab5c8aaa0a669eaedf048a6ebbcb3ad04302effce4 445 0.30 vMB 121
249,322 249,322 0000000000000032e4fc31ae272139891a3920eb9a212de45205c0749b4effd1 418 0.25 vMB 148
249,321 249,321 0000000000000000b589a44c222df017b3ff184145693794795f524b8d1e8234 117 0.06 vMB 149
249,320 249,320 00000000000000546f905e0199635bae6a11138bc7ddbb593e89c20df949cd78 224 0.15 vMB 135
249,319 249,319 000000000000003919a4e07b07ad40318ee52c39c17e324b2964a8973e5669a7 127 0.05 vMB 177
249,318 249,318 00000000000000242a362fe1240835a388ee9a7ca71823511084015732e864f2 82 0.04 vMB 227
249,317 249,317 000000000000007f34e5dd286aba926656f124387d7f3b2239655effc904357a 128 0.05 vMB 56
249,316 249,316 00000000000000546f208499130fff6bc39e2d88d320140ec9b66dafe64431ec 131 0.07 vMB 78
249,315 249,315 0000000000000065681d0871619fdaeb530df9d465c3bc73e993331550cecc97 681 0.26 vMB 150
249,314 249,314 000000000000003c9a7945abcacf330d9431608d1d32ae17039709a38ed3b564 5 0.00 vMB 44
249,313 249,313 000000000000006c911cddd6813dd4c680c6b8f3915c853992e1ca15eaa36a3d 359 0.14 vMB 150
249,312 249,312 000000000000008564018c368f72594b8ef60032ebc04be3076a06ffb3cbc273 186 0.08 vMB 139
249,311 249,311 00000000000000560f00c0045ef151e67db695ae453d286387f5240efb455d21 166 0.07 vMB 197
249,310 249,310 000000000000003a25c29cd429bbdc6f9d4ad3de5099dc931b81241e2153c08d 364 0.18 vMB 640
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.15 GB
    • Received: 0.68 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.