Loading Tool

Explorer IconExplorer

Memory Pool

41,770 transactions
19.59 vMB
0.08427533 BTC
Random Selection Loading Transactions
Max Size: 110.55/200 MB

Candidate Block

Mining Attempt 6ee84743207df54bd91bea701881ee4a63fab8e397b47b6914dee0a0ddc06cf5
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root d9c17a4e9bf2595dff2890ff45ccb177abaf42d348434f2bd5db1b1efc2e947d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,582
Size: 1.00 vMB
Total Fees: 0.04625280 BTC
Feerates: 101.65 > 4.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (753,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,684 160,684 000000000000040c20fc74be8dff560b67410537d5295d342249a48dff3de312 1 0.00/1.00 vMB 0
160,683 160,683 0000000000000dc5ac260d1c1d9e64feae859044f3de3bd11934c0a220d19892 72 0.02/1.00 vMB 21
160,682 160,682 00000000000000770d531e31315619d295da82497b78bc0b54ceb5901fda0d55 12 0.00/1.00 vMB 17
160,681 160,681 0000000000000e32dda0c5eac6dda8a1f6588242bec80532905ff516ba01db27 97 0.05/1.00 vMB 248
160,680 160,680 00000000000007df1423e029c7c85673d86ef58af0da4760dbbe10d4eb142f6b 76 0.02/1.00 vMB 31
160,679 160,679 000000000000079923c62bbd80d364d839c64d36d493e92b2ec8d0b0b8513929 12 0.00/1.00 vMB 10
160,678 160,678 000000000000068eb98ee4d5a8e2cd3428ca1211d12b83ff4e02148bf10f41f1 25 0.02/1.00 vMB 153
160,677 160,677 000000000000047e6c64aebc5f33452933b9a23277e00f6af7de8bf1f2bc55d1 11 0.01/1.00 vMB 18
160,676 160,676 0000000000000682a825538e8b99b86a41e90ed0946aedff66ae385f2a4a65a2 24 0.01/1.00 vMB 64
160,675 160,675 0000000000000418201be59d87c5c87652cd7e4b9175ce8f4a6c97df9a8266eb 47 0.02/1.00 vMB 9
160,674 160,674 000000000000029b721d5f53a91fd7cc2ab67a5fad2ec02dd7249907dac57105 42 0.03/1.00 vMB 161
160,673 160,673 0000000000000a39095853e1c48ef5adb3e5b5cee454f02c5ef057900bf81947 81 0.09/1.00 vMB 137
160,672 160,672 000000000000002b10f1d9c51ff5d7efb364502defa8295f6d1be2591a223e4e 111 0.04/1.00 vMB 272
160,671 160,671 00000000000003b358fba30a5d34fd341b72340a1894a9ac4502ef6a0e02b1b8 51 0.02/1.00 vMB 106
160,670 160,670 0000000000000914e2dfdcd594dd2c2519c320d4044941da35a77ef2aedd50f8 66 0.03/1.00 vMB 108
160,669 160,669 0000000000000bb59bbb2d793e63f34d5cef582c8f0deeef424f903ce1bfc50b 21 0.02/1.00 vMB 803
160,668 160,668 0000000000000875c7553864822424c8e20bb91b86b8800c2fe59a172ef8a2b4 56 0.02/1.00 vMB 282
160,667 160,667 0000000000000e3ea4eaa3601f581584de102fbddbb6a1ff33b5cb674a4cf91d 133 0.05/1.00 vMB 151
160,666 160,666 00000000000004ee06d0d18bf234a70ad81ceda03ab72cc0c887d16e2f1036ac 104 0.05/1.00 vMB 50
160,665 160,665 0000000000000620aac091a9267182ceacb6ea9c6889ea26cbe38a7bc41e7058 18 0.01/1.00 vMB 33
160,664 160,664 00000000000006445f30ce0c35ac15b1d69478fe714e05e3c4600807fac18ce0 29 0.02/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 780.70 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: 554.64 GB
    • Received: 6.75 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.