Loading Tool

Explorer IconExplorer

Memory Pool

78,997 transactions
29.56 vMB
0.07096606 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 0387943def0783ea88814dd435502bae3c4f87a36db72e3bc211fc9a78af35b3
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 40257871ded6476593408eecda93a17e9de230c2d2129a802c2a6ed297d3bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01070424 BTC
Feerates: 50.25 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (328,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,388 586,388 00000000000000000002ba83c4c90f29bc29e159a8b47febf6c598e57b587e6c 2,320 1.00/1.00 vMB 67
586,387 586,387 00000000000000000018961042d22052c80141922316d127b7f1335d501d93b2 2,839 1.00/1.00 vMB 91
586,386 586,386 0000000000000000001972478d921549c77caeb97aa48e7e4a94f64de9d2b5fa 2,176 1.00/1.00 vMB 52
586,385 586,385 0000000000000000001182afe801dc87fbf958af43d97ea63a1fb7a76d038c44 1,389 1.00/1.00 vMB 45
586,384 586,384 00000000000000000013592008173bec63094f9b7475c854ff10e4bf59e8ff9c 1,469 1.00/1.00 vMB 54
586,383 586,383 00000000000000000002addd5c7eb31c9533056fa2faab549e2bc41ec4db1784 2,181 1.00/1.00 vMB 53
586,382 586,382 00000000000000000002bd48c5d86243d276bbb5736a2f455e19ab9c5ad3ea95 1,899 1.00/1.00 vMB 89
586,381 586,381 0000000000000000001ec77fc2e427b1b6eb1474717dce7d745ba11630a60ba0 3,355 1.00/1.00 vMB 68
586,380 586,380 0000000000000000000aef978d2db8961a87b41a74e7d22d929395ba5dd37641 2,845 1.00/1.00 vMB 31
586,379 586,379 00000000000000000018f560d2ff6cd624d1957bd72a1e9e5f185a114b2c7072 3,008 1.00/1.00 vMB 31
586,378 586,378 0000000000000000001b8d1d8dcd720da68c61f53105b33ec7b04bbb0363e8c6 2,055 0.82/1.00 vMB 5
586,377 586,377 00000000000000000005782b5fa4334cab6c3b61666c72d86ea475f6dc9ac98c 2,847 1.00/1.00 vMB 27
586,376 586,376 0000000000000000001ae666ced6b37027d3cb2aa8f69bf145880d3391bcd9f0 2,972 1.00/1.00 vMB 76
586,375 586,375 00000000000000000007bf057b022c71aca25e1d1518aa690c4655e783d2c36b 763 0.25/1.00 vMB 27
586,374 586,374 00000000000000000018c8abfca685a294a5aca558150bb2a37896d516abbcb3 3,107 1.00/1.00 vMB 29
586,373 586,373 00000000000000000010ec7d39b77ac3d71643fcaedd65c1c5552547929a004e 1,666 0.69/1.00 vMB 29
586,372 586,372 00000000000000000010b1d3a9cb316970321a41e97061fccc386c3d67b8c1b0 1,679 0.56/1.00 vMB 26
586,371 586,371 0000000000000000001db7eb3763c18d4b4b7c0503f2bf8ba19f2ba48ba0f324 453 0.16/1.00 vMB 31
586,370 586,370 00000000000000000006362353a39bc2a79e15ea9cb5c1b677ddc53b986d27a1 2,405 1.00/1.00 vMB 23
586,369 586,369 00000000000000000010dcfd2f891dcc2cb0061e6c26ed3a52d590afb83a3e0c 1,618 0.66/1.00 vMB 21
586,368 586,368 00000000000000000008cfadc0e59ffcb9586cd09fb2b69c46d16cd4708217d9 2,803 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.