Loading Tool

Explorer IconExplorer

Memory Pool

84,607 transactions
31.33 vMB
0.15021550 BTC
Random Selection Loading Transactions
Max Size: 189.07/200 MB

Candidate Block

Mining Attempt 044d95f000f383e41ddd516c2e0254b71c8d503bc070a7f9c14b3c3a3efeb037
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 8807f62f5e86740f3cecd04412138fdf8462cfa8b46a41acaf5ca7243a4ab345
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,740
Size: 1.00 vMB
Total Fees: 0.07868103 BTC
Feerates: 366.60 > 7.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (190,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,872 724,872 0000000000000000000944f4d02531c2a386435483c53ec556c2e36e8f90667f 1,435 0.52/1.00 vMB 8
724,871 724,871 00000000000000000001d97b4f3224e561fa9395874f7f9e4622393aae55739b 891 0.54/1.00 vMB 6
724,870 724,870 0000000000000000000042ca50c2c4febcef70ab937e7e4d616d86be725fcf24 1,605 0.97/1.00 vMB 103
724,869 724,869 000000000000000000091e080c5178d212f797e0942bff963e970fd3260bd4f9 1,199 0.96/1.00 vMB 59
724,868 724,868 00000000000000000001cef82f6a289f2fd20c5e1589e9134eeb1c3163f256b4 1,172 1.00/1.00 vMB 16
724,867 724,867 00000000000000000005fcceb744ad83794cd706e296105d25edfd166ad8fe3b 1,802 0.68/1.00 vMB 8
724,866 724,866 00000000000000000001d3ebfe6b6255d05f19a141161db01c3d3e93d172cafc 261 0.07/1.00 vMB 7
724,865 724,865 000000000000000000096e8efb11d786c98ceab244c4b3b4826977670e687d38 2,261 0.70/1.00 vMB 8
724,864 724,864 0000000000000000000957851a441d2047f99f3ff70a8284532ae7bd2d8ed32e 2,407 0.94/1.00 vMB 6
724,863 724,863 00000000000000000006c2d5e440fd30dae19e776ca3af9cf9ba1ffd1ad133ec 3,095 1.00/1.00 vMB 10
724,862 724,862 0000000000000000000521a9c16fdebace08f612340e64a5596ad83a080763c4 309 0.12/1.00 vMB 3
724,861 724,861 0000000000000000000252a790066344e896652d4ec159e46b65ac0bf280f842 2,225 1.00/1.00 vMB 4
724,860 724,860 00000000000000000006211b5813d4212bcc83a57527b5da09c70b214a0a0440 3,375 1.00/1.00 vMB 9
724,859 724,859 0000000000000000000872988d4cd02949acbb43358bfcab07d49e667f6fdb22 2,712 1.00/1.00 vMB 14
724,858 724,858 00000000000000000009298758e4c9ce86ea753188a613d96c372ab035d5e785 1,874 1.00/1.00 vMB 5
724,857 724,857 00000000000000000003eb58c1e354e4a16f032db2dd7683a715a6edd5d558e8 3,006 1.00/1.00 vMB 11
724,856 724,856 00000000000000000005c4df5778eef2a853388148e00a6c30f7bd5aaf0c1e21 1,267 0.54/1.00 vMB 8
724,855 724,855 00000000000000000002d2f291ed0f061c112f06ff1a11d14da00715a0d41b94 1,253 0.64/1.00 vMB 4
724,854 724,854 00000000000000000002f6ff271c43f2c811e46a56892ffdedc68dd31b823b1b 2,970 1.00/1.00 vMB 9
724,853 724,853 00000000000000000008ab6a8f1301a7d758f4ee09443662ad0dcf95d040762f 1,829 1.00/1.00 vMB 5
724,852 724,852 00000000000000000000123e82e2578dfadb48d92fa0d18c2afcc5ad10c51c25 3,409 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.34 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: 661.64 GB
    • Received: 14.82 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.