Loading Tool

Explorer IconExplorer

Memory Pool

83,655 transactions
31.50 vMB
0.08544034 BTC
Random Selection Loading Transactions
Max Size: 189.75/200 MB

Candidate Block

Mining Attempt 8e38e6f5243c1671a9876204b057d5d3ea87c168eab553df1dec9d0654391baa
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 0fa4bc5f5d6a23bbd852b3afbcd12685e7b4d9ca2d022d4f7b17c067ca47f400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,408
Size: 1.00 vMB
Total Fees: 0.01940825 BTC
Feerates: 181.54 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (660,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,370 254,370 0000000000000032ec308c09c97258faff559eee9f0c530d17b79f0ae0ea63c0 297 0.14/1.00 vMB 102
254,369 254,369 00000000000000185c6fcdb519311a6feed2dc62a55fa2e443c0c9a785d34446 218 0.09/1.00 vMB 95
254,368 254,368 000000000000001e612f6fe9d69fb61fc6999b5964f102964d02e939570ba80d 95 0.04/1.00 vMB 95
254,367 254,367 000000000000001706f8c6550e3fb29df6eee15ed8701f757783c8891a0c5f45 216 0.10/1.00 vMB 88
254,366 254,366 000000000000002260af6be40b2fdbc1c08220156d63df3b473c8262226ea9f8 112 0.05/1.00 vMB 77
254,365 254,365 00000000000000414068f0e66fef64c2399763d7a3751aeb10df0bcb6bbd025e 381 0.16/1.00 vMB 97
254,364 254,364 00000000000000146d04279b261ada910c709dba1e85f41914bbf529258bd3a4 484 0.21/1.00 vMB 64
254,363 254,363 0000000000000018386e552f1683ad0966d18efbcf5ac47f94ea3de67015a6b8 572 0.25/1.00 vMB 4,966
254,362 254,362 0000000000000022f831b3e8f36e27d796d44930fc18b06d5e546e48eea14f1b 403 0.19/1.00 vMB 98
254,361 254,361 0000000000000004aa3f233eaf8264f787d303ed61862b45e63b8c9fddb1675f 472 0.19/1.00 vMB 115
254,360 254,360 00000000000000219c7fb9e32af4b71725acba2bf67ed429eee49bcd68edad0e 561 0.22/1.00 vMB 100
254,359 254,359 0000000000000004ef5de3395d0c5b5f2e3871c1c035ccdacac46492a9d9f408 387 0.18/1.00 vMB 108
254,358 254,358 0000000000000020e8e7bb123f7eba9b3dd2372b5254a54a48bea83fec314b5f 499 0.20/1.00 vMB 114
254,357 254,357 0000000000000031baa260f1c6b7527c35ffd2ea6868beb3f82deeb62ab018df 464 0.20/1.00 vMB 113
254,356 254,356 000000000000001849dc7b81f12297fe5448e928fc02566d5da58fc90817dd66 451 0.24/1.00 vMB 100
254,355 254,355 0000000000000005c8172a4db7f2785121e6bf02d60376c2c159eabb8ead1b90 347 0.15/1.00 vMB 128
254,354 254,354 0000000000000025d41d0269b661cc504a4e15927b94006e2978fdd54a5e12ac 144 0.06/1.00 vMB 34
254,353 254,353 000000000000000b98e925838eeb367bd7cf6b955436e3989e6755dbf8b6a3cb 727 0.25/1.00 vMB 99
254,352 254,352 00000000000000239b34bf8e60217edfaa81eec6f834f2b335e6bb6e77c8c80b 610 0.25/1.00 vMB 159
254,351 254,351 000000000000003a898241d039b3f5878a6caac994527a3827adb2b5b3600527 512 0.22/1.00 vMB 152
254,350 254,350 00000000000000348fb7b94cad608621fa6aec2a51cf9f5aec9c93cee717884a 119 0.08/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.