Loading Tool

Explorer IconExplorer

Memory Pool

39,285 transactions
27.52 vMB
0.06923721 BTC
Random Selection Loading Transactions
Max Size: 140.36/200 MB

Candidate Block

Mining Attempt 979469b233e0a9c5450b9e35b31d1349347a42bce894866619418781b4970895
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 3f94195df89ddbbc508713e44049cf22a53e688fa45d8b2e2252a5ec0194f0b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,007
Size: 1.00 vMB
Total Fees: 0.01699267 BTC
Feerates: 100.56 > 1.70 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (75,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,853 838,853 00000000000000000000dc82823cc8cfc79f574ec5e5064f6950630bb36af1fc 4,661 1.00/1.00 vMB 90
838,852 838,852 00000000000000000002640c4b4cac2a6dcaf5f2654a8c8aa9d7c3481abea36c 3,334 1.00/1.00 vMB 80
838,851 838,851 00000000000000000000e1315f7f160c8af30f1e1a4b3b7e8e7051dc3aca16d2 2,576 1.00/1.00 vMB 79
838,850 838,850 0000000000000000000243e2e3821f309d16bf35c47a2386f105efc3d06e57d4 2,400 1.00/1.00 vMB 93
838,849 838,849 000000000000000000021590c9286e07e048c37a3dc1533243d796c8dfa1f965 2,428 1.00/1.00 vMB 68
838,848 838,848 0000000000000000000316a7b34321a425ac068d9533dff4ae73e7f18c1aef50 2,434 1.00/1.00 vMB 72
838,847 838,847 00000000000000000000422fd6d7f3262ad1cd5a2c4d90d795eb5500e3b150a5 2,365 1.00/1.00 vMB 84
838,846 838,846 000000000000000000011f54bd46c30271591e6cf039e7bffd4d531aea45cd69 2,352 1.00/1.00 vMB 69
838,845 838,845 000000000000000000004d064568b0da3f4f6eaeed748ac81990eeb96bb55756 2,988 1.00/1.00 vMB 88
838,844 838,844 000000000000000000032bc4346b6f80d8b2d7d9bf9cf4d755b6ce5bc47c25f1 2,574 1.00/1.00 vMB 92
838,843 838,843 000000000000000000017adcfadc975d14c44a2b769e3decc81691ab700e52d7 2,490 1.00/1.00 vMB 76
838,842 838,842 00000000000000000000f777a2b07eecc09c28a94bcd40de7eab7675a8c4bfbe 2,898 1.00/1.00 vMB 77
838,841 838,841 000000000000000000009aaf4495a41c16d7c3b9368b7473cebf08f76a4ea945 2,233 1.00/1.00 vMB 94
838,840 838,840 00000000000000000002cbda18bb2384573f480be55ac329c5f08ae4a007c21d 3,435 1.00/1.00 vMB 108
838,839 838,839 000000000000000000000430d692f1e186943364b3813edd3b606330b9263512 3,409 1.00/1.00 vMB 100
838,838 838,838 00000000000000000002b41bdaf41f7ec9545f691f5425ce35cb9e29f5cfdeb3 2,794 1.00/1.00 vMB 95
838,837 838,837 00000000000000000001e4e5bd9656659b9bad06b13a8f96726cdd5239f1f891 3,427 1.00/1.00 vMB 115
838,836 838,836 00000000000000000002cc4e16703fa6839b3cace2b02d56a894c9ecc5eab16a 3,249 1.00/1.00 vMB 138
838,835 838,835 000000000000000000004119de1481f6d049072f15878c46ab572b2cb34fe1a8 2,610 1.00/1.00 vMB 125
838,834 838,834 0000000000000000000160bfce2630dae33090e4f83746ef5bd3e8d832193303 2,473 1.00/1.00 vMB 84
838,833 838,833 0000000000000000000095b691d2a85efeca2cda1d16da213850e9ea39129284 4,129 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 781.75 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: 630.99 GB
    • Received: 12.05 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.