Loading Tool

Explorer IconExplorer

Memory Pool

82,357 transactions
30.75 vMB
0.08417897 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt 966fcac1ef35bad544eb343d1926662ed183b344fae78684e0e3682930fd14ac
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 736da1bfaf74677ee902979c3faec7f749a053eec38d0c108cf874c0c8a3d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01883617 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (285,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,369 629,369 0000000000000000000cc22e915bf7788ffef1f9aed0ebe8c8a6d79b79bf7dae 2,900 1.00/1.00 vMB 64
629,368 629,368 0000000000000000000beadeb33941aff5b5a99f91b73550e21abe884894846b 2,723 1.00/1.00 vMB 68
629,367 629,367 00000000000000000007a12d22d8cd7420650a26f1437d82d9f6c37ec8698cbe 2,906 1.00/1.00 vMB 68
629,366 629,366 00000000000000000004cad1af50d83789175323e75a2bb73805300dc4ef3e12 2,260 1.00/1.00 vMB 70
629,365 629,365 000000000000000000007a834168e1b7d25c25a5b726baf33a4e3445d182676c 2,588 1.00/1.00 vMB 83
629,364 629,364 000000000000000000007bf060e7678dc00bef9fce1274ab7b268f38705057e3 2,977 1.00/1.00 vMB 113
629,363 629,363 00000000000000000003a3448c287c209b956e2b72c722d149810edf79cb55a1 2,288 1.00/1.00 vMB 24
629,362 629,362 000000000000000000107b0065a2ab4b01115e5782b730876b759efdaf34c946 2,351 1.00/1.00 vMB 57
629,361 629,361 0000000000000000000e0a7a26fe5ebceab2e7289135c543fd35e83a2d2bf6f6 1,947 1.00/1.00 vMB 45
629,360 629,360 00000000000000000009d73602ee84bca42a7c1a9e3f087304a5f26dff555f58 1,867 1.00/1.00 vMB 54
629,359 629,359 0000000000000000000b7d7de3022219595e5a40e6c36ac9f59b433c8b3606bc 2,382 1.00/1.00 vMB 64
629,358 629,358 00000000000000000001899b2dd26e8f841788aee24284766fa6645fa80b4ed5 1,956 1.00/1.00 vMB 68
629,357 629,357 0000000000000000000ec454fc6df84eba60a967bbcacc67afe47f0f9bd4cbbb 2,981 1.00/1.00 vMB 107
629,356 629,356 0000000000000000000998f4e6d54f5bcd2d0b374181b86c3fcdb5640d9691e1 2,277 1.00/1.00 vMB 4
629,355 629,355 0000000000000000000f8e378773e8755783b2d82c789b090f883eb127f0274b 2,319 1.00/1.00 vMB 8
629,354 629,354 000000000000000000022af8e6bd69a0c8e1084ba9f229ace149ef6bc2117370 2,402 1.00/1.00 vMB 62
629,353 629,353 00000000000000000010a23597480cced1da6305fd256024c14c0b88c23e1595 2,521 1.00/1.00 vMB 13
629,352 629,352 000000000000000000058aa5d78cb45af18bb99c6234e6b0c27acb76c05173cb 2,425 1.00/1.00 vMB 13
629,351 629,351 0000000000000000001139c99c6e765f35546216508cb6a5741150f6567cb884 1,487 1.00/1.00 vMB 34
629,350 629,350 000000000000000000076807241b4e0f830c638cc1122cb67bfb856c58a21017 1,680 1.00/1.00 vMB 44
629,349 629,349 0000000000000000000228d79d9df10aa6c647c30a80d2660abd37fd23541c8f 2,079 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.