Loading Tool

Explorer IconExplorer

Memory Pool

37,134 transactions
28.04 vMB
0.06500016 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt 7e3ecc13356b1fd9518be0f0f7bc1b957dedf607157f34d960be4dbbbd57efa6
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 3c05ef0d6390449dc2ed968f2b4151c29f39786d558ae34d2d9f3a91b3c12b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,232
Size: 1.00 vMB
Total Fees: 0.01136657 BTC
Feerates: 150.61 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (83,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,734 830,734 00000000000000000002889cb5986b2e615cf7fb9036e8180b4179c33af40ac9 2,590 1.00/1.00 vMB 23
830,733 830,733 00000000000000000001c1c896821bc9b80ea0063ecf463124a7b73a2251b611 2,561 1.00/1.00 vMB 27
830,732 830,732 00000000000000000000f365812910a8dda137e955d7ad569f60d5ef25d6e5e0 3,085 1.00/1.00 vMB 30
830,731 830,731 000000000000000000019c508dde7a6b23e5a251b01517d7c3a5ff5f7fac6b2a 3,055 1.00/1.00 vMB 28
830,730 830,730 00000000000000000002c25b030c5314457a78c683bbb694fecfcf055f2dd651 3,166 1.00/1.00 vMB 37
830,729 830,729 00000000000000000001f3c76bd83208ef119b575552c29ae465308bac49def4 3,091 1.00/1.00 vMB 41
830,728 830,728 0000000000000000000108edcae7b711382327f98eab9dac3ad66e50da66a98a 2,222 1.00/1.00 vMB 19
830,727 830,727 000000000000000000027d4397c28571eb32c511136daab2404d5dbfec673c78 2,640 1.00/1.00 vMB 21
830,726 830,726 000000000000000000019399b760073d6d2c03ed0dd903d6e49f9c947c00f3b5 3,262 1.00/1.00 vMB 38
830,725 830,725 00000000000000000002ad637073305c9f1d2e2572b1cc4447a0a65423797c97 2,118 1.00/1.00 vMB 22
830,724 830,724 00000000000000000001dbb95bff4e9594d7e0f2228237d23e8f7fa9a3b81df2 3,099 1.00/1.00 vMB 30
830,723 830,723 0000000000000000000083984eb484a0ba6c4ac0e0afa3a48cbcf03efd728ddc 2,871 1.00/1.00 vMB 44
830,722 830,722 00000000000000000002f2695103cfeb045cb1207622d77708a4d233b2ad1ff4 2,628 1.00/1.00 vMB 21
830,721 830,721 000000000000000000009e0a0b800958b1c7d3329caf89a5d13a01edf41c908c 2,840 1.00/1.00 vMB 26
830,720 830,720 000000000000000000033652af580f7230cdf1c67bf6256f0a501914bfc4791f 3,127 1.00/1.00 vMB 41
830,719 830,719 0000000000000000000216a966a56a01d10279e9ea5ede8cb0ffd9944e2da2a0 2,189 1.00/1.00 vMB 18
830,718 830,718 00000000000000000000fb8afd12068698a9498634757df2781243d06f64f223 2,328 1.00/1.00 vMB 19
830,717 830,717 00000000000000000000ab1d2884d741dd3788bffab2a04d763b330ec77231bc 1,778 1.00/1.00 vMB 20
830,716 830,716 00000000000000000000be34572bdfdec133376dac322bd8216497008bed1f43 2,771 1.00/1.00 vMB 31
830,715 830,715 000000000000000000015fd56c5702f58b0777d46db63d0df78dea85ddd917b1 2,235 1.00/1.00 vMB 27
830,714 830,714 00000000000000000000f49b438c2320f2f61573c162f24a1b97d9b93d3c75cb 3,590 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.