Loading Tool

Explorer IconExplorer

Memory Pool

80,963 transactions
31.39 vMB
0.08611647 BTC
Random Selection Loading Transactions
Max Size: 189.78/200 MB

Candidate Block

Mining Attempt 826f7e042537295249d45a299cd4557d55743655c12f4c085ffeb51dfb0b4775
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root a1b2971432c27794d5f73df95f0fa9ec2c40cf3f3597618776a446605d05be00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.01802481 BTC
Feerates: 150.65 > 1.81 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (300,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,693 614,693 00000000000000000007b752a3d8fa3e54c0a4ff61b64a46e2c89428a8f7ba8d 1,834 0.54/1.00 vMB 13
614,692 614,692 0000000000000000000bab7b549483524880e8656571d41e6498cdd17bb7570e 83 0.02/1.00 vMB 13
614,691 614,691 000000000000000000110349f3e4b80137dc21be5a11cf72821c65db228b0163 2,511 0.66/1.00 vMB 11
614,690 614,690 000000000000000000007d0f00c50c9e002e53f3ed54e1cbd24dea0622edade1 671 0.17/1.00 vMB 8
614,689 614,689 00000000000000000005c2ed9f1c85260627cd5c20c91eaefbdf1b29000e9aa3 2,637 0.75/1.00 vMB 7
614,688 614,688 00000000000000000001dbd2e4e328a68b5ea75d5327442863de4fd5cbfc8000 3,110 1.00/1.00 vMB 12
614,687 614,687 00000000000000000005561b1ad56a8dd2e17953fc60ff8dc09296328b3bfbc4 863 0.22/1.00 vMB 15
614,686 614,686 00000000000000000000265ca9f2f8ec071cec3bae1c6e0dff32db1c35d8a62b 2,385 0.61/1.00 vMB 10
614,685 614,685 00000000000000000011cf252b84b3a77c2bb01b70298ad16858497597aae34d 246 0.07/1.00 vMB 10
614,684 614,684 00000000000000000012f10e52d2b01963f32f8724df77fd338a6864210054c4 503 0.16/1.00 vMB 15
614,683 614,683 0000000000000000000821bb57373fd60e2d08eb7b0ebafaff484ae7f1c21b89 2,030 0.62/1.00 vMB 11
614,682 614,682 0000000000000000000e64313de89b3f744f465b24c33e33b9fb5a6c4beee82b 33 0.01/1.00 vMB 5
614,681 614,681 0000000000000000000899cbe60a741edd535f4929a37051223b612b92403103 2,782 0.83/1.00 vMB 13
614,680 614,680 0000000000000000000067fdc2d46beb7beb4732794736f0b0c8c3a11b33c6c6 1,891 0.79/1.00 vMB 9
614,679 614,679 00000000000000000006200a924128a9a80e50a5df350ab74bfbbaff7203aa6c 917 0.26/1.00 vMB 9
614,678 614,678 0000000000000000000cc177c06b1bb56b63f2b66923468bfbf715fcd13c9852 767 0.23/1.00 vMB 10
614,677 614,677 00000000000000000000d6fcbdc499a034227e2d3f6a36f849286e1b503be39c 696 0.23/1.00 vMB 3
614,676 614,676 0000000000000000000c3cfcaeed639a2aa37137d0e3ddc792edae8fe2c745d3 3,395 1.00/1.00 vMB 5
614,675 614,675 0000000000000000000fc1bde7d09ec4e1789460b18910d5e6502e51dbd53d81 3,283 1.00/1.00 vMB 8
614,674 614,674 00000000000000000012e47b74d7e4ede9f7e784bbc5b7349f959d23928dd1ea 2,838 1.00/1.00 vMB 20
614,673 614,673 00000000000000000000ee695d541de15768168c619b5d1d93bc2196fe7f4d4d 3,359 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.