Loading Tool

Explorer IconExplorer

Memory Pool

80,076 transactions
29.68 vMB
0.07181931 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt 72b803b0890f8a2f92c36371d77f3e7784ab1aac505d4ea576a2a76179bdb5a7
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root fede79c37466aacf190eab7c93915f48369e726d3c22de5daa2e7ce66827c1e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,810
Size: 1.00 vMB
Total Fees: 0.01136349 BTC
Feerates: 147.04 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (667,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,564 247,564 00000000000000502b38996b6239ee1d9bd1750005a61bb980d6e0b3c91c18cb 22 0.01/1.00 vMB 171
247,563 247,563 000000000000009585883a2cade329d80e497e30ec0e80aa520dc172d5aae58c 49 0.03/1.00 vMB 107
247,562 247,562 000000000000006c99da11348aecd52acdde54c3044c9db3ff85a818f23bc49f 270 0.13/1.00 vMB 124
247,561 247,561 0000000000000025a1878529a4020b7b42df5417c72555580fca470c0e25d590 262 0.12/1.00 vMB 141
247,560 247,560 0000000000000092d5962427a30dce8dc02a3c30f3e6a19faca6ea0812ba7cc0 34 0.02/1.00 vMB 123
247,559 247,559 0000000000000031291c9ccf530d8e42282a65aab44b65c2ae2d552cbca5c35f 206 0.09/1.00 vMB 165
247,558 247,558 000000000000002d1cab037d87b3707607225a4c8272dc51eed5c50e82895487 21 0.01/1.00 vMB 205
247,557 247,557 000000000000004727cdfc8c7d3253a7d3618bf8cd4892499da3e35c433c05fc 299 0.12/1.00 vMB 167
247,556 247,556 0000000000000050a6cfcc4b7bd95311c4df8c24b04d96baa8d8655ca58c573e 197 0.08/1.00 vMB 137
247,555 247,555 0000000000000094986eab14bb7fc5e39e380a3686202e57495c0bc95decb0d2 111 0.05/1.00 vMB 135
247,554 247,554 0000000000000058942ec3e11d55f3b2eb91d8e4e9f81a15de850696685a01bd 127 0.05/1.00 vMB 135
247,553 247,553 00000000000000075bfc7ffa9b9e6cf4d0619673d5b10dba2dea11aeea3b9928 136 0.06/1.00 vMB 169
247,552 247,552 000000000000007a3b5dc47e32cff4c7f114c1aeb696024cb62468460c4c0a59 136 0.06/1.00 vMB 169
247,551 247,551 00000000000000051cea985b6e4a1f80692578af94a50b0f620ba12cc9543b1a 52 0.02/1.00 vMB 47
247,550 247,550 000000000000000603df0f2eda59a337c26131eececf0b2779ae36e832340d84 539 0.23/1.00 vMB 147
247,549 247,549 0000000000000090c86151da0639c3e3ccc9cbcd5d6b2b362f471a4f028cbf59 187 0.09/1.00 vMB 145
247,548 247,548 000000000000004d3e8d569feb9503894b7bea688127f1f701132b402e13e4ea 190 0.11/1.00 vMB 136
247,547 247,547 0000000000000085dfae56deb6c9e6eb39ad1f89e54f30bca25fb9859bbdba1d 32 0.01/1.00 vMB 111
247,546 247,546 0000000000000064f47a132121c8b10d0a153a4d9c7222320a9fdf48f56072a9 16 0.01/1.00 vMB 70
247,545 247,545 00000000000000565b578b90ab220070656754172cbb44abbb87653b81c207d4 142 0.06/1.00 vMB 109
247,544 247,544 000000000000009f09abb63140acc73a29917970d5fb673309cd55fb3f1f9552 612 0.23/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.36 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: 662.83 GB
    • Received: 14.88 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.