Loading Tool

Explorer IconExplorer

Memory Pool

78,944 transactions
29.92 vMB
0.12020100 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt c0839c25c13da55b0d9a93db2163aab0084891279b7234a7251f8f4e989287cb
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root fda1d4ce841922f2c7827843b99a8d3c98aa5cdd1408c4e8dd7d7bedeef8b6cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.03700510 BTC
Feerates: 673.02 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (705,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,614 209,614 00000000000001b04d9c275e790c166b4386205cc7d448faf1f15b0f92305297 365 0.15/1.00 vMB 247
209,613 209,613 000000000000024acab5fd8321a515f4bbb6b850d78af1d2147db0cff34e4f03 676 0.34/1.00 vMB 146
209,612 209,612 000000000000007c938b0a670ae8b62ae15977ff576b2eaef131cfb6dd3ac6c1 62 0.02/1.00 vMB 117
209,611 209,611 0000000000000103636ca5b7f04f10a9b2c92c24c3482082969f688372f3721d 139 0.05/1.00 vMB 107
209,610 209,610 000000000000025a50e54faa27d0a2bddfba63808ea1634bb8ddc5d0de2ff72f 106 0.05/1.00 vMB 137
209,609 209,609 000000000000027f6c407e4925f7c64b1ffc6f771648e508c5e6fcbae8de057a 244 0.11/1.00 vMB 169
209,608 209,608 000000000000037223fce26e59bdad39b3c4be0a396e5ac6e24912ebedca4dcf 331 0.31/1.00 vMB 71
209,607 209,607 00000000000004d2dc7f6e704b12903992374a275a0397c5c96d8ce35b3afb62 75 0.04/1.00 vMB 226
209,606 209,606 0000000000000190db9ae8c25ef4f20734a2595196305a0a28e032ad4c41a7d4 371 0.23/1.00 vMB 135
209,605 209,605 0000000000000153d2014ebd2609144a76190793e6927ea1cedd8e70b4cceb77 234 0.10/1.00 vMB 196
209,604 209,604 00000000000003504207848a26132cba0c559797d95ae8859f74db4c96e43389 122 0.07/1.00 vMB 137
209,603 209,603 00000000000002e1f28b2347e1780fff3a06a53130d1c7fed26a9c5ef5975bac 61 0.08/1.00 vMB 108
209,602 209,602 00000000000002f3f47a071279cd8b7ce041501c6622be72ba80a466b5f40575 364 0.13/1.00 vMB 214
209,601 209,601 0000000000000196b5a2353e65bdf0e0081ab2870c13ec7c7cb0658eae0e45be 137 0.05/1.00 vMB 68
209,600 209,600 00000000000003e29f9ebfd2cbd2714e638f59b9bb453ccc6a478035b32a3e54 128 0.20/1.00 vMB 35
209,599 209,599 000000000000048ef8bbe67fe148308af75402d39d21146cb129185b36aa6d90 112 0.09/1.00 vMB 587
209,598 209,598 00000000000000b4c7691a5c15ea6819f528072b55bd9d83d130fdf899f109d1 264 0.16/1.00 vMB 153
209,597 209,597 0000000000000182818e090b7dc40a09c411aee7a13a8825c2eac1d5f6f9811d 187 0.07/1.00 vMB 159
209,596 209,596 00000000000003ab9dcc825dd996d591f1492501bccd490b27e2b9c4d87ebc3e 118 0.07/1.00 vMB 134
209,595 209,595 000000000000044dd82bbc5fb5b22befe3bac6fc2dc929d0f4e7bdbb1d9cf68c 1 0.00/1.00 vMB 0
209,594 209,594 000000000000010dab87a77e9ed62a50ca557b7583c8328f56789ee9a7aae97c 463 0.20/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.