Loading Tool

Explorer IconExplorer

Memory Pool

29,555 transactions
6.76 vMB
0.05664419 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.50/200 MB

Candidate Block

Mining Attempt ba67e3d60bcd3fb863a71018c9fabec39692af26aad297dea0bacea44786df3a
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 5f70e5630b2fe1d5ab2ea49d2d9b776e69bba3ff87ac1746046982a7ed034b93
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,366
Size: 1.00 vMB
Total Fees: 0.03865121 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (663,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
249,309 249,309 0000000000000043a188cb11ea91dc8d8c30322d767eab9cc6781d82215ac7e6 41 0.02 vMB 38
249,308 249,308 000000000000000fd307f648f4a6c448612b8a4246568813d9c2ced7ad2ea5ec 412 0.18 vMB 124
249,307 249,307 0000000000000059591ac5a18b9863c66c448c9ff5b2431e31f907dcf8903b5d 441 0.19 vMB 135
249,306 249,306 0000000000000016b155434b26c45406284d447d8b51b52142c61aa559242b87 125 0.05 vMB 136
249,305 249,305 0000000000000079a365f789deb08a0f99025d13c265bc825a346ffbde41a9f7 47 0.02 vMB 112
249,304 249,304 000000000000003582d5500c847166c6a0a07d84f9e494b2edd19f9b1c57f74a 186 0.07 vMB 139
249,303 249,303 0000000000000020c7bd048ee72e9772d2cce689fdb2980a4adab2d3645223eb 23 0.01 vMB 84
249,302 249,302 000000000000001b5309a2e99fe6ed1015f488ad4a7851b1d9467afb3a26246b 164 0.07 vMB 109
249,301 249,301 000000000000007cbf9856c20f4736dac357a1e6c6237a95dd77234a5e3662eb 358 0.17 vMB 99
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: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 44.47 GB
    • Received: 0.65 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.