Loading Tool

Explorer IconExplorer

Memory Pool

82,024 transactions
30.27 vMB
0.09174104 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 0a9540316f631ef3416693bc0ace55ddbc45bc6a0f6b6246a91af65cf57a16f8
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 994590fb6e48542e11f9a0d68e5615205549fb382abd3ab000046507dcd3b57d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,982
Size: 1.00 vMB
Total Fees: 0.02957058 BTC
Feerates: 454.44 > 2.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (435,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,931 479,931 0000000000000000011984f0e9825391c16b079521539b7f71211db789bd7e79 1,575 1.00/1.00 vMB 158
479,930 479,930 000000000000000000817bb954d9b5e9ad9774f4cbf99dcff19a4c7bfe03a7ec 2,178 1.00/1.00 vMB 103
479,929 479,929 000000000000000000b58d5c569792a8a7dc38c2ddcec7958991b9c4919ed7b8 2,364 1.00/1.00 vMB 185
479,928 479,928 0000000000000000009610518915f0724fbced445b2f2e5e048b1fbe83b024a8 1,719 0.99/1.00 vMB 68
479,927 479,927 0000000000000000010744e17746c7aab7b33391e4ccf21bff8abc5212cc02dc 1,822 1.00/1.00 vMB 103
479,926 479,926 0000000000000000005f2db8a841e47ccbfdbc62135f819a2b8027511db70611 1,242 0.53/1.00 vMB 133
479,925 479,925 000000000000000000ced1aa60c78e650d99c6b0e44e09fba041b45bcc418ea4 1,939 1.00/1.00 vMB 45
479,924 479,924 000000000000000000a8f6ad7cc8693e305255a127bb68c1fab9574a3a59bd8f 1,611 1.00/1.00 vMB 84
479,923 479,923 000000000000000000ef632120222fc691ebc59e502921bc77b0ae71edda6a56 2,120 1.00/1.00 vMB 165
479,922 479,922 000000000000000000adff8e021a17f33797954a727fc84f19fd25e7c23bf995 1,810 1.00/1.00 vMB 108
479,921 479,921 000000000000000000863df2fcea7c06b9ba40e501cac1f5e3ee199dfe315713 1,819 1.00/1.00 vMB 45
479,920 479,920 00000000000000000085c2ed17d02e59b4ad5555d5e3a407790cfe6069b7030b 1,964 1.00/1.00 vMB 184
479,919 479,919 000000000000000000d694b8abdf7ef02be0343dad05312d97f0dfbf74e737ba 1,974 1.00/1.00 vMB 60
479,918 479,918 0000000000000000011156c1cf3df8fcea357e99342f9bc4eb632f64a04e6caa 1,985 1.00/1.00 vMB 130
479,917 479,917 000000000000000000576d2917c4d063cfc021017e582c9e761318be333c5f51 1,745 1.00/1.00 vMB 97
479,916 479,916 0000000000000000009ed793f7b50fdfae72a521797e6fe82a87566a236ef9e6 1,978 1.00/1.00 vMB 158
479,915 479,915 000000000000000000c93a1c73452d4221f8c88a1721072966c38d590b1b34af 1,568 0.75/1.00 vMB 138
479,914 479,914 000000000000000000c0fd6a8fee9df17e59c7243c9fce359324ee0fffc70be3 1,748 1.00/1.00 vMB 127
479,913 479,913 0000000000000000006a5b52aae9512174e04c716a8db97c9192d6f59ba47245 2,164 0.99/1.00 vMB 121
479,912 479,912 00000000000000000083cb57936842737b6b9da889fed3d9beb9661fe9ad458e 2,389 1.00/1.00 vMB 135
479,911 479,911 0000000000000000007e18b67b545e42d4f53c921997ce30d055142027c11db8 1,690 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.