Loading Tool

Explorer IconExplorer

Memory Pool

82,812 transactions
31.13 vMB
0.08692028 BTC
Random Selection Loading Transactions
Max Size: 190.89/200 MB

Candidate Block

Mining Attempt 499cd3bb9819d865e5c5821ee6c7e30d0c2f51d94ea01282d5291cdf437c6337
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 726e4e9909dc1150e21948cc76c9e60621d870871d19fce1f2d2cdd60a6c10c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.01675447 BTC
Feerates: 73.33 > 1.68 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (705,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,528 209,528 00000000000003c1d58df3c2efa5d2167329f2cdcc5c3554ea994b3e0e6e2a18 233 0.17/1.00 vMB 116
209,527 209,527 0000000000000397eb97ec49ff568792d28319f7e4f9266ffe3f81e06bb99b55 651 0.25/1.00 vMB 225
209,526 209,526 000000000000038955661bfe09118f83ea1ce2698b239abc067d65c2811fb606 728 0.25/1.00 vMB 230
209,525 209,525 00000000000003f8e61f4274630fb2861ff3ed9eef040edc390d77092510888e 144 0.05/1.00 vMB 209
209,524 209,524 00000000000002e711a9777c9d6ad5e7c3f5aaaed7f58ed68278fd1fee910303 122 0.05/1.00 vMB 46
209,523 209,523 00000000000003690d7b379ba227e17d4648ab6ee9c135bccaf14e537d6f1ac3 620 0.20/1.00 vMB 242
209,522 209,522 00000000000002a3154d84994a5fe0a9384b19a70b9d45c1567fc8caf05c5cd5 154 0.07/1.00 vMB 201
209,521 209,521 00000000000002373f77e6c602580d7eb026a2e925fb27ab0f12c4c0feaff10a 178 0.07/1.00 vMB 172
209,520 209,520 00000000000003b96a50a3137324e2be714251fa8c27d0c4ccee4e63f9fd1e16 14 0.00/1.00 vMB 0
209,519 209,519 000000000000033117c4a1deb9ed0473cc32d4578fe8db467c48f2bea2401e50 238 0.09/1.00 vMB 165
209,518 209,518 0000000000000480be964a5c5e601c92a678d029dae6a14598bc67fb646b00b9 397 0.17/1.00 vMB 180
209,517 209,517 00000000000003a232add0ef997cd92850edb6f8a47d27c8a2290569fc68ccc9 58 0.02/1.00 vMB 180
209,516 209,516 000000000000026e4b9779e359df413df859814b555fb6c2d3a27a29d6ade8fa 659 0.36/1.00 vMB 137
209,515 209,515 0000000000000215a22c26b692f19e171b81255e9b061bfb98625e13421e8472 276 0.15/1.00 vMB 159
209,514 209,514 000000000000007a1ade8cde81726f8bd2a687f8aa32af150dbe455bd3616194 222 0.13/1.00 vMB 138
209,513 209,513 00000000000003b917c7ca729b2dc7b76ea4fc1df4175647f5b418cbb6dc2379 619 0.25/1.00 vMB 201
209,512 209,512 0000000000000319d73db6bf55e42aa88cd5b529634e78b083c9d688eefde740 667 0.25/1.00 vMB 185
209,511 209,511 00000000000002a19071d9da67633a3f6e9bcb0cebf574f171f923d947333a81 99 0.03/1.00 vMB 111
209,510 209,510 00000000000000adb076bde7c97494ad5d5ee8e18c705b8fa08a14462b00e04a 472 0.19/1.00 vMB 201
209,509 209,509 0000000000000443a9da80e8cbd80c9d489262d7f791cb68de64bd003754590d 19 0.02/1.00 vMB 49
209,508 209,508 000000000000048620cad32b44630ce49a03437c31cb64af9893dc40721fa387 147 0.05/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.