Loading Tool

Explorer IconExplorer

Memory Pool

42,618 transactions
28.35 vMB
0.06209377 BTC
Random Selection Loading Transactions
Max Size: 146.21/200 MB

Candidate Block

Mining Attempt 8424e20e349db1d5fc1fe82c7a8c37f4973eb3c058b906b4c23823a9f684e8d3
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 5b8173a67ae0b74ad435cc8f778710b9d9d63b4c7889a3af7fee413d9e594a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,505
Size: 1.00 vMB
Total Fees: 0.00741464 BTC
Feerates: 100.00 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (243,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,434 671,434 000000000000000000001475a0114dc36d004cc40d02cf2cb4d8bccf7af1b1d5 2,385 1.00/1.00 vMB 135
671,433 671,433 0000000000000000000bf2ba692768b07d0b8aae333f1d7daf84dcf961fa2d30 2,761 1.00/1.00 vMB 120
671,432 671,432 000000000000000000004ed3f5bdedc0ec7507482a0c7ccdfb7dd0f20d24768d 2,037 1.00/1.00 vMB 127
671,431 671,431 00000000000000000004c92b5ee9afafc1c47a8c37536284858f85a9de75a885 1,333 1.00/1.00 vMB 123
671,430 671,430 0000000000000000000a73c5818a3dea4aa7714d9de5a41754afb1c167a260b0 2,906 1.00/1.00 vMB 137
671,429 671,429 0000000000000000000673fd0599f95a5d4ead2bc26091f23d9fc9cc25a2ec75 1,790 1.00/1.00 vMB 123
671,428 671,428 0000000000000000000cc33085c0c9508fb8da9e3ff6c7fe8ab1c6f23c3951ec 2,223 1.00/1.00 vMB 70
671,427 671,427 0000000000000000000bca9097c3689d3c3dd4254003399f8b33374f9d23363a 1,549 1.00/1.00 vMB 47
671,426 671,426 00000000000000000007036a41076695de650204c9fc888e3613a6b5d81e9317 2,627 1.00/1.00 vMB 45
671,425 671,425 00000000000000000006cce873bf41d3e08e0d87afbfd7445d821a54ef9ffdb0 2,820 1.00/1.00 vMB 68
671,424 671,424 000000000000000000009a409f52ce296cf8537e9245c4f627ee5a1aa895a0b9 2,189 1.00/1.00 vMB 95
671,423 671,423 000000000000000000039fc9a295ee305180d6d2b40825d1b80c8b74982cd0bf 1,598 1.00/1.00 vMB 100
671,422 671,422 0000000000000000000c14858d62b8ad570ce8b8ed92057a8e0102443e092b52 2,774 1.00/1.00 vMB 137
671,421 671,421 000000000000000000031e680ace150ac9a720fbcb8600af562fcddc5caf26b3 2,726 1.00/1.00 vMB 61
671,420 671,420 000000000000000000009273394b2ef68409458618d2ebab6fd7280477a78b67 2,563 1.00/1.00 vMB 121
671,419 671,419 000000000000000000072404cf8583968174222a808ff8b044e86347cd648098 2,581 1.00/1.00 vMB 103
671,418 671,418 0000000000000000000cdac0f3af781c5154df08af35c146a8686fe13ba84f7a 1,609 1.00/1.00 vMB 113
671,417 671,417 00000000000000000003c24dc6749114024380b20760f7c20176ba7d143331cb 2,862 1.00/1.00 vMB 132
671,416 671,416 00000000000000000002ebae99ab1f99c42e87dd7f911d42e49c65d6b95d19f0 2,843 1.00/1.00 vMB 130
671,415 671,415 000000000000000000082a7d15c1d206ab58fcd706f3549e23ecbf2f7b03857b 1,925 1.00/1.00 vMB 123
671,414 671,414 0000000000000000000a9c82e5d4098a7a9f7070a8ab0869406c8999b2d21953 3,001 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 781.73 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.22 GB
    • Received: 11.99 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.