Loading Tool

Explorer IconExplorer

Memory Pool

79,854 transactions
30.22 vMB
0.10992540 BTC
Random Selection Loading Transactions
Max Size: 180.73/200 MB

Candidate Block

Mining Attempt b387d51b4ea8d39651b71258312268cddd9cdb69074b1fd39956d40d88d3a37f
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 95a2c343b6b52b031a7e69957156636ddc30f1d9c02c2d428760bd8a57024dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,812
Size: 1.00 vMB
Total Fees: 0.03843750 BTC
Feerates: 151.00 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (795,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,869 119,869 0000000000003265a2603a33942366234ef349e90e00f3208911f2d1f56cc1c6 9 0.00/1.00 vMB 0
119,868 119,868 000000000000a903acc124b62a3ef9a88d0e170c98877fae968ee5f6126275d7 11 0.00/1.00 vMB 1,199
119,867 119,867 0000000000000c251f03b99789ac0bef6dd466ce96bb7665c8ee38999a1906e7 4 0.00/1.00 vMB 0
119,866 119,866 0000000000004a0c8af11d3e1ce5a3e72bcc30b52385dff9b390f72ec9c9fb20 16 0.01/1.00 vMB 1,536
119,865 119,865 0000000000006f18e26545f47d0e3d8a4158a8acc17cd7364b2e57c6c600a40e 27 0.01/1.00 vMB 0
119,864 119,864 0000000000000ce4436fefc3a7b5d8287cc5905fd9ff4e5b9182fa46464446ab 23 0.01/1.00 vMB 763
119,863 119,863 00000000000008085c727228fb7b0d47e87d0a124bb240d81a1c7ddfe3d88eaa 9 0.00/1.00 vMB 0
119,862 119,862 0000000000004efd9f624cee1f18c7565b1777bbb2344e5942c72ee3b979dc1e 21 0.01/1.00 vMB 601
119,861 119,861 000000000000357a125e8334bc9437ae56fda1879a6ac6354c3adb964fdf450b 7 0.01/1.00 vMB 333
119,860 119,860 0000000000004628284b64a651c316d6672bc57318b9121537f5cd1c5cfe20ba 40 0.01/1.00 vMB 319
119,859 119,859 000000000000af5888c06b0c95fda37f53661095d4f44e76ce626a3b25a9d532 3 0.00/1.00 vMB 0
119,858 119,858 0000000000003af902c5ccf986a9dc6ce7563862742b5813a11a72b0ac861c83 276 0.09/1.00 vMB 34
119,857 119,857 00000000000022d625f1dc756b80a3d04e8fc8fd8317dca33fe37aa2e972e8f6 12 0.00/1.00 vMB 308
119,856 119,856 00000000000012ebe09173d86476a224c26f9bfce23a3a45067ef1079c746ac8 45 0.02/1.00 vMB 1,322
119,855 119,855 0000000000005d4dcb6d6aaa99e8c123b6248b1050d65fe9ae39be2424eadd04 9 0.01/1.00 vMB 196
119,854 119,854 000000000000074b3f49213108440ff3e4cfdb4e529670ab5e24716beaf42f8c 5 0.00/1.00 vMB 203
119,853 119,853 0000000000008d20ec956e010ec4cef912d213a21466a5021db54edce1f18d8f 11 0.00/1.00 vMB 308
119,852 119,852 0000000000007d15d8444ff1d54d71a20d7e8a785485c981ae0713ad87445c55 10 0.00/1.00 vMB 0
119,851 119,851 000000000000854f1e65771285a401ab84e81f4e738b9e793ab9b9341f231aab 4 0.01/1.00 vMB 0
119,850 119,850 0000000000003227efdf36ae71d1cb95c7c32354673555efc97c2f643f605347 13 0.01/1.00 vMB 396
119,849 119,849 000000000000af9a849f567ee0f4c51adbcf3b652c55b16397ad9ee325741b1f 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.