Loading Tool

Explorer IconExplorer

Memory Pool

79,358 transactions
29.82 vMB
0.11302775 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt 8ab7b4ecc3ce23f62a3387df6a7291c3e08b69798dfffb441d43910349f799da
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (349,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,462 565,462 00000000000000000016a51088f9b18ec5e50b9c43f618babfcc977e1f58fe86 2,920 1.00/1.00 vMB 14
565,461 565,461 0000000000000000001d994dc45661a5ebf7e3b30ce4a038beb758b648921dac 2,326 1.00/1.00 vMB 4
565,460 565,460 0000000000000000000fd942d7af607cf7d678da3b0679df7a0e2a418de9ba55 2,331 1.00/1.00 vMB 10
565,459 565,459 00000000000000000020fad7a6c69b6eac3a3858100bd018784baa8eabcc858a 3,185 1.00/1.00 vMB 14
565,458 565,458 0000000000000000000e8aa2f8c105584b9aa7cb47e14892730a7672220db7dc 3,117 1.00/1.00 vMB 24
565,457 565,457 000000000000000000071aba6b71f0dd6ba8aad4b4a1a795a5ce3ec437d01575 2,833 1.00/1.00 vMB 30
565,456 565,456 000000000000000000188e03c172f423ff29f9fc309d7184c68ca2eeb1f9c745 2,783 1.00/1.00 vMB 16
565,455 565,455 00000000000000000018bb0c6e2094649b1cded03cbf912eed42946ac5ddefdc 3,279 1.00/1.00 vMB 9
565,454 565,454 0000000000000000000694b5e63b2ead679e9cf8b67e3d62719cea93a656748f 2,909 1.00/1.00 vMB 19
565,453 565,453 0000000000000000001503b455c56265c475431de12b1b3980d4d40f5e235cee 2,627 1.00/1.00 vMB 25
565,452 565,452 0000000000000000000ba482199fbff0899014871d6a4d76a3e504dfe4c10c08 3,052 1.00/1.00 vMB 42
565,451 565,451 000000000000000000032c1d0b19705385aa41bc0b919959305dfc1d32c98500 3,411 1.00/1.00 vMB 11
565,450 565,450 0000000000000000002888d22c8d26f529aa8e676f64eb5701eadf6adb2d495d 1,677 1.00/1.00 vMB 19
565,449 565,449 0000000000000000001dbac1ac111dad368b84ec82d36b35eb4aa15929ed1612 3,248 1.00/1.00 vMB 41
565,448 565,448 000000000000000000288a460745b1956704ad2731a5a932044536f1679b47fd 1,812 0.52/1.00 vMB 9
565,447 565,447 0000000000000000001d61d5cc5ccf2992e41ad26d29c391d31626d973f08188 2,595 0.78/1.00 vMB 12
565,446 565,446 000000000000000000239e8c9072e794baf357665d791ca859cb539ab2b480a2 2,715 0.90/1.00 vMB 11
565,445 565,445 0000000000000000002ded0238d61609e6a4e3e058d2fc6d9af78ff48fa29d01 219 0.07/1.00 vMB 25
565,444 565,444 0000000000000000002abbefdf3284836df839f7b14e33eff3fd67c7fc7cbc3d 1,090 0.33/1.00 vMB 11
565,443 565,443 000000000000000000211bd2c27f902ac9686b4e93a21b8b5f623d9bb89b054e 304 0.10/1.00 vMB 9
565,442 565,442 0000000000000000000a79efbc1ce1127a46b9cdb0e1258db20ec496119cc2bd 1,859 0.56/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.