Loading Tool

Explorer IconExplorer

Memory Pool

75,601 transactions
28.62 vMB
0.06605024 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt e9d5ef2a50d87c6cd1ea6f684a269f113b7dc60ce4b65658540f2dbcf53627d5
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root ec341a4c3682142e05de0c1c738d19eb049dcc9159109f70f2457932479028f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,721
Size: 1.00 vMB
Total Fees: 0.00391357 BTC
Feerates: 20.11 > 0.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (562,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,147 353,147 00000000000000000f8d5df9820037c4605fc454d749298b65ca2461768c5045 1,722 0.75/1.00 vMB 41
353,146 353,146 0000000000000000150fe89331394b753da5d9f6ea271a0bfac0f69f7041d3d6 884 0.47/1.00 vMB 26
353,145 353,145 000000000000000001726756359db569caf60fcc00320dfc8df7948ca96240ad 661 0.34/1.00 vMB 24
353,144 353,144 00000000000000000c69ae44a3ac7bf3d4eab84d896ebe1b67f7edeffdd894a8 1,169 0.57/1.00 vMB 19
353,143 353,143 00000000000000000ec2fd4c43856081d68bdf755f9a82d5f368893a6b02954a 1,872 0.75/1.00 vMB 33
353,142 353,142 000000000000000007b42da6e25f6eb65b8251ab811ec37d8e3398e909b8f64e 1,514 1.00/1.00 vMB 22
353,141 353,141 00000000000000000d3b52c387ab4ee7d3ddabc2954be95f50caea57d82f12eb 2,316 0.75/1.00 vMB 44
353,140 353,140 00000000000000000ed0820ebe35751ce42b2732ab5974bf4d6cf2b4810f56d2 306 0.14/1.00 vMB 25
353,139 353,139 000000000000000007842345b35aed2a887f6b16c6e9c0657d0841408dac7c47 897 0.45/1.00 vMB 26
353,138 353,138 000000000000000009bcb737e8bc71c39993ce753e8888c8da20583e65e7a428 157 0.13/1.00 vMB 15
353,137 353,137 000000000000000016b9e5a389349cd8826a87bfeee1b60bba2569b72e95d7c6 514 0.31/1.00 vMB 22
353,136 353,136 0000000000000000013b62460334fdcae209777da25328878fac387365739df7 70 0.10/1.00 vMB 8
353,135 353,135 00000000000000001024023fddbcd725aeb4da1915cfdf022f86d7ddf199c618 184 0.09/1.00 vMB 31
353,134 353,134 00000000000000000b5854fa31f77a9af80928e140840ba191da20b5a3ddd703 197 0.17/1.00 vMB 5
353,133 353,133 00000000000000000b7efc9ff07d0f5ae4e7a2b37a458dfac4b129beb326cad8 1,531 0.75/1.00 vMB 18
353,132 353,132 00000000000000000c68e9495877c2025f07d5a9709a0f7467dd0a5bd9aa7e04 1,333 0.75/1.00 vMB 22
353,131 353,131 000000000000000014d8c2d07df3b33957a3ec9957a99b2863f481c4e18d55e7 1,000 0.75/1.00 vMB 21
353,130 353,130 0000000000000000034f88718923c35de8c70d49d92d55ca22f93284748d964a 896 0.75/1.00 vMB 21
353,129 353,129 000000000000000011df6c89978a5977f24cd590756b3e40fa4800055c26c5bf 2,003 0.75/1.00 vMB 35
353,128 353,128 000000000000000001ce33eb2ac1b58469c3b2f4421d2ed90ffddb2e6eaf9d21 2,846 1.00/1.00 vMB 35
353,127 353,127 0000000000000000120c8628b9076a0d71460dea0b78616b94f43d50fa1290f1 433 0.13/1.00 vMB 46
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.65 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.