Loading Tool

Explorer IconExplorer

Memory Pool

32,136 transactions
24.68 vMB
0.07709831 BTC
Random Selection Loading Transactions
Max Size: 133.00/200 MB

Candidate Block

Mining Attempt b8a75d7168975b04d184634e2c2b1b99f6c2c9504ec21a05e1f4fd07d6ddb357
Version 20000000
Previous Block 000000000000000000015d6c6172b8ef5909d6703f79c906d5d284cc68cc4deb
Merkle Root 660b6e18b516e57a2d653e82a62f65fdd1df321d8c0be246987b560baa76564c
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,618
Size: 1.00 vMB
Total Fees: 0.03791265 BTC
Feerates: 477.45 > 3.80 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,388 (734,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,576 205,576 000000000000001e9dd38fed8ca7dff2965c3bfb5532ce61f41a5649cda3ed79 147 0.05/1.00 vMB 81
205,575 205,575 00000000000004b6ad7a42103abe03e68b871c39912691f959c7649ad1901cec 174 0.10/1.00 vMB 124
205,574 205,574 00000000000001cc94cda7217ada5ddbd4a054b7e656803ad9cbd3a0f826f3a5 337 0.14/1.00 vMB 195
205,573 205,573 0000000000000422745f4e68e5417f28eb4e9298f630f1ecd5e481d1f17e0bc2 231 0.10/1.00 vMB 220
205,572 205,572 00000000000002c1e368af1e4dcff68bb98a740779073cd92c030c8e3bd5e7bd 139 0.05/1.00 vMB 214
205,571 205,571 0000000000000359b519d7a8f034126a96c182d51fefaf224b5ee39bd0576eca 36 0.02/1.00 vMB 409
205,570 205,570 00000000000002a65be926f88b736c81b4b36a0fb64b595a9f63faec03026867 32 0.01/1.00 vMB 93
205,569 205,569 00000000000001290581f0d23abbf050dbadfb16f2645909e60626ab525d9ab1 177 0.07/1.00 vMB 157
205,568 205,568 00000000000002f6a5066ee9d0996302db5eac7804d630e0ca2dba7846743494 97 0.05/1.00 vMB 66
205,567 205,567 00000000000003aa6a32a3e8372569554e1dfd71c05419193cd49611a1d273fa 295 0.16/1.00 vMB 163
205,566 205,566 0000000000000006a6bf68dbc68f0a6ff10c6e408c794d77d4dd00d11210ac7c 155 0.10/1.00 vMB 128
205,565 205,565 00000000000001d2ea093ba25ce17fcfd6e98d090ffa9942dd32d943f617728f 100 0.08/1.00 vMB 84
205,564 205,564 0000000000000274dad71b6362ead66e2082f285d0e9a34bdd7e01c190af3bff 18 0.01/1.00 vMB 192
205,563 205,563 00000000000003c2c790f800bc7cbbe53d422b309883c2419326e6bd0a433da5 26 0.01/1.00 vMB 134
205,562 205,562 000000000000040c96b615c207ce27e3095c18239486d1b18d78a2f94d380057 103 0.04/1.00 vMB 113
205,561 205,561 00000000000001eab829508a8fa0450a83e5b6153b48c5d48852c2b44b2abea9 194 0.09/1.00 vMB 194
205,560 205,560 00000000000004a2a4b31b6065afc46a4fbc0211f24778acd9561f395ff2c006 46 0.02/1.00 vMB 139
205,559 205,559 000000000000040768674335f20d3dff6e705e3eb30054cb91ce1163687ef301 42 0.02/1.00 vMB 202
205,558 205,558 0000000000000037c4498ed2ca42f08c032c4eca362a79d020a0f740d8bc64a6 67 0.03/1.00 vMB 5
205,557 205,557 000000000000052367c39e8f704da24edbc4f25849e559b146205f14f07de235 134 0.07/1.00 vMB 210
205,556 205,556 000000000000042c6e56d94b6647435b0489e7225fa7eae601cb484ebde4bf18 10 0.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 827.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,455.54 GB
    • Received: 242.59 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.