Loading Tool

Explorer IconExplorer

Memory Pool

80,840 transactions
30.28 vMB
0.09365337 BTC
Random Selection Loading Transactions
Max Size: 181.60/200 MB

Candidate Block

Mining Attempt 3ff8af0fba9faa7da52769b60299cc362f12b3aebb88681aec48e1b05cdb70e7
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1b86a7f12d62db13dcbc7b854a422df4b7e753c6e4a167e04cfd9e70e785505a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,924
Size: 1.00 vMB
Total Fees: 0.03113882 BTC
Feerates: 301.07 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (421,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,183 493,183 00000000000000000066b8b0e04193f325d920ab80f35e584875dc0df2e425eb 1,271 1.00/1.00 vMB 95
493,182 493,182 000000000000000000452fe864aee45e3a4875eb636bc02f950fb54b3cdde722 833 1.00/1.00 vMB 75
493,181 493,181 0000000000000000000f8749c1eeec6780be2c4c109353d84c6d12da8238c43b 682 0.66/1.00 vMB 92
493,180 493,180 000000000000000000832529fc8cdd71ff761f6421b3112cecaec4be4bbd83d4 474 0.62/1.00 vMB 60
493,179 493,179 00000000000000000093bcd7f6859a3b5d5b16b723cd29422f2193acede2c3bb 1,961 1.00/1.00 vMB 152
493,178 493,178 000000000000000000ae95acc34db433e88204127c477e4e4db8bce4d1949b81 1,317 1.00/1.00 vMB 20
493,177 493,177 0000000000000000009d796ba16df80851f8d0f2c3e99bb391c2b353222cedee 622 1.00/1.00 vMB 39
493,176 493,176 000000000000000000ad4cc133cff2c24bd1ef3c11162d08a6873fe71f5a9530 1,582 1.00/1.00 vMB 170
493,175 493,175 0000000000000000003730d7bdb47fe3e29bab8bacbea81467e6c36e139cee67 2,061 1.00/1.00 vMB 274
493,174 493,174 000000000000000000044487e410939513f2763bd13eb30dafc01dc85fe28810 1,940 1.00/1.00 vMB 150
493,173 493,173 00000000000000000093484db963e2c11f2b858453281841ca3e077fae0e1e57 2,386 1.00/1.00 vMB 243
493,172 493,172 0000000000000000006678e6c65a641f5bc59e406d0949f010ccd83c34e62c4a 1,650 1.00/1.00 vMB 39
493,171 493,171 0000000000000000000623a021d34432e81822fc6c920007da9d6cddd1186c51 2,217 1.00/1.00 vMB 217
493,170 493,170 0000000000000000003f3e7904d7172752b44c4d69aa2455ff24a47689349f7d 2,424 1.00/1.00 vMB 211
493,169 493,169 00000000000000000060b9cc385e1fd8bb9ec614a15f183fa572f65023caf304 2,032 0.91/1.00 vMB 191
493,168 493,168 00000000000000000095e9e2179c4d33e28ac036819def37d1dae4424967b0d8 1,613 1.00/1.00 vMB 180
493,167 493,167 00000000000000000005c1c51f50eecac8dbe482c26518717c8f647992f79c8e 2,422 1.00/1.00 vMB 236
493,166 493,166 0000000000000000001c3c75a800e6e8d312a661f87a12a39a4b7704c1b27043 2,317 1.00/1.00 vMB 207
493,165 493,165 000000000000000000b1b76236e4f4752327db0978473d0065762efcfb2c0cda 1,730 1.00/1.00 vMB 188
493,164 493,164 000000000000000000414198a4681d98f7e0fe960ec7c7111996aeb1a62255de 2,211 1.00/1.00 vMB 231
493,163 493,163 000000000000000000acfd30660130c4413ab3d9fcd4ba330f6a5e0d0c25e083 204 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.