Loading Tool

Explorer IconExplorer

Memory Pool

76,239 transactions
28.81 vMB
0.07198786 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt df3a22744eb3227e63ee4daa89c3059dcac0eb5774f888a18ac84988c59d3a48
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root f5296ee555e18c0a07c796b5c03aff181aca1f0b8b2121e371089befabb5668d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.00932202 BTC
Feerates: 77.76 > 0.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (89,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,146 826,146 00000000000000000002a4780b3b22364128f5f4d5e91d08fca316d4031e4577 3,342 1.00/1.00 vMB 59
826,145 826,145 000000000000000000022c698359069e3e6d2f7d1505419dd729ba95704b8a1d 4,379 1.00/1.00 vMB 76
826,144 826,144 000000000000000000001356d8ea07cf70ad9fd6a38a260d59724c73a109c13d 3,736 1.00/1.00 vMB 70
826,143 826,143 00000000000000000001d7ce4b4c2936bd1b36e5f722bf33a3fb98ee932ce174 3,035 1.00/1.00 vMB 72
826,142 826,142 000000000000000000010916b905fffc409b6ae0168d576460961a19385a76b8 3,560 1.00/1.00 vMB 77
826,141 826,141 0000000000000000000178fab7e7a7df2b753efcebab825c2f633defec107aec 4,178 1.00/1.00 vMB 102
826,140 826,140 00000000000000000002b1575b4eab8f4c1df7c692d2e271eb01eda0d7dbedd6 4,215 1.00/1.00 vMB 111
826,139 826,139 0000000000000000000398593be8ea082ec1b450f0cd710c579061adf23501bd 3,739 1.00/1.00 vMB 114
826,138 826,138 0000000000000000000247c640e1722af6b63ad2c6301c9cb151f8378ab134fd 3,821 1.00/1.00 vMB 129
826,137 826,137 00000000000000000000cbfb906f468ad431c8451c10da67a22489e1b3ecc513 3,544 1.00/1.00 vMB 123
826,136 826,136 00000000000000000000c0381a521b7641a3f94f37f95cd60ebe92f122bde2a5 4,009 1.00/1.00 vMB 132
826,135 826,135 0000000000000000000299464049d6d92d5faefac4bd166c51722bcb0dd7abaf 3,787 1.00/1.00 vMB 156
826,134 826,134 000000000000000000002a566264d3acf7dc104cb3431683359e51a8c4943990 4,426 1.00/1.00 vMB 69
826,133 826,133 00000000000000000000ee770675857688c83ccbf1ed35b392932b55179a5794 4,021 1.00/1.00 vMB 122
826,132 826,132 00000000000000000000b9caa2b9f9d0a47b2986df66549df2aec03769df7053 4,083 1.00/1.00 vMB 117
826,131 826,131 00000000000000000001e2145e3e3b7f81a9d39395cd6f3c530cfaf297361122 4,114 1.00/1.00 vMB 59
826,130 826,130 00000000000000000002717495bdb5aeb9b52b6dd7c40bcdd5a973c4e2b7ee4a 4,611 1.00/1.00 vMB 92
826,129 826,129 000000000000000000038b13fe4e514e9a4a42cf39b0ccc0d7df6816222eae03 3,611 1.00/1.00 vMB 116
826,128 826,128 00000000000000000002e57e0b1c487f520bfc052f0923005e9ed2bfd168cd4d 4,950 1.00/1.00 vMB 91
826,127 826,127 00000000000000000000739eb608e9fc17208ce6e96b588ceacc75bacda0f629 4,816 1.00/1.00 vMB 83
826,126 826,126 00000000000000000000699a220d87f2a0f4330db05998df95045f7bf742fe26 5,075 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.82 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: 710.75 GB
    • Received: 17.08 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.