Loading Tool

Explorer IconExplorer

Memory Pool

41,396 transactions
32.07 vMB
0.11890325 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt ea1eeadaba910cc5a0142b7ea96377e4d0e2d8ee60cac7ee76636a97b2befcc9
Version 20000000
Previous Block 00000000000000000001a85c3c399f498d0bec2bc31fd48cfb44a2ea48876ab6
Merkle Root 620cd862694b01cbbe918245706194f237ed7ab06cfa7a17b805a30fb88838d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,538
Size: 1.00 vMB
Total Fees: 0.04681777 BTC
Feerates: 327.53 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,356 (837,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,876 76,876 00000000001564ba6a80645104605c5eb19dc5f00e4291e607bdf59cf15a69bd 1 0.00/1.00 vMB 0
76,875 76,875 000000000019e1ffa760def0f756270018e296626dd90e84f897241e9522b827 3 0.00/1.00 vMB 0
76,874 76,874 00000000005ac81a664f9d1c6c67380ec01fdd7c5b278b2ce237363d08ecd1c9 1 0.00/1.00 vMB 0
76,873 76,873 00000000004684875e3c028f7d09a1f561e19f7be0d64dbf4ace042289711cc3 1 0.00/1.00 vMB 0
76,872 76,872 00000000001515c3fb1a41332630e92447150b3ffc9cc96700058e9aacfa6227 2 0.00/1.00 vMB 0
76,871 76,871 000000000028c5700062bb991d0bd3442cdcb06b5b6f6cc6f3e21bbe33d3e12b 2 0.00/1.00 vMB 0
76,870 76,870 000000000024868b0f5cf5c63ddf1b8f6738c839fd8db2a3bb94df7a5b091284 2 0.00/1.00 vMB 0
76,869 76,869 000000000053fb6976048d6c850f5ffc41c527bbd913931ef7ee21f4432b1aaf 1 0.00/1.00 vMB 0
76,868 76,868 000000000015aa9d9a1dba00e0327871f2a5916afb98916a3746a6fea7175b3e 2 0.00/1.00 vMB 0
76,867 76,867 00000000001c27ae9d75cd2d3bc6e0d0239f6c13f0b08a6c2f97f5a8ae985d42 1 0.00/1.00 vMB 0
76,866 76,866 00000000000ad252edca3baffbd55625c379b3e27ef20de63ca1cd2c9e6cc1a9 2 0.00/1.00 vMB 0
76,865 76,865 00000000003b320deedcb8b814fdaac40d6fff6ec543735a9a0abada3c58124b 1 0.00/1.00 vMB 0
76,864 76,864 00000000006679e51322912f971b399e4ea9a86c0eba5302edd57c548c0c8d2e 1 0.00/1.00 vMB 0
76,863 76,863 000000000052888b0eebc65febcd1fd113d7b1e2603ddbf146166e0267f95fde 2 0.00/1.00 vMB 0
76,862 76,862 0000000000537fc83748b97dda2735029296439b07603fe9a39a0e0bfd694a25 3 0.00/1.00 vMB 0
76,861 76,861 0000000000609c09e9844b24fcde83976c114d62b57c7ddf0997cd7793227f63 1 0.00/1.00 vMB 0
76,860 76,860 0000000000544e63b1f25a1d2f304faa79e598e55d7847b49cb516fffd51f3e4 1 0.00/1.00 vMB 0
76,859 76,859 0000000000128fd38109cff4a2044bf9d63a8e11f16231cf2bb2ed82f1a82275 2 0.00/1.00 vMB 0
76,858 76,858 00000000000b0bddf72a080e324702a567abe562bbb76df0eae4916a50720bfa 1 0.00/1.00 vMB 0
76,857 76,857 0000000000441c6c41aee0eb8e45072f03ac93b5d03f0824b21189f81cccda16 1 0.00/1.00 vMB 0
76,856 76,856 000000000023d8b55cde893ce3c230a5c7b96d28387f5a5602bcdcf565e0599a 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 589.47 GB
    • Received: 9.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.