Loading Tool

Explorer IconExplorer

Memory Pool

79,062 transactions
29.61 vMB
0.10614413 BTC
Random Selection Loading Transactions
Max Size: 178.24/200 MB

Candidate Block

Mining Attempt 077d66d824327dff4340c3059a206dbde8c49a8b56a00c1b02c16353790c6097
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 425713e4156b77db578bfa7e5cd1febc6c359756c1bd6b7f3aeff4d6e862ac1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.04067424 BTC
Feerates: 164.34 > 4.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (243,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,013 672,013 000000000000000000063e88cd06633ad4cff8d0284dd1121e20c7a4ee36a7bd 2,076 1.00/1.00 vMB 127
672,012 672,012 00000000000000000004f135b4b513718f46323f0515a85d780e874c0d7fe991 1,802 1.00/1.00 vMB 124
672,011 672,011 000000000000000000092625d525095948072d582a8794d62e09e92ff3ffe07c 1,837 1.00/1.00 vMB 132
672,010 672,010 0000000000000000000977e9a602141e00dcec1b227f1a0f6d7438548124ff0b 2,087 1.00/1.00 vMB 159
672,009 672,009 0000000000000000000cc737056ccefb5b71eb71e34296d490f703b6110f21f9 2,313 1.00/1.00 vMB 139
672,008 672,008 00000000000000000003c5ab739cf4a271041acf67076c6c6cbfd761db54c778 1,551 1.00/1.00 vMB 105
672,007 672,007 000000000000000000012699827031b732ec0335fd1ada76d4cec757347f9699 3,021 1.00/1.00 vMB 139
672,006 672,006 00000000000000000007e0f752e9d656ec82251bbd8b9713f905a66d2570e3d6 3,015 1.00/1.00 vMB 170
672,005 672,005 0000000000000000000bab63f361f27cbc9035be88a3e8a20285b99c3566304c 2,468 1.00/1.00 vMB 71
672,004 672,004 00000000000000000005b9d59ff82bcd56b1f93e32300b667fc008715701e80e 2,062 1.00/1.00 vMB 64
672,003 672,003 000000000000000000010b0d19bcb452c938a781bdb9aa2deb5909bbf57c80af 1,484 1.00/1.00 vMB 119
672,002 672,002 00000000000000000001052b0446c29d5b39ac0c1c618de7fff7664a334facd6 1,953 1.00/1.00 vMB 94
672,001 672,001 00000000000000000005e44c389c63e26c880fe1098d86b6b7d3c45ab6f26847 1,720 1.00/1.00 vMB 150
672,000 672,000 00000000000000000002afff8a043519b16d37789d103f56dfdddd725cfc4d48 2,086 1.00/1.00 vMB 107
671,999 671,999 00000000000000000002204a3e70cc0b7bd8c0b7dbd02984c2ee28bf9818f56d 1,512 1.00/1.00 vMB 118
671,998 671,998 00000000000000000007a37c14297ead23e16c79a9db4f26e68139a32d715638 2,586 1.00/1.00 vMB 134
671,997 671,997 00000000000000000006cc772bc7a43916a9930c2a5c39927d0e6c4009515950 2,849 1.00/1.00 vMB 152
671,996 671,996 000000000000000000060c69bef3e0f70264b3d65f58db71b83becf4130a57a9 3,146 1.00/1.00 vMB 181
671,995 671,995 00000000000000000009abd4420294fb41448e8952b160c0df956b5cee68052f 2,286 1.00/1.00 vMB 94
671,994 671,994 0000000000000000000a66da8989434a86d7925efc7d21010d6a6d26a0d15ce0 2,137 1.00/1.00 vMB 142
671,993 671,993 000000000000000000051d0f5339bc5f3d9de5aa1e3c645c5820b998c43f62c1 2,819 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.