Loading Tool

Explorer IconExplorer

Memory Pool

74,343 transactions
27.49 vMB
0.07193180 BTC
Random Selection Loading Transactions
Max Size: 167.64/200 MB

Candidate Block

Mining Attempt a4cfa69ef0d6866d869a804031ff76bd8af9a21bb7ea66da8a1290399e2c5d25
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 373474368d4761f0a2150c4a93b7f96b7bb5dcdfffb944d553596422628c956f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.01337295 BTC
Feerates: 121.74 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (765,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,017 150,017 00000000000002f22ff7e17e22afa94ce81a3c995defdacb56cb77d8c227b349 28 0.01/1.00 vMB 217
150,016 150,016 00000000000001c2ad49b3f843f7d5b39e59f8b7d0b627071e0aa9cea7b86a3a 135 0.04/1.00 vMB 33
150,015 150,015 00000000000007121f72ebb62f840090baa8372fbbd8faaf1364a84c42225c3e 37 0.03/1.00 vMB 37
150,014 150,014 0000000000000519f15cc8d90d492569230447280d38c2035312e3303efddc01 34 0.04/1.00 vMB 122
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
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.