Loading Tool

Explorer IconExplorer

Memory Pool

5,960 transactions
1.02 vMB
0.01099031 BTC
Random Selection Loading Transactions
Max Size: 8.40/200 MB

Candidate Block

Mining Attempt 257fa812df85cace6a262dda929ddfeb07f67fbf13c29475af7c70187ccda64a
Version 20000000
Previous Block 000000000000000000009bdac69f8cb7b7b6b746adb30da9782cf0a9a47c718e
Merkle Root f5c79385f29c6e3d07de0b30ff8a29df0b88c20c3c4b8e7d497dc1db06d8de66
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,823
Size: 1.00 vMB
Total Fees: 0.01096694 BTC
Feerates: 444.20 > 1.10 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 937,915 (441,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,760 496,760 00000000000000000091babafd1946f3c336cad3948daa2e0dd36cf26fc3fb8e 2,690 1.00/1.00 vMB 199
496,759 496,759 0000000000000000006bd4504495acfc1ae32d6fd0b57f864aa9f9385db4a9bb 2,333 1.00/1.00 vMB 202
496,758 496,758 00000000000000000041ff6db80e07bcdf7de1397e66df862fa92c7125bb1a56 2,090 1.00/1.00 vMB 198
496,757 496,757 000000000000000000d0e17e0b171acf6c99971c69b87c7a37b63ff56d911b6f 1,972 1.00/1.00 vMB 176
496,756 496,756 00000000000000000002a8ffa1c154abc551b0c96d31d70a2ad53f770714fc6a 2,881 1.00/1.00 vMB 223
496,755 496,755 0000000000000000008f4b078a23ed89a83b3f36278e59b25989f17090a725e1 2,427 1.00/1.00 vMB 156
496,754 496,754 00000000000000000036e32fb81ba26fe4c99bea57f58682b50cffd96d9dac73 3,048 1.00/1.00 vMB 233
496,753 496,753 000000000000000000253e5f6df510195003a4e53d05444951dcceb13edf7a7f 1,917 1.00/1.00 vMB 133
496,752 496,752 000000000000000000b0a72394db19f4a503252d3c9ec785c1cfa9608f29dcab 2,816 1.00/1.00 vMB 173
496,751 496,751 0000000000000000008257e7479118f783923977a2fb8647ac028757db12af37 2,784 1.00/1.00 vMB 164
496,750 496,750 0000000000000000005932f4c0fc0960b6f0a02437a3917dfe1aef468c0dc8ed 2,790 1.00/1.00 vMB 201
496,749 496,749 0000000000000000001fa68ed07554b514a48c646427119f68f9b483aa88dff3 2,954 1.00/1.00 vMB 192
496,748 496,748 000000000000000000b8383a3460cf91fe12db0afefabaea1ae183348cb7bae8 2,233 1.00/1.00 vMB 264
496,747 496,747 000000000000000000a30196d547eb64f8469cb983e0040cf5ac2243fb57cdf7 2,672 1.00/1.00 vMB 190
496,746 496,746 000000000000000000187a1deb1ce54be1c5fd01eddb6c6dbc4a0ce49bc0117e 2,758 1.00/1.00 vMB 230
496,745 496,745 000000000000000000337dda3d3840fbe11a2d7324ac60f355c5e3b09220312a 1,914 1.00/1.00 vMB 146
496,744 496,744 0000000000000000003767cd725450d000b7de8bcffcd376ea4f1b02d3a8b3d6 2,706 1.00/1.00 vMB 136
496,743 496,743 0000000000000000006fd7b4f8706824d62787c522945c80977410e0b8f73745 1,655 1.00/1.00 vMB 142
496,742 496,742 000000000000000000c5e4abb3940f64a676726b6b401809191525dbb629d2e0 2,597 1.00/1.00 vMB 166
496,741 496,741 0000000000000000004ad860978b46feb04091c4676b86c29f2510335fd1ee3a 2,762 1.00/1.00 vMB 239
496,740 496,740 0000000000000000001f7091ae3ad3d18734cecabd606082b735a57c77a8910f 2,479 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 823.02 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: 4,071.90 GB
    • Received: 221.93 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.