Loading Tool

Explorer IconExplorer

Memory Pool

39,871 transactions
27.70 vMB
0.06978600 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt 076dd378e85e1b0b93f5859ffdea6a6e55d21475b40c3186bfcd4272c4b031c6
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ddc11c28a0cf096d0a3f30f7f142cbf026c56aa53ed945d09920eef65ece51a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.01667964 BTC
Feerates: 100.95 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (79,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,254 835,254 00000000000000000002ec61bf703159dc747e00e2f46ebd8692789b486691d2 3,241 1.00/1.00 vMB 49
835,253 835,253 0000000000000000000195e93ce8f9192a7f3337bcde44b8ebd9697d074b956a 3,130 1.00/1.00 vMB 54
835,252 835,252 00000000000000000001ebcae29232081ce7f657fcf33c9dd0e641acc1099f1a 3,317 1.00/1.00 vMB 55
835,251 835,251 00000000000000000000f02a5eafa92bd54f35f229fe3636beb547c88501d94b 3,349 1.00/1.00 vMB 56
835,250 835,250 00000000000000000001c1ed509e6137af79f9939aa08f8742a230afa3e2aa3d 3,340 1.00/1.00 vMB 47
835,249 835,249 00000000000000000001545aa6f3bfcdf3f655346981b7ba3fefe3feeda53742 3,190 1.00/1.00 vMB 50
835,248 835,248 000000000000000000014840f5c8c1bdababced8b7be89c3d8d13ff45b8863b2 3,353 1.00/1.00 vMB 54
835,247 835,247 00000000000000000002a08ff219cddc28e6e1fdf6df8870cadf0a407d53dd11 3,007 1.00/1.00 vMB 63
835,246 835,246 00000000000000000000ba27af791627bcaa7f9e8a92a0f0ca2878bc692e095c 3,097 1.00/1.00 vMB 60
835,245 835,245 00000000000000000001b6e1b038ad48b964c3f12739d79ef10c7ab5388ec440 3,355 1.00/1.00 vMB 60
835,244 835,244 00000000000000000001f0603284b877ceb65104edcc3b32efd764a480768882 3,506 1.00/1.00 vMB 39
835,243 835,243 00000000000000000001ad02561fd3a29595ddbd65a40ed8e201a3d0e81130fd 3,579 1.00/1.00 vMB 50
835,242 835,242 0000000000000000000213d2e5c79a4592c45f40614dc99257fadd837a7f8dc2 3,823 1.00/1.00 vMB 47
835,241 835,241 000000000000000000019bfbbafe4fa13ee0fe5725b407a098350ac5bc90921e 4,058 1.00/1.00 vMB 47
835,240 835,240 000000000000000000028a7a63c9b1802a619f5f5ea2ea6fa5753346869334de 4,287 1.00/1.00 vMB 55
835,239 835,239 00000000000000000000a48854d2a519f0437cf943e5fbfc4c27ad448809841d 3,531 1.00/1.00 vMB 47
835,238 835,238 0000000000000000000080b9a0e53a457fb3c0ec6b4c9f66eac7eb547ad281f9 3,649 1.00/1.00 vMB 41
835,237 835,237 000000000000000000022571ae82bedce0992005a79bfa205c1c7b55d0ab2ddd 3,674 1.00/1.00 vMB 27
835,236 835,236 0000000000000000000336574cb9d61efbacd743ad9dd2508f8c6212fef2e7c5 3,297 1.00/1.00 vMB 26
835,235 835,235 00000000000000000002fb614ae9bf8b422ff7302448ebefb903f1da8cb8342e 3,405 1.00/1.00 vMB 32
835,234 835,234 00000000000000000002edb292a953912b95846a33cdd7b08bb40e5b69f6296d 3,591 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.76 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: 632.31 GB
    • Received: 12.11 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.