Loading Tool

Explorer IconExplorer

Memory Pool

76,970 transactions
28.59 vMB
0.10128511 BTC
Random Selection Loading Transactions
Max Size: 172.98/200 MB

Candidate Block

Mining Attempt 4a48a70c20efe8d91fc2be1d9218e09b4075055c7a231e42beae1dea7566e967
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4374c7213aff6e71e20d00bac44e19e758c0702b6eb026c7e3d2671da0247a55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,682
Size: 1.00 vMB
Total Fees: 0.03474781 BTC
Feerates: 402.60 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (467,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,651 447,651 000000000000000002add1c46de330350e3298d7124dba9ca0a39dfe61ef1cb0 2,943 1.00/1.00 vMB 130
447,650 447,650 000000000000000002c443163e953c1785d738c1743c3a9849887c8611fea636 1,286 0.53/1.00 vMB 87
447,649 447,649 0000000000000000000b3495af90ff77b4d24823489ae647dd1463b8c23ca7ab 1,193 0.98/1.00 vMB 40
447,648 447,648 0000000000000000008a4d0cdc3c14bebd6c60f2ece14e8143ab548b3ca722ec 2,082 0.93/1.00 vMB 68
447,647 447,647 000000000000000001b932e06f70a8ab49f3d970ab7d6f219647ba1bb54eee07 2,180 1.00/1.00 vMB 56
447,646 447,646 000000000000000001c6acae26c3bb0583aba289d52258510b4c9359e87e6e93 2,391 1.00/1.00 vMB 86
447,645 447,645 00000000000000000296d0e26e5d1f9aaef0a26be5c22d1adba9fe65162295e0 1,928 1.00/1.00 vMB 83
447,644 447,644 000000000000000001bd9d5d717cbde70441a544c22ef33e4fa7a9c7df14f68b 1,949 1.00/1.00 vMB 75
447,643 447,643 000000000000000002a72eaa99503506cf1227b8e0e45247680dd7f13b760893 2,473 1.00/1.00 vMB 104
447,642 447,642 000000000000000000338a78e6954706459208d693b69052707360424def935f 2,554 1.00/1.00 vMB 105
447,641 447,641 00000000000000000247844ef55a4a1453fd9b3b035ad1df7b33ee4c5670e27d 777 0.31/1.00 vMB 84
447,640 447,640 0000000000000000019cfd219762c714b27638e7554fe01ab39935f7326a086b 1,122 1.00/1.00 vMB 27
447,639 447,639 000000000000000000a7fa699e89cf422649ea6c8785cb86c3bd44afdf8b8b4a 1,694 1.00/1.00 vMB 75
447,638 447,638 000000000000000003117568f0a3749fb6e98bf67f10848964ed06412c1fc0ee 2,204 1.00/1.00 vMB 67
447,637 447,637 0000000000000000024ed20b037701e32dabfb3d8eadff2b3a279d08c76bafa2 2,542 1.00/1.00 vMB 75
447,636 447,636 0000000000000000029e995ce5a3b7e20543509184a81724b462033122c39410 2,521 1.00/1.00 vMB 91
447,635 447,635 000000000000000002c253bc4505512164516ddb39f11b5a56772b7ad6a7f6da 2,538 1.00/1.00 vMB 86
447,634 447,634 000000000000000000435ccd834eb0c101d068660d5385483483cfefc62e3e3d 2,573 1.00/1.00 vMB 100
447,633 447,633 0000000000000000033853184681f58dcde606a759073c45fcd423ef15514033 2,416 1.00/1.00 vMB 86
447,632 447,632 000000000000000001b49c61f04d87bf134213e44cd9500b7aa7581653a7c096 2,661 1.00/1.00 vMB 103
447,631 447,631 000000000000000002b390dfe882b0d9c5a672c61ccec464bfbf7be6ac4a1799 1,709 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.93 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.69 GB
    • Received: 17.58 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.