Loading Tool

Explorer IconExplorer

Memory Pool

81,935 transactions
30.48 vMB
0.13231619 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 9d117b8d56650d508718c640438e0f05cd39325a2f504c6cf2c811e16c4bd322
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root e44c4009143e91bb0c02acf18e9f8f6da8cb29dbed0d8394e1c69ca98c75d07e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.05161838 BTC
Feerates: 302.06 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (139,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,601 775,601 0000000000000000000377ebc8ab72aea614b6f73f0f6b807946a8a745ac1779 2,114 1.00/1.00 vMB 9
775,600 775,600 0000000000000000000167d032d11f5a8046cc56b106bbaf94cfd98bd1dfba47 2,442 1.00/1.00 vMB 12
775,599 775,599 000000000000000000041e46c3cab9f16bf337bd67b07b2fbf8404ad2fa2420e 2,870 1.00/1.00 vMB 15
775,598 775,598 0000000000000000000256c34bbc5f7f6de139fd3d643f2def1f31595709f52f 3,839 1.00/1.00 vMB 22
775,597 775,597 00000000000000000005ee1f35584c87c5e881295d13ad5381e06e5d06cada90 3,241 1.00/1.00 vMB 27
775,596 775,596 00000000000000000002748602deaa725b184575d4920d27ffbeed3328d0e549 3,643 1.00/1.00 vMB 25
775,595 775,595 000000000000000000038f019ed80618a55d9596806a477f235402c9a29cee07 2,783 1.00/1.00 vMB 13
775,594 775,594 0000000000000000000202ddc0a8a09a5e5a78045bea2c183eecdbb83ce0ccd8 2,848 1.00/1.00 vMB 21
775,593 775,593 000000000000000000038440e931a6d20d9fd22746c39902965eb3a5466dc128 3,432 1.00/1.00 vMB 24
775,592 775,592 000000000000000000061f3d1539f49dcb4f22f2ddca048d9190ef58a1c3ea19 2,516 1.00/1.00 vMB 13
775,591 775,591 0000000000000000000406ae0a9c47ffa6265f60b23c554d09e06c1a231be21d 2,395 1.00/1.00 vMB 10
775,590 775,590 0000000000000000000671d800a9bd3bc800dbeeaaa7ae88b63969a6eba4d34f 2,041 1.00/1.00 vMB 14
775,589 775,589 000000000000000000042786f6d23075eb6a4a24f84f9f621ee671400f4f4d5c 4,098 1.00/1.00 vMB 17
775,588 775,588 000000000000000000066e788a7b3d635c60129aa73e1e61f75c5a0835bc7683 3,168 1.00/1.00 vMB 21
775,587 775,587 0000000000000000000624fe19443f2d829dac4b1b709ee0c185b3df39e8f000 3,628 1.00/1.00 vMB 28
775,586 775,586 00000000000000000000a0c823feaa15a2567b27c253b3a251a7ce54f0f644cf 2,049 1.00/1.00 vMB 11
775,585 775,585 0000000000000000000455b4a677b74ab191542a5b6fe2ce3d2f465f66367871 2,092 1.00/1.00 vMB 12
775,584 775,584 00000000000000000004310d3a058240eee404ed3e4e2edf89b2058fea15cb24 3,912 1.00/1.00 vMB 20
775,583 775,583 000000000000000000063375946419b16b8b7039b0d0c87bb8130e16e0ac746e 888 1.00/1.00 vMB 2
775,582 775,582 00000000000000000006254ba97e2ed4d0d82c1a2d63a891372a1476ac57ddf4 2,590 1.00/1.00 vMB 9
775,581 775,581 00000000000000000000cb80fb8a7dfd0793172f0d4fe2a0d26dbce66280262e 2,719 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.