Loading Tool

Explorer IconExplorer

Memory Pool

75,122 transactions
27.83 vMB
0.08031822 BTC
Random Selection Loading Transactions
Max Size: 169.31/200 MB

Candidate Block

Mining Attempt a59f8821b3e542a3fae32247cd9b1213b23e7e9c282fd862b3c6924c0da17318
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 1ef2cb2af8784945f54c9f1bd69a78bd25526e5a7b7de44fe562a01a10ca23aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02068191 BTC
Feerates: 402.60 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (765,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,013 150,013 000000000000011f9791dcfdfe0e402b79a165a3b781bafcc918b6f2166d577c 47 0.02/1.00 vMB 120
150,012 150,012 00000000000006d414b6c22492b1cc5fb56d42645616efe049f3aad7fa589de4 11 0.00/1.00 vMB 343
150,011 150,011 00000000000004a6dde9ea4aad15719d8e2425e27434cb9a16c0461bb6971133 16 0.01/1.00 vMB 229
150,010 150,010 000000000000081eba84aa801ec011c5689dc51a802638823d8e61e0dec83455 40 0.02/1.00 vMB 428
150,009 150,009 0000000000000034ff4c8272eb8d065c9757887a78a128d9d3f9d378c50f8a8d 34 0.03/1.00 vMB 75
150,008 150,008 00000000000000f7d3f0f25a3cc50e017b3540d0baaad0810b574cb574db66fd 35 0.02/1.00 vMB 137
150,007 150,007 0000000000000a0f82f8be9ec24ebfca3d5373fde8dc4d9b9a949d538e9ff679 12 0.01/1.00 vMB 66
150,006 150,006 0000000000000779e6cfb6bdd06458b8e8adffea65c719edb3450d8b05f9cc57 105 0.04/1.00 vMB 120
150,005 150,005 0000000000000a43df068d144a5854b92d5a866d1c25f324f80077b86acb74e1 79 0.02/1.00 vMB 0
150,004 150,004 000000000000020f4d7c8d014e39266211a41bbe570b9838bf4e9672bb0b7491 33 0.02/1.00 vMB 1,004
150,003 150,003 000000000000054cf66fb364e9f12303d5344bf5f01d003b7bed372a19a166eb 78 0.03/1.00 vMB 7,718
150,002 150,002 00000000000002d669757f9dbde81127b8d3ec2db6fa5967e030badeb60112ed 12 0.00/1.00 vMB 12,234
150,001 150,001 000000000000006b1c90f01554b0aa0b2b3adbe339b175c23b8b8ce8b503a89f 31 0.01/1.00 vMB 142
150,000 150,000 0000000000000a3290f20e75860d505ce0e948a1d1d846bec7e39015d242884b 10 0.00/1.00 vMB 0
149,999 149,999 00000000000008df4269884f1d3bfc2aed3ea747292abb89be3dc3faa8c5d26f 17 0.01/1.00 vMB 159
149,998 149,998 00000000000003b3e95d04f872440921a291abc5b5629bfec50910f73a8c0cb4 12 0.00/1.00 vMB 2,613
149,997 149,997 0000000000000aff9f826ed90c99e0aeb673e22494e830fecde4113a6bc264af 38 0.03/1.00 vMB 317
149,996 149,996 000000000000059d43a4ff297cea1547ee0037b922a59b7f33e6535acfb3472a 34 0.01/1.00 vMB 5
149,995 149,995 00000000000006cb859b19fccc16b7fd6b0dd0dd1bfe49d482233f4e7dd18ad3 30 0.01/1.00 vMB 434
149,994 149,994 000000000000000931112ca80c5badf6047373b1bb53587fc23344871734bbff 138 0.05/1.00 vMB 60
149,993 149,993 0000000000000691662013f1ef7d8c5ff19ad85f47b63b6fa06bd27947be4230 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.