Loading Tool

Explorer IconExplorer

Memory Pool

47,967 transactions
29.15 vMB
0.06877851 BTC
Random Selection Loading Transactions
Max Size: 155.68/200 MB

Candidate Block

Mining Attempt 74cc1a4f7eff01aef8810694529468363c539a6961e8a1c9fb3af630e1dc06a6
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 60a730c1d2321a1cca47a85f185df8f606a5fd525aeb3da669a3ebd24de7538c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01236979 BTC
Feerates: 132.00 > 1.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (356,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,432 558,432 00000000000000000021ac236d0b29b4467f99c2c8783032451ba7b735045e3c 2,013 0.68/1.00 vMB 26
558,431 558,431 00000000000000000028a69d9498c46b2b073752133e3e9e585965e7dab55065 2,647 0.87/1.00 vMB 10
558,430 558,430 0000000000000000000fe62df0a448387749c30d5d2a5f1023066c4f3a97c922 2,698 1.00/1.00 vMB 3
558,429 558,429 000000000000000000293630cbf0d8c00e8d0e0b7573aca993206c8a0bab8a2c 2,831 1.00/1.00 vMB 11
558,428 558,428 00000000000000000000d6dc8caff0c606bcac5c7c7f5a2acd212431736f3073 3,308 1.00/1.00 vMB 42
558,427 558,427 00000000000000000008e3b555ba73fdca7b64a69fec5ae47174d6f7c3876f10 2,184 0.73/1.00 vMB 11
558,426 558,426 00000000000000000025505c14294ee77b867a59a719151ce7e3c50b2801dade 1 0.00/1.00 vMB 0
558,425 558,425 00000000000000000000d46205cc0e2500882e8420bf70ea13421616a111e3cd 2,568 0.84/1.00 vMB 11
558,424 558,424 0000000000000000002c34bed71dd9b3c9dc91928fff3bef410a8755578b68e4 1,357 0.41/1.00 vMB 11
558,423 558,423 000000000000000000295b001a5083c4c1cb743d56474462ca4d3cf159986e63 2,071 1.00/1.00 vMB 8
558,422 558,422 0000000000000000002fde3b735535aa1058356b1c7b4eb74c99c57a61224da5 2,732 0.85/1.00 vMB 6
558,421 558,421 00000000000000000018f8c3627551cd470a581afe3a8e459578ec31dd42b4b0 3,188 1.00/1.00 vMB 17
558,420 558,420 000000000000000000029d661c1144ea07936292e72cb6fc756723daa506b930 1,674 1.00/1.00 vMB 6
558,419 558,419 0000000000000000002673b32c5a82ec32d251de9624687a84821ce74fe1fc1f 3,316 1.00/1.00 vMB 7
558,418 558,418 0000000000000000001dbd51cf7351b23e4cc61ae02511fcbfbc80e0df4a10ba 2,513 1.00/1.00 vMB 16
558,417 558,417 0000000000000000002e3c96b37d26fc6d8b232e0e54f9256d801706399120e3 284 0.08/1.00 vMB 13
558,416 558,416 0000000000000000000a41298a11bb494bc2697a2f2ecddfae6b4fffb7112d77 3,014 0.93/1.00 vMB 10
558,415 558,415 00000000000000000001b705dce64cbf2fa4c168fad9555fd94759f5ce3b487e 3,234 1.00/1.00 vMB 16
558,414 558,414 0000000000000000000da584a2cbe5c72eba5a23e15dcbc8de3d93f4b7edaaa3 1,256 0.39/1.00 vMB 13
558,413 558,413 0000000000000000000d05615fd1641cf2e538f5fb360cee015b94a103aa2616 1,775 0.56/1.00 vMB 10
558,412 558,412 0000000000000000002cce14d07e1eea3f50424a8334d9336ed59881e7e38e08 1,725 0.50/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.