Loading Tool

Explorer IconExplorer

Memory Pool

50,560 transactions
28.39 vMB
0.06694992 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt 70587d1cfcbdcdfa5a51e9ce762aeaef736fdb7e49a1855900f7fa90a1d026b7
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 35551484d7f89f7c728d8a88e1727994d0c5e4211a370a794aedcdaea2fe5dd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.01254163 BTC
Feerates: 100.23 > 1.26 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (380,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,168 534,168 00000000000000000017d5d026b5e8c8eea8d11dfeaf9367b303fbc0d7e98fb2 299 0.09/1.00 vMB 29
534,167 534,167 000000000000000000334d5434fe76a4369e8fcf9b9a5d29413347b5666ea5cb 620 0.21/1.00 vMB 14
534,166 534,166 0000000000000000000646a0d4a1804329fd28a36cdde145d871dbb3b50faefa 171 0.05/1.00 vMB 15
534,165 534,165 0000000000000000001e59d32c73080332b6d9ce6396a9da9f275f877f0ea61d 401 0.15/1.00 vMB 22
534,164 534,164 000000000000000000210e8d416b9a1c090757ba656fd3c23d2b26b75551f7f8 1 0.00/1.00 vMB 0
534,163 534,163 0000000000000000002dcbf463c0f5bf14f3d671337e5e7cca4c332ab9483e05 334 0.19/1.00 vMB 10
534,162 534,162 0000000000000000000d46f657d6ad5a3860c8ccd3c3eac6a86f1b5494b52bed 1,414 0.55/1.00 vMB 18
534,161 534,161 0000000000000000000f2b4fdbf03ddf832edb4d804cff2c1b25f52a70b961cb 1,507 0.50/1.00 vMB 16
534,160 534,160 00000000000000000004c8eda3a9196ae16334ea64f2250d484921fa902fb107 46 0.01/1.00 vMB 8
534,159 534,159 0000000000000000000c3f845d3659eb2a1c2bb79f7bdfb95ec66e1f82b5147c 1,552 0.53/1.00 vMB 20
534,158 534,158 00000000000000000017b52db6311d81459ae9ea2dbd46523e982456f31cb53d 1,438 0.50/1.00 vMB 16
534,157 534,157 0000000000000000002bfdcdab61c8e9c6f35f3efea6c8788f6a855274c124e8 623 0.27/1.00 vMB 24
534,156 534,156 0000000000000000000f6ee87dbed15b8843a08e5d8a38fc6d66524b7ab14e19 150 0.13/1.00 vMB 23
534,155 534,155 00000000000000000033f6cf4add3f7c82c5f801b2375cb72b69118f8b67ace6 758 0.27/1.00 vMB 19
534,154 534,154 000000000000000000108afd8ea10218ae48ae9c66c3fe4c0bf01e4b696a0af0 35 0.01/1.00 vMB 37
534,153 534,153 00000000000000000004163a0bac39399733273220f4a6230d2c17144b4f7856 2,219 0.75/1.00 vMB 19
534,152 534,152 00000000000000000032c9d50acfaa1981599eaa04a1513a32f00cab8e1df22b 1,291 0.40/1.00 vMB 17
534,151 534,151 000000000000000000152013ae008bb2d3f40612feaf1c5987d6b41fdf9dd15f 1,804 0.59/1.00 vMB 19
534,150 534,150 000000000000000000360f1527e57f0d23dd0686d2e70a298fcc1a0ea52889ef 545 0.26/1.00 vMB 22
534,149 534,149 00000000000000000023beeea0e072967cd3b7181cf98428e317dd6757a1557e 1,124 0.34/1.00 vMB 11
534,148 534,148 0000000000000000001db92e4e9862336c801e493df37da2cc4446ddb54faa7e 159 0.08/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.02 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: 649.92 GB
    • Received: 13.23 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.