Loading Tool

Explorer IconExplorer

Memory Pool

35,553 transactions
25.59 vMB
0.08035513 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt 67b3292accdae19448e68013ec03c6827c5a3c16d3abd79872a3f5ac80780784
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 242b8a3213fa177c80dec6a69f8ac2be51710898d59c3020faae5b38ef8966cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,421
Size: 1.00 vMB
Total Fees: 0.03359477 BTC
Feerates: 171.09 > 3.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (620,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
294,080 294,080 0000000000000000a572cac934187f3936a0721f0fcd6c10c184fe9a67bfd996 428 0.23/1.00 vMB 39
294,079 294,079 0000000000000000966a79f1ea4cfcbddbdec6ff999ccae607e45d24e748899b 288 0.17/1.00 vMB 29
294,078 294,078 00000000000000003a338a8de0afefdc9a5c4efbbedc8c8abee3e986aebdd05e 32 0.01/1.00 vMB 176
294,077 294,077 000000000000000046868cac46799f8ea5b28ab01096edf6ac806d1ecd686eed 197 0.10/1.00 vMB 38
294,076 294,076 000000000000000023598c4f2270d070fe39dbb703e8518c7cd05f311968f47b 185 0.16/1.00 vMB 24
294,075 294,075 0000000000000000a6ae0b562273e57ac60ad037254dfdf818530679a6d1c432 547 0.34/1.00 vMB 34
294,074 294,074 00000000000000007cba3834c3c9f4ad752705d324f9a6019781a326fb35373a 139 0.07/1.00 vMB 45
294,073 294,073 000000000000000018cfc8ad2ceb76a71bfa1ec94e301ba8ebf01b9060e2ecb6 48 0.03/1.00 vMB 64
294,072 294,072 000000000000000096a393eb56c87050fe23c420978faf96268029cc323ab664 91 0.06/1.00 vMB 27
294,071 294,071 0000000000000000856227472a51e923df9ea8435bf9c1b260eb80fe43757291 228 0.13/1.00 vMB 32
294,070 294,070 00000000000000003b661029ea4841c603dec1f39e1efc9787d4b2dc1f403475 131 0.09/1.00 vMB 25
294,069 294,069 000000000000000037ad950613281cb69fb061227785975fb6aad619bd63bc73 230 0.17/1.00 vMB 37
294,068 294,068 0000000000000000d99a77a227d8f2e32349efe0a8d66785bc4aa0134e4774c5 225 0.15/1.00 vMB 33
294,067 294,067 00000000000000006b9528218392bc420bad2bd2ea0ccc6d332f623259968a20 837 0.62/1.00 vMB 32
294,066 294,066 00000000000000008d7c776de8f52815420ca164e661e062c8590ca248c8d4ec 574 0.35/1.00 vMB 37
294,065 294,065 00000000000000003c02b85815887e7e16571e4ff34cfabe4dc34f929f62fb8e 160 0.11/1.00 vMB 28
294,064 294,064 000000000000000094957a2e4624d23209616c4b33d7fdc579028767481bcbe7 563 0.35/1.00 vMB 35
294,063 294,063 00000000000000009f84c04ace2251bca6b3f0ef6e04c75bfbe3fcb8b4577141 147 0.07/1.00 vMB 29
294,062 294,062 00000000000000003fd3afa881d7ff2749af068937188f6eae7fd21abc15db6b 171 0.11/1.00 vMB 27
294,061 294,061 0000000000000000b48b14d1e3aa6c3e092526ed0449ce7c8751e2357bc8a023 157 0.10/1.00 vMB 21
294,060 294,060 00000000000000002a62ec79e57101981648450f3af5cbdc5c67515adc84a173 33 0.03/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.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: 635.73 GB
    • Received: 12.32 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.