Loading Tool

Explorer IconExplorer

Memory Pool

82,415 transactions
32.44 vMB
0.12158099 BTC
Random Selection Loading Transactions
Max Size: 192.74/200 MB

Candidate Block

Mining Attempt 7fbdd7ea8dbffac43ab7903c6440634776a4fc91bd90ae33546d81e294044fdb
Version 20000000
Previous Block 00000000000000000001fa11650b686dc4d0b0cd23073601665d3111fb121383
Merkle Root 141874b1d02d7c0f8c2f72d12a935764d94e3c199a7492736b325fc3f18ffd79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,954
Size: 1.00 vMB
Total Fees: 0.02421536 BTC
Feerates: 78.83 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,354 (483,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,029 432,029 00000000000000000260b2fe4e55ddb60199c55789856c1ba14ea1514f2e59a6 445 0.21/1.00 vMB 50
432,028 432,028 000000000000000000a23e75ae85b53d2d367f0eb74952fd20a2114be55d8051 1,702 0.88/1.00 vMB 53
432,027 432,027 000000000000000001a19f323c9af71fd6ca5fe08dad5f7ff1536dd7860ff9a7 434 0.25/1.00 vMB 55
432,026 432,026 00000000000000000290d7fa4401ae0b2555b543e6810a04ed8b470706985210 1,040 0.99/1.00 vMB 18
432,025 432,025 00000000000000000199eddf8b776527b92f19821762825b9894ca897ca769ef 2,534 1.00/1.00 vMB 64
432,024 432,024 0000000000000000000a5c7865e6b855291388b8de5051639d8e007e04b9f230 2,302 1.00/1.00 vMB 63
432,023 432,023 0000000000000000018b8279e4c95b833dfec77b5db7207c3bb3fc8dbe41ada7 1,116 0.56/1.00 vMB 55
432,022 432,022 0000000000000000047bc1114ca5bc4fdc43a94d6cd9ca9fc1f17efdea69d2a4 1,634 0.95/1.00 vMB 55
432,021 432,021 00000000000000000120fbf36091d18ee0af7a0b25e06f71a8cda9ff7f2992e9 1,171 0.91/1.00 vMB 27
432,020 432,020 000000000000000001994d82b4955e4922ee56182394a1445165eb8832247c39 2,174 1.00/1.00 vMB 50
432,019 432,019 0000000000000000007517b1c7799a87ccc578a84d15c503ff986082a7334fff 2,822 1.00/1.00 vMB 72
432,018 432,018 000000000000000000b445e34bb9211a415ab2e7b5235a753eadeea29be727e3 2,848 1.00/1.00 vMB 83
432,017 432,017 0000000000000000023550eb973ac673f9a4c98d019467aa3a923357f8b5a0b5 31 0.01/1.00 vMB 31
432,016 432,016 0000000000000000040faf93fae6d2208e224d3e3908dfdd2aef9c7ff4337e50 642 0.37/1.00 vMB 54
432,015 432,015 000000000000000000d16634d927aba9e8bb99873463c4a32e2a05280d3b8a30 2,221 1.00/1.00 vMB 61
432,014 432,014 000000000000000001dd07096ed54b18143c03c6c49402f750c381e6429ad8b0 1,011 0.74/1.00 vMB 40
432,013 432,013 000000000000000001b8496d9efdbbbdecfd5eb3575108eb6aac004b18a368d6 1,418 0.96/1.00 vMB 47
432,012 432,012 000000000000000000a9cfc36f61e5d085f40ecdfc460a0f643cb746b5a374b2 1,446 1.00/1.00 vMB 40
432,011 432,011 00000000000000000001fbbf6f84f7b77a37141925e32dc33b54c4cab35916ad 2,257 1.00/1.00 vMB 73
432,010 432,010 0000000000000000007460271dca422787e0a6156a1737650a8f0aa2f2736e89 2,151 1.00/1.00 vMB 65
432,009 432,009 000000000000000000b50f5698a49c2b46e77320dc95fbe9f60035a12052b30f 1,550 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.00 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: 718.87 GB
    • Received: 17.97 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.