Loading Tool

Explorer IconExplorer

Memory Pool

77,870 transactions
30.07 vMB
0.11191477 BTC
Random Selection Loading Transactions
Max Size: 181.44/200 MB

Candidate Block

Mining Attempt b4b7fdcc29bb289cf95dc6f1caf65efa6bec3016c1e261c53a64acdc048fa00b
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 7edf37436ae7cae891cc8aaef7db4b4a3a4c76606727954a147c3a26179207bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.03941382 BTC
Feerates: 357.61 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (713,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,477 201,477 00000000000000385a2624271e0ffdc07a489a5a1df29145d9adad7485a5b7b2 60 0.02/1.00 vMB 87
201,476 201,476 00000000000001e0a88cf278c644b61c41b2812d61287d6e66f20f40e5aa4dfc 248 0.10/1.00 vMB 145
201,475 201,475 000000000000021e0b55a61b8ff1a5821cef54d5daee9873b9e269640d025de8 6 0.00/1.00 vMB 87
201,474 201,474 00000000000003de3c7cea2cefc3fdfa71422065d60c6b93e704eeb86d41ca7d 11 0.00/1.00 vMB 39
201,473 201,473 0000000000000505baf3083647b31323a7624fdd55ed5c8783b072d87949022c 99 0.04/1.00 vMB 116
201,472 201,472 000000000000042242b7ac22a5703aad5f0ba4f52e7a1f63b2fe9011cb49f359 224 0.10/1.00 vMB 136
201,471 201,471 00000000000004ec018cd47303e23f1da3b8f398b1e33441665f9bce873bb8ff 292 0.13/1.00 vMB 107
201,470 201,470 00000000000005d77b2386d29e5fadb5200b4ebf779ca99e24a3dd8364acdf23 185 0.06/1.00 vMB 93
201,469 201,469 000000000000002eb48b16c78c5c66da382724c7eba9f9f3cee2fa8a4cbe1221 388 0.14/1.00 vMB 149
201,468 201,468 00000000000001858036bc517c16613301178e22c6729ac054aaa3788f3027f6 358 0.15/1.00 vMB 258
201,467 201,467 00000000000002c0832529b0c3aee5aac82716024882f4f319ba4d99342eea0a 138 0.05/1.00 vMB 183
201,466 201,466 00000000000004bc96f22ee03c3a744be2ff08b9634053e114377718a3a184c5 9 0.00/1.00 vMB 0
201,465 201,465 000000000000055f79d82b1458b8edc64ef67acb7a0a0fceaf0ce52a04d89427 324 0.17/1.00 vMB 102
201,464 201,464 000000000000056356c11cb8463e602d864bc03585e1737bc1c2af1921f748c8 10 0.00/1.00 vMB 162
201,463 201,463 00000000000004b548a429b0fcfba527c4cd6029dfd695fa44d541fa0c103f2d 209 0.14/1.00 vMB 86
201,462 201,462 000000000000010c53ebec2626d4a4d37adfe910f3f5f23f40f8562e45e2fb7a 13 0.00/1.00 vMB 41
201,461 201,461 000000000000034e6be086ac2b3f2718d0900eb91b5e875551b96ed6fb6f8cf2 177 0.05/1.00 vMB 20
201,460 201,460 00000000000004920b28e53060d3153f8e3b5f4009cc959cf274b9dd52ddad56 418 0.16/1.00 vMB 150
201,459 201,459 0000000000000229730fded4d5811f69cbc4ede653b165207e08b6932cafb178 10 0.00/1.00 vMB 172
201,458 201,458 00000000000002c133048319fa8292a9997e05f2870079c2cb2a9a036816b043 153 0.05/1.00 vMB 69
201,457 201,457 0000000000000153127e60865c5122d4165dedd27224bacd4c4770773e71168b 119 0.05/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 783.15 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: 744.53 GB
    • Received: 18.71 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.