Loading Tool

Explorer IconExplorer

Memory Pool

23,310 transactions
19.14 vMB
0.02569801 BTC
Random Selection Loading Transactions
Max Size: 100.88/200 MB

Candidate Block

Mining Attempt 94119573c0e1730bd0d19f1275ab4771b27075a1ac17a1a21a62b709fdc7c7c1
Version 20000000
Previous Block 000000000000000000000fc692f9264a71c8904e1a82e60e73222bca8e46d5a7
Merkle Root 11f5b990b895ca598f3b2690e87cd89fd3422f0aa94c89c8bbd461cc638345e8
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.00501103 BTC
Feerates: 50.14 > 0.50 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,532 (315,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,418 626,418 0000000000000000000a7a5c79d5ef09c73ab0d30f06cb3e35f6b946ce8282a7 1,978 1.00/1.00 vMB 23
626,417 626,417 000000000000000000076c46af52bc4019768fe6d6200af600ad21c7d986f6c4 2,456 1.00/1.00 vMB 31
626,416 626,416 00000000000000000000a2973e628801df1383f798d73c868fe71327c21d7690 1,543 1.00/1.00 vMB 17
626,415 626,415 000000000000000000012a961ec2d93258345879a266120b4121caa63f5c1884 2,667 1.00/1.00 vMB 26
626,414 626,414 00000000000000000006d21693e9b0e4f1e27b9e83f490643ec80ee211564ad9 2,443 1.00/1.00 vMB 22
626,413 626,413 000000000000000000080eeddfb39710330fffd8497cfd08ee3e5e891fc31ec8 3,071 1.00/1.00 vMB 41
626,412 626,412 0000000000000000000ff4756c25d4505ff1c75448fd68285632eb0f72d11674 794 1.00/1.00 vMB 18
626,411 626,411 0000000000000000000c46b18c4579abdcd37f258cc0a04be8b7aef8120a18c5 227 1.00/1.00 vMB 15
626,410 626,410 0000000000000000000fa4df4a31ba536489a28b3a4e025e6495c19ffa1e28d7 2,804 1.00/1.00 vMB 38
626,409 626,409 0000000000000000000477b996994b724696423df659c3492ba42ff0f9ea41d4 2,390 1.00/1.00 vMB 26
626,408 626,408 0000000000000000000b0e02581a48276580f315ebb5b4b6c2aee3a2f251cdc1 1,884 1.00/1.00 vMB 26
626,407 626,407 0000000000000000000f37cbfb6ed96ab1a8549c804d7ad1fe3985c47897fea1 2,166 1.00/1.00 vMB 33
626,406 626,406 0000000000000000000308ed86899679470762c986abb46f833085dd29bed19d 1,049 1.00/1.00 vMB 64
626,405 626,405 0000000000000000000526bbf98ad05076ee44916a20d1e74bae3e341696fb18 2,778 1.00/1.00 vMB 20
626,404 626,404 0000000000000000000763d51d40daf80edd61a0b1c72e9fe6cac8c1a0533af6 2,676 1.00/1.00 vMB 24
626,403 626,403 000000000000000000048f70dfec85e5c32dadd4c4feb24906f7003515a73394 2,689 1.00/1.00 vMB 28
626,402 626,402 0000000000000000000dd5fb56bbbefece4709189ac351334794fc83a21c935a 2,930 1.00/1.00 vMB 44
626,401 626,401 0000000000000000000a8a9a40399db6b6f8a5865ddfbaa242e1a5698a0662aa 2,792 1.00/1.00 vMB 16
626,400 626,400 0000000000000000000ad754a8c9860880d015f552d52976ff10cce5004321c5 2,784 1.00/1.00 vMB 30
626,399 626,399 000000000000000000103db782701e6747a0bf98bcc7933f92800d0b38e089f8 2,401 1.00/1.00 vMB 3
626,398 626,398 00000000000000000004e337843272cac65a11471e592705612c5b6e26a872aa 2,336 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 829.50 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: 4,661.79 GB
    • Received: 252.26 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.