Loading Tool

Explorer IconExplorer

Memory Pool

75,854 transactions
28.65 vMB
0.08594615 BTC
Random Selection Loading Transactions
Max Size: 171.89/200 MB

Candidate Block

Mining Attempt 2da3ae011172a278193686bed3dad8724e0f2aecf2ecbca3c360c9a1af26b688
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root c75c8ba3a97bf606e676c6e7e5b5433e62f14850faecf67ad5e83b1a66c61400
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,369
Size: 1.00 vMB
Total Fees: 0.02017218 BTC
Feerates: 65.95 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (324,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,204 591,204 0000000000000000000e0a63fba11623c1a797f5637f5676d51dfdecd6e70468 2,377 1.00/1.00 vMB 42
591,203 591,203 0000000000000000000f4abff099d8c727adccee6d849a7e17d83179b31e5e6b 2,205 1.00/1.00 vMB 35
591,202 591,202 00000000000000000007da0dc0c07c2cbae8ed312cfc9509275fb9e15d287378 1,922 1.00/1.00 vMB 78
591,201 591,201 000000000000000000136cf467d4d9ae8af79441d049d06b3e2ea03a83126ed1 2,722 1.00/1.00 vMB 57
591,200 591,200 0000000000000000000519fec592fcabdc816409889ca643e02f2b889da602fc 1,014 0.66/1.00 vMB 7
591,199 591,199 00000000000000000007bed270db1e8d573647424ee32ffb9c7999b440431d97 2,216 1.00/1.00 vMB 23
591,198 591,198 000000000000000000187f222f57e1fbaef968da6649bbdfb2da50687b8bbcb6 2,817 1.00/1.00 vMB 61
591,197 591,197 0000000000000000000d079fe6ba4df291237c6a155fb6cfc5a318a4a9a7a139 363 0.60/1.00 vMB 13
591,196 591,196 00000000000000000002439b81aeebb652ebc0d7bcb79e464ad4b7d0f09471e4 1,914 0.98/1.00 vMB 2
591,195 591,195 00000000000000000019c7adc653d68071c6581e4e63d49f19a2e159232e080d 2,864 1.00/1.00 vMB 46
591,194 591,194 0000000000000000000ff2b853e75aaae81d037ff9c0c043047e05a60cae6d09 2,613 1.00/1.00 vMB 40
591,193 591,193 00000000000000000015bed872b106417002af23b973e772d706906af1e295ff 2,248 1.00/1.00 vMB 13
591,192 591,192 0000000000000000000ef76d5a0f9763f1c6cb1ac42770c4cab49f6ec55b0636 2,500 1.00/1.00 vMB 20
591,191 591,191 00000000000000000005b1480e51842a949a77f911184c76bb28bfaf25f395d1 2,524 1.00/1.00 vMB 30
591,190 591,190 0000000000000000001495e07688751c16a06be3d0b258d7b6c5afdf38f669a3 2,955 1.00/1.00 vMB 47
591,189 591,189 00000000000000000011c6f5af230761092a431ffedc5bb5f263f9c76393279c 2,745 1.00/1.00 vMB 66
591,188 591,188 000000000000000000166a1d2d54651f31a8b6abae8c2456c64729b554cc011f 3,225 1.00/1.00 vMB 60
591,187 591,187 00000000000000000013733a7795484e7c8f23030351888a985560dc677386d3 2,334 1.00/1.00 vMB 42
591,186 591,186 000000000000000000081c7f48eac77b8bde63bc433a246aaffbf7fed90df359 1,681 1.00/1.00 vMB 27
591,185 591,185 0000000000000000000f8cb7ecafc865850bfe041a55eed1c3cda7ff875c567f 929 1.00/1.00 vMB 11
591,184 591,184 0000000000000000001a9c90df36fa69295f8a7027a196075d3721717a7deaa9 2,624 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.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.