Loading Tool

Explorer IconExplorer

Memory Pool

36,961 transactions
25.99 vMB
0.05468860 BTC
Random Selection Loading Transactions
Max Size: 133.48/200 MB

Candidate Block

Mining Attempt 851a925f67988759ed36422fcf83a18a4985c7b6a1fc7e357174707fbf04451b
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root c9f61f786768fc43b0eb9428de2e662189694331db2eec3f0382fc3ae5d228eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 1.00 vMB
Total Fees: 0.00685396 BTC
Feerates: 100.29 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (257,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,679 656,679 000000000000000000083cbed047f3f35f6c89ca49fad303ab5bdbb2191079f2 2,157 1.00/1.00 vMB 124
656,678 656,678 000000000000000000042ee34d041bec57371ed567edcc64d5e9b06498791083 2,625 1.00/1.00 vMB 80
656,677 656,677 00000000000000000009cb03f9ff37a0c1461cd382cc86835adf5b2a5bf13ed2 2,507 1.00/1.00 vMB 70
656,676 656,676 0000000000000000000a8cb46f324fbc22e312b4d2ed998279a8c20448f5f3e6 2,221 1.00/1.00 vMB 50
656,675 656,675 000000000000000000062502b1da96c08a03476bba49751ca980f4b5fa05f81d 1,637 1.00/1.00 vMB 112
656,674 656,674 00000000000000000003d264041df003ae77b8d892bcd9dc770a2a66d3615ed1 78 0.99/1.00 vMB 1
656,673 656,673 0000000000000000000789c25fbbd1ee7b6a736d9235363b5733a16132ca28e9 2,277 1.00/1.00 vMB 44
656,672 656,672 000000000000000000082be498c8a89c9c1af6f3f91b623721fffa875dad1cfa 2,063 1.00/1.00 vMB 78
656,671 656,671 000000000000000000031ff973d39ac51e9410a5859efa94e4c0e95d9238443c 495 1.00/1.00 vMB 13
656,670 656,670 0000000000000000000762ea2cd31c059753c92604964abbbc9e7e2ab81e1d1e 601 1.00/1.00 vMB 6
656,669 656,669 00000000000000000009ca0d2c2b21fa723390ecd159d16555e71547ac27f45c 1,006 1.00/1.00 vMB 8
656,668 656,668 0000000000000000000d4060f21c08f6cac08ff2f7a493e8b39fa9728862d0ab 2,534 1.00/1.00 vMB 54
656,667 656,667 000000000000000000104c1e0f89886db6d39319b0191dba5fd127b7e6ee351b 2,205 1.00/1.00 vMB 13
656,666 656,666 0000000000000000000ef119d3e5e93fbc9f9d753d83a5a55ac76ec0b3fef25f 1,462 1.00/1.00 vMB 36
656,665 656,665 00000000000000000000a2a25e79b419f1d11ddd8ad708eb7d1e2ca9b2e8a567 2,249 1.00/1.00 vMB 22
656,664 656,664 0000000000000000000ff44a0b73a104cfa5fbfe2f6e6483b0544ddd028677dd 2,359 1.00/1.00 vMB 95
656,663 656,663 00000000000000000000ea002987d6c8d8b3d90f3f37cae8a17dd0c784adda07 2,393 1.00/1.00 vMB 142
656,662 656,662 00000000000000000006f025fe1cb431b3a2ab1723e0fe7c2710c4246780ca16 2,584 1.00/1.00 vMB 44
656,661 656,661 0000000000000000000eebe049de0a4b6fa5b5896044b718909fcdf59c6eec30 1,650 1.00/1.00 vMB 109
656,660 656,660 00000000000000000010b71971896ba3861763b730cf877d7105b5dc9c53a795 2,828 1.00/1.00 vMB 161
656,659 656,659 00000000000000000003f5f0400420e385f0e93cca0d20031b22f2491956d9a5 1,179 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.