Loading Tool

Explorer IconExplorer

Memory Pool

78,685 transactions
29.85 vMB
0.07565081 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt 83c956b196f782e628d561267120f206283596a7404770b5c4df41e72a383e6e
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 6436e5a186d385e02e7f96277c2b83e0d60f48222e8ea3b0e18b9f3c6f8e46de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.00948983 BTC
Feerates: 150.58 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (210,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,084 705,084 00000000000000000007bd65e51fdca2d691b9f8469c5ecf8443c854575b7191 1,208 1.00/1.00 vMB 14
705,083 705,083 00000000000000000005b60ff745e5cea9e0a516a0adad5ca119037dc55954d4 2,040 1.00/1.00 vMB 19
705,082 705,082 00000000000000000008db84b650af228307631851e4783f62dea0523b8d4bdc 2,497 1.00/1.00 vMB 9
705,081 705,081 0000000000000000000d808e3c764205a17aa7d82b1e9b901cfe31a154bf02fa 3,435 1.00/1.00 vMB 7
705,080 705,080 0000000000000000000b9d70a0d22f5905b2bf459808960c275e4e202a476e1a 1,337 1.00/1.00 vMB 15
705,079 705,079 0000000000000000000bb5289c6d0afae0e75f7ddcf15969118de5ef4b63e049 827 1.00/1.00 vMB 8
705,078 705,078 00000000000000000000f99e43fa8115ea3476e61f6f1e5b140a86a5db92969b 1,732 1.00/1.00 vMB 15
705,077 705,077 0000000000000000000085215eac1410d3ccf1b84bea490ae2e4c24fad0433dc 2,535 1.00/1.00 vMB 7
705,076 705,076 00000000000000000001cac3b76e660c4b889d89656e14054da577ee50375e64 947 1.00/1.00 vMB 13
705,075 705,075 00000000000000000008adaf5f056b418fa033383038c56fc2280b5b3ce80340 2,594 1.00/1.00 vMB 19
705,074 705,074 0000000000000000000368c59fb82a9c2db697aa1a141393b3df8cac3e6657cb 1,844 1.00/1.00 vMB 14
705,073 705,073 0000000000000000000d601a427d42a3faae729280131941be267cf1f1c59a4f 2,745 1.00/1.00 vMB 27
705,072 705,072 00000000000000000008bea197df6809da85b0a8bfdc56252c3b606607b00230 1,421 1.00/1.00 vMB 16
705,071 705,071 00000000000000000006eb012718965d59f909a3f2323a8a2a0fa1588c845aa9 1,695 1.00/1.00 vMB 21
705,070 705,070 0000000000000000000cc32fb9b08c7ed1ac40358dc2887cde970018d29c23ea 702 0.39/1.00 vMB 5
705,069 705,069 0000000000000000000cd45c0482c4d223954d13de20b497022bb3ae25ffe03f 2,664 1.00/1.00 vMB 10
705,068 705,068 00000000000000000009270e86c3231b31a3117c395c8e2a8b63646d7e1da012 2,416 1.00/1.00 vMB 22
705,067 705,067 0000000000000000000a9e6f56ad783bae2de0790060b15340d41119ff40dc7c 1,348 0.75/1.00 vMB 11
705,066 705,066 000000000000000000050c660389d330b4406696984ae710b5fd89d5a0f7e09b 1,295 0.66/1.00 vMB 15
705,065 705,065 0000000000000000000c37623a1d69ffdceb832088f2605677c29d92fe8b7f4a 374 0.19/1.00 vMB 10
705,064 705,064 00000000000000000006af07168db789f052a042df448da8d058e32d7b41ad22 1,017 0.65/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.