Loading Tool

Explorer IconExplorer

Memory Pool

86,788 transactions
31.84 vMB
0.10974640 BTC
Random Selection Loading Transactions
Max Size: 195.05/200 MB

Candidate Block

Mining Attempt c0dc00dac3989f89d9e1f935f3b9277d3ae57ace3f162d28f7313d0273da2ed2
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root e5c206e10be72b3922cad86d57c5b8a51549fcfe8141ba1142defada1a422341
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02879250 BTC
Feerates: 1,236.26 > 2.89 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (65,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,369 849,369 00000000000000000001ffc3b4e2627f3f6ea68dc7b5cf65b370786ddf680611 5,233 1.00/1.00 vMB 7
849,368 849,368 00000000000000000002ad9f12027a730897d6a289d90be47b5d833f2527d494 6,458 1.00/1.00 vMB 9
849,367 849,367 000000000000000000016128d80bda4de6c2037391e99f09e96a6fbb544031d7 2,189 1.00/1.00 vMB 11
849,366 849,366 00000000000000000002ca6f1fbfc4c5d3a0a8b8c03b74902acfa75b03a0b979 2,245 1.00/1.00 vMB 12
849,365 849,365 00000000000000000002816a1de93678ad336dd496b7d41eccf947a2c9fd3bc0 2,089 1.00/1.00 vMB 12
849,364 849,364 00000000000000000000b4c0aef5863d5f4072a9d562d88e893c7640976d6c58 2,489 1.00/1.00 vMB 17
849,363 849,363 0000000000000000000231f9323895122069d73b1b14b012f56c44d6543149be 6,391 1.00/1.00 vMB 8
849,362 849,362 0000000000000000000036b460fffdce43f292e3a5f3b8be6df54121e892ebe2 4,882 1.00/1.00 vMB 10
849,361 849,361 00000000000000000000eeddf7e4b9c041042de63051f3ed81f7c57ed72b0f31 4,582 1.00/1.00 vMB 8
849,360 849,360 000000000000000000028047588d3657e7c729cd98ea8012ab0770269f13f06e 2,271 1.00/1.00 vMB 13
849,359 849,359 00000000000000000000f6f88680c1d7b8051bccb602f6919c16a04899542e98 1,319 1.00/1.00 vMB 9
849,358 849,358 0000000000000000000345ea20064c5a8156a4cb9fbf27b73792c1db58f0f494 2,619 1.00/1.00 vMB 13
849,357 849,357 000000000000000000028d42b35a70845f3a078f2cd8816e3f646af8d0cb9bb3 3,001 1.00/1.00 vMB 20
849,356 849,356 00000000000000000000d22d37055011244917630c1c00fee832ea1920fc7c27 2,722 1.00/1.00 vMB 15
849,355 849,355 000000000000000000005840a85ba57cd10ab5d328e3ed12759c3a9b101933f0 4,632 1.00/1.00 vMB 11
849,354 849,354 0000000000000000000257d0a3cb4aa0211eb03662a2312d09b633be753b1177 3,052 1.00/1.00 vMB 9
849,353 849,353 00000000000000000001a3bb06b0873c3207ece45c13a9fca11ce4eed9d4c2a5 2,666 1.00/1.00 vMB 16
849,352 849,352 00000000000000000001fc5dc4b79bbd37cb515caf88540be455c8cc36424bb0 3,558 1.00/1.00 vMB 11
849,351 849,351 00000000000000000002defdb8a86d187a6bf5339fa34940153489bc8970f3a1 3,146 1.00/1.00 vMB 18
849,350 849,350 000000000000000000008d92db2a5ec4edd4cd2ee474889c4b10d04f166511ab 2,508 1.00/1.00 vMB 9
849,349 849,349 00000000000000000000b68695b7b2c06988ca684236ab881307111805e0efdf 5,625 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.