Loading Tool

Explorer IconExplorer

Memory Pool

82,379 transactions
30.85 vMB
0.08965876 BTC
Random Selection Loading Transactions
Max Size: 188.74/200 MB

Candidate Block

Mining Attempt c0f3b857d65b3d9c8ed2d8e46ccb171766b86269a39fd1a4d3afe7c05dbe961f
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 70708aa4c7a54dcaf6b9c428fdadb3f17e2d3dbf9439a6a7159047a88569be17
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.01931837 BTC
Feerates: 150.85 > 1.94 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (115,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,003 800,003 00000000000000000003b48253b73df6952e5d95ae55fa8430ec34327340ddf9 6,519 1.00/1.00 vMB 5
800,002 800,002 00000000000000000005121e2537f3d29c73aeecef4cde8c66e37491f8ae0ae8 4,105 1.00/1.00 vMB 12
800,001 800,001 00000000000000000000e26b239cf19ec7ace5edd9694d51a3f6933247720947 5,809 1.00/1.00 vMB 7
800,000 800,000 00000000000000000002a7c4c1e48d76c5a37902165a270156b7a8d72728a054 3,721 1.00/1.00 vMB 13
799,999 799,999 000000000000000000012117ad9f72c1c0e42227c2d042dca23e6b96bd9fbb55 3,488 1.00/1.00 vMB 13
799,998 799,998 00000000000000000002c4e94f6397f0114047d119db95d20012212873b2b5b4 3,106 1.00/1.00 vMB 20
799,997 799,997 00000000000000000002f127ef7d94cb488948d7d4a08caf44d061cd983c1dfe 3,128 1.00/1.00 vMB 18
799,996 799,996 000000000000000000034cbbc794110322d3aafa7cf1598b303ab58ea3defae8 5,363 1.00/1.00 vMB 9
799,995 799,995 00000000000000000000654d85e92d3f942df1a3946b78c1492dcfc3728e3fa9 6,388 1.00/1.00 vMB 7
799,994 799,994 000000000000000000028a090cb106e78a67b0d4cdfaa11cdb6c5879de865c1f 3,043 1.00/1.00 vMB 11
799,993 799,993 000000000000000000020eb59774f37c96ca7b06d4c72fc29cc24e01af4c03a3 5,807 1.00/1.00 vMB 8
799,992 799,992 00000000000000000004074aa549f7044fbb518a134a09a4113efc77aab5d3ef 6,347 1.00/1.00 vMB 7
799,991 799,991 000000000000000000033c3c59e06b5bf77106116c044d073a4e2c82d02fa87b 4,699 1.00/1.00 vMB 13
799,990 799,990 00000000000000000001d992e69fb025e830e39e92b4ecbeef046c3fd08dccdc 5,106 1.00/1.00 vMB 6
799,989 799,989 00000000000000000004459b1e6d1381c25d0a180fd96317e585abef37747b93 2,975 1.00/1.00 vMB 11
799,988 799,988 0000000000000000000123f0988659503b2cf2c50c8eab64300e764c0a6d5496 3,195 1.00/1.00 vMB 31
799,987 799,987 0000000000000000000143717ec8c026d3b6b34c7171d5fc160514d287eef755 3,521 1.00/1.00 vMB 7
799,986 799,986 00000000000000000000a00d31f4e13fa77c2c3ecef007a48c8e66762ffd83dd 3,285 1.00/1.00 vMB 25
799,985 799,985 000000000000000000032535698c5b0c48283b792cf86c1c6e36ff84464de785 3,364 1.00/1.00 vMB 11
799,984 799,984 000000000000000000011f1b2c9c4165b8b002aa039d967d4f056d8859e33863 2,283 1.00/1.00 vMB 17
799,983 799,983 0000000000000000000340f4a5b8bc129226cbd6f5767ae794953d0dd34364af 2,653 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.01 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: 718.91 GB
    • Received: 17.99 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.