Loading Tool

Explorer IconExplorer

Memory Pool

37,720 transactions
27.98 vMB
0.10193363 BTC
Random Selection Loading Transactions
Max Size: 141.80/200 MB

Candidate Block

Mining Attempt efe94605f76884d822ed7f398e388263aafcfa58b2009ade59bbc0aee80f25a2
Version 20000000
Previous Block 00000000000000000000c47c1890e01cf5107ab7a3c5da6d59743d09f1e32405
Merkle Root 803355147d838dbb04b704e268222ab50f527fc24606a23b9b3efdef04ef2922
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,579
Size: 1.00 vMB
Total Fees: 0.04837273 BTC
Feerates: 101.66 > 4.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,606 (334,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,580 580,580 000000000000000000119ad3fd97438a9ccd402f5041164b2db0606022f76ccf 2,472 1.00/1.00 vMB 46
580,579 580,579 000000000000000000135f6d1cc981cccf4cfecf7f84a6ca3cda9ad58c8804b9 2,484 1.00/1.00 vMB 82
580,578 580,578 000000000000000000161638454d858db7c54c30e9bb52e2b194a60e1603c6f4 2,523 1.00/1.00 vMB 84
580,577 580,577 00000000000000000000461f6be502b77c437a8d069bd882d59f547445246a96 1,358 1.00/1.00 vMB 24
580,576 580,576 00000000000000000020d3722f6e4ecf2e980af6aded28bdaad174c72e0e782d 2,691 1.00/1.00 vMB 59
580,575 580,575 0000000000000000001902c8b0f5ea66a1ccf15a413ddf370cd0138b50c21d0c 2,917 1.00/1.00 vMB 63
580,574 580,574 0000000000000000001163af440dcfe8c28c1ce288425305a804069d3f549e5b 3,412 1.00/1.00 vMB 55
580,573 580,573 00000000000000000022812befd53f846ab992cc51fb7ba1e95353c41216a68b 2,012 1.00/1.00 vMB 87
580,572 580,572 0000000000000000001e70f44a9b193fd8e5a6a09f399415748624e04675f4d4 3,461 1.00/1.00 vMB 52
580,571 580,571 0000000000000000001711f59cbc50b3416eb09de219c52fa88b1f785ff18f9a 2,087 1.00/1.00 vMB 44
580,570 580,570 000000000000000000078654c6d60221f57e20186bd9c39b64df62d6fb1caf4a 2,887 1.00/1.00 vMB 54
580,569 580,569 0000000000000000001943f2850ca30a4fe9dd34647108c82f9baaa49c098a8f 2,508 1.00/1.00 vMB 72
580,568 580,568 0000000000000000001afb426589ec600332062e40df1f657843859e3a38d766 3,011 1.00/1.00 vMB 92
580,567 580,567 00000000000000000003078a2c84c3f934bf1aa3d8b14c7c27e5fc08a61c5efc 2,598 1.00/1.00 vMB 73
580,566 580,566 0000000000000000000118f93fac552f4dcfedde2f54cabe3b1134256c608c83 2,782 1.00/1.00 vMB 78
580,565 580,565 0000000000000000000415680bb2f13495879dbc89fa43263fcb3eb6df2095e8 2,517 1.00/1.00 vMB 101
580,564 580,564 0000000000000000000f025b4d8dfd79b6d2996f02fe5bb52863854e8656f5d7 2,835 1.00/1.00 vMB 79
580,563 580,563 00000000000000000019f9e818b29206207009a67cbb970b28acb2b88e689ca7 2,909 1.00/1.00 vMB 61
580,562 580,562 000000000000000000189d00e5da3e33fb4b53869e046ad21c573af29dd592ae 2,439 1.00/1.00 vMB 81
580,561 580,561 0000000000000000000c17c96dc2696b248917be7ac5bd13502e697e069bfae0 2,436 1.00/1.00 vMB 82
580,560 580,560 0000000000000000001e063cdac15a535ff7a13a96e9b3ffcb1e61df64800687 2,442 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.70 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: 628.91 GB
    • Received: 11.84 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.