Loading Tool

Explorer IconExplorer

Memory Pool

80,679 transactions
33.92 vMB
0.13319606 BTC
Random Selection Loading Transactions
Max Size: 193.25/200 MB

Candidate Block

Mining Attempt 84f0828c686419f7801146cab91da01a796644f14bc61c30f424c3553c14b5f9
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 63629b90e2c3f4346a9ef546ca6e1766c046e1a02b4447a6a57e5f476fce9288
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,785
Size: 1.00 vMB
Total Fees: 0.02525258 BTC
Feerates: 146.36 > 2.53 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (654,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,102 261,102 0000000000000003f71766af86b02f9fd42f09e346a70bf6b3ac67aee434575a 664 0.25/1.00 vMB 126
261,101 261,101 000000000000000971aa10d51396948d4c42e01a545e5693091f28f9e33da391 191 0.08/1.00 vMB 78
261,100 261,100 00000000000000198b3001f927fe3b565a213c15408a18ebeaf025ee03c98d6c 76 0.04/1.00 vMB 24
261,099 261,099 00000000000000091344f37a2c9f49d9b2ed757ee5fb13f3c9ffdad1dd993bda 594 0.24/1.00 vMB 112
261,098 261,098 000000000000001478aaa18353db4b9fd7df54c0ea857f7a9b8366d2afb507f7 266 0.13/1.00 vMB 89
261,097 261,097 0000000000000002273673fa72288b7e1c204f9f522958da3d29c0901b6c850c 413 0.16/1.00 vMB 109
261,096 261,096 000000000000000e4cc6971dca02055a8e56b01b34ed9da8c58ea60cff2a1d79 25 0.01/1.00 vMB 46
261,095 261,095 0000000000000012711293c26e64bcde34962129f024a15d4c8dfd2f5df9f90a 594 0.20/1.00 vMB 141
261,094 261,094 000000000000001192fe2f4e7c58a87d196a176ac7c9b03a86cdad6219e74970 387 0.15/1.00 vMB 122
261,093 261,093 000000000000001c05944a429ed7c68dd4cc32bb36fb2d50d0bf6331feac0bad 111 0.04/1.00 vMB 97
261,092 261,092 000000000000000d96530e9f3fc78ff07000362085e4ed5024f9bfddfbe5ad42 31 0.01/1.00 vMB 81
261,091 261,091 000000000000001682759ba70cceaa88d2837b7eb00cfd86d509f758b3148f1a 456 0.19/1.00 vMB 112
261,090 261,090 00000000000000036ded4447a3a96ac53360fd5be8d7732229e1f8269c0b93ba 112 0.05/1.00 vMB 12,569
261,089 261,089 00000000000000090e85bb7c11b476304b7f50c128809ee4b8ae6bfa0a0bf6ef 1 0.00/1.00 vMB 0
261,088 261,088 0000000000000013626a4373f9f8a5889afb5c0a0d81391e6290f2e8c8290a11 392 0.14/1.00 vMB 127
261,087 261,087 0000000000000003bde13cf6d0de71f6f843a7a8893d874f57e2e241c3f186fb 222 0.13/1.00 vMB 67
261,086 261,086 0000000000000000c2b45e52b2f42abd2ad1c5d56a06ed58f4fa561dd49afcb4 126 0.08/1.00 vMB 24
261,085 261,085 0000000000000018f020f557104955b35b03cfc5afea5d52873d584f96983c64 622 0.25/1.00 vMB 119
261,084 261,084 0000000000000001b953e8dc5e0dfb6e70631be9caae2d74801f02e3da85646c 256 0.08/1.00 vMB 157
261,083 261,083 000000000000001a7e23e973a6fbb65db8733814a78fe6dffa1cd30992aea179 415 0.15/1.00 vMB 103
261,082 261,082 0000000000000009cb95baa0bd45741772d6630f79251b604eb19cfc83abe4c7 419 0.16/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 783.10 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: 727.84 GB
    • Received: 18.47 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.