Loading Tool

Explorer IconExplorer

Memory Pool

45,062 transactions
27.73 vMB
0.09224385 BTC
Random Selection Loading Transactions
Max Size: 145.47/200 MB

Candidate Block

Mining Attempt 779fdb68dc654d888eba54dbe392822ca7eb0086354b50198736dda07fe1ac61
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root ab42758dea4dc8975c082beecc6fea84ecef7e14c79c4902a8b2e6e7b7570ec8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,071
Size: 1.00 vMB
Total Fees: 0.03720701 BTC
Feerates: 151.65 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (433,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,494 481,494 0000000000000000000cfc394273697fa1358d76240fee2fd7afbf80ff230c89 1,607 1.00/1.00 vMB 215
481,493 481,493 0000000000000000006f3ec2ce8bb8e539fe889d65bd3350ac5904e04906bc3e 1,497 1.00/1.00 vMB 205
481,492 481,492 000000000000000000d2c1fb17bdb614745ee26d66675f16efae29f4ccb08fc4 1,973 1.00/1.00 vMB 106
481,491 481,491 0000000000000000005b2fa9cbbfad7274254569a0a7d573e4df73807a01c282 1,922 1.00/1.00 vMB 253
481,490 481,490 00000000000000000022c6a301a1cdc9ce902deaa521b5b73c51fc6a73f8e5a7 1,896 1.00/1.00 vMB 135
481,489 481,489 0000000000000000004f114ad8931ec0e91a38ad7c3634f254c66070c33c0210 1,678 1.00/1.00 vMB 213
481,488 481,488 0000000000000000001a85a9eb2afb14a9c9e829510dffe9710e40cbc893442b 2,199 1.00/1.00 vMB 312
481,487 481,487 000000000000000000d31a72964b7c551e68bc495edee45e2c8d5efd0c93a5b1 1,981 1.00/1.00 vMB 246
481,486 481,486 0000000000000000012b0a169ada48451bcdffde867a4bfb257e5c170e1e3b26 2,204 1.00/1.00 vMB 290
481,485 481,485 000000000000000000a602f5820f64f304cc2bcaee90d2ed2d658e7a16b1760d 2,339 1.00/1.00 vMB 306
481,484 481,484 000000000000000000a93b3778913a447516eb011dc1561efd77501adb766e70 1,617 1.00/1.00 vMB 176
481,483 481,483 000000000000000000aa0c19a9cfc1d4af38dff5d253da5e691ace2cd7f0a6c8 2,169 1.00/1.00 vMB 306
481,482 481,482 0000000000000000002b22b00f0214000d1bf56e0259eb0977e638b5d06bf723 1,900 1.00/1.00 vMB 229
481,481 481,481 0000000000000000008d3875625c1d296e28ee67d1a9f1757f0e3040fef8b930 2,336 1.00/1.00 vMB 299
481,480 481,480 000000000000000000a03f63f4438aa8b88668171ea013acfca98f9c294c37c4 2,126 1.00/1.00 vMB 291
481,479 481,479 00000000000000000120d195692f325a60913f081ae05f77fa186f93120483ce 2,012 1.00/1.00 vMB 267
481,478 481,478 000000000000000000e04b20fb1ddd3305d4e7112a9c4247e59d224a89f96d5a 2,178 1.00/1.00 vMB 252
481,477 481,477 000000000000000000c0f52611eca3ac4ddc998d5a107e0a8e8e8df9fe08be3c 1,837 1.00/1.00 vMB 306
481,476 481,476 00000000000000000019a3d9514bff4d3bbf8545caee327462894c351b2a3a0e 2,016 1.00/1.00 vMB 248
481,475 481,475 0000000000000000002983de76dc39b7e72377fdb08079f26f4a6ebb4d017fdd 1,087 1.00/1.00 vMB 149
481,474 481,474 000000000000000000cbbe7f280181cfeb31f07c840378a37367843aa27ed538 2,224 1.00/1.00 vMB 299
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.