Loading Tool

Explorer IconExplorer

Memory Pool

85,688 transactions
31.97 vMB
0.12050975 BTC
Random Selection Loading Transactions
Max Size: 195.74/200 MB

Candidate Block

Mining Attempt 8afba98d522a680def39fa0b1502e5d244f2d788197c565f308857cea4dfaa37
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 4c6139691a296d920b4a8f1a2fe26bca69c0d6587fb9d9a577afb095a96f4115
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.04126865 BTC
Feerates: 299.70 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (696,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,355 218,355 00000000000000bdbefdcd302eb4646e54eaac9c450c88d3a5b1199aeb23ad2b 115 0.09/1.00 vMB 118
218,354 218,354 00000000000004e046045555c79f4d4123f54e91966a7eda0a31741be19e8522 308 0.13/1.00 vMB 228
218,353 218,353 00000000000001f38d549574ae5de9b671d05dd2cc4fc7e0ef68f6e271d7ca43 345 0.15/1.00 vMB 185
218,352 218,352 00000000000003de67bebd4c2a704532847047c1015a3a6192ab9ca230f5bd48 399 0.18/1.00 vMB 195
218,351 218,351 00000000000000d08f0fb14b381f81e1b378e3b56edce86c2c29eee6a1e01f45 498 0.25/1.00 vMB 167
218,350 218,350 00000000000000a9421f143e4f7b8e05c71629f7ae7710b36267d93ea11c1c23 112 0.06/1.00 vMB 20
218,349 218,349 00000000000003b4a592952be18e4b242164f31c0746de33bb81461450ae28f8 629 0.25/1.00 vMB 201
218,348 218,348 000000000000006047d2065acbf0166d44b29f1e1b00d4e8b12d7be9041fa92c 256 0.09/1.00 vMB 311
218,347 218,347 000000000000007dcd3c7ff4b61936b7713bfed08be1a3e483be96a5c8ac07ce 96 0.04/1.00 vMB 157
218,346 218,346 00000000000002b58e771d39e6ce2dd01e8622b61ac2cc045c3208dfd148a61e 75 0.05/1.00 vMB 146
218,345 218,345 0000000000000015feb4c91d9ffdef8f987875c9427474cb474b2dcfa5d2902a 229 0.10/1.00 vMB 182
218,344 218,344 000000000000039df8b289cd2af584dd44189aa01db85a7a500a5f6a1e06fbeb 480 0.24/1.00 vMB 165
218,343 218,343 00000000000004a45e04e109fa43bbd979792f99957a372766f7bd199bebff60 422 0.28/1.00 vMB 42
218,342 218,342 00000000000000d406ac6a166e68b8a97c60bf89165b5ca1b4723d3ef3616343 206 0.12/1.00 vMB 123
218,341 218,341 000000000000042ddc15bd4d6244a4c25dfcac7c601f36c2c3e197445ee2588e 460 0.21/1.00 vMB 173
218,340 218,340 000000000000030da4daaafe5dd44b6c3e6b8eca377a0de529e884e5d165b2e8 593 0.25/1.00 vMB 206
218,339 218,339 00000000000002b6261324d6f51be0febe2158fdda29ae0fa66e9c2ae4ec8a32 193 0.08/1.00 vMB 256
218,338 218,338 00000000000003c5567b532e902ef86bc9664571efe3bf7c7bbfc8de4f58b59c 453 0.25/1.00 vMB 213
218,337 218,337 00000000000002713032f7497b911fb6d1d2ae162dad86d551647ab94fbeacdd 558 0.25/1.00 vMB 172
218,336 218,336 00000000000001fd011815d0baa32835f52bb7659f07559d724b7121579686b4 583 0.26/1.00 vMB 183
218,335 218,335 000000000000038fc38600d87cab1e4863458b4ab4223002d2d94eb97b7634d8 666 0.28/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.78 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.64 GB
    • Received: 16.94 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.