Loading Tool

Explorer IconExplorer

Memory Pool

80,508 transactions
30.17 vMB
0.09089815 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 977e568c6175e86db761fbd08c7704ebd04619ff82da8b3abd7db286ebcbfadb
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (681,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,328 233,328 000000000000016a89c968b1519152c8dcfae0e2bb6dba1e4e9a3c8aa1e93c62 1,279 0.40/1.00 vMB 192
233,327 233,327 00000000000001a73be7f485a5e9b7711e7b483708b741d803424d78f1125627 679 0.30/1.00 vMB 143
233,326 233,326 000000000000000de59cc42cbe9244395a052525e8bec88ad5ce41977e207129 146 0.08/1.00 vMB 155
233,325 233,325 0000000000000127295103a83341253b1f15d0948f92283f29c6f4f42b539924 382 0.15/1.00 vMB 187
233,324 233,324 00000000000000905d01e9182cc1e205f6ef1666a7fbcbd5f56b5131e76126b2 532 0.21/1.00 vMB 172
233,323 233,323 0000000000000151239636a27dfb6934567fca54ebcb6d81ea4407cbf9f21ce7 151 0.07/1.00 vMB 33
233,322 233,322 00000000000000266db0ffc97bfdf4ee666bf674abd6a493a04cfdaeae2efae5 154 0.09/1.00 vMB 120
233,321 233,321 00000000000000e55d5c9c17fbe2bc0cde364db183b6cc4aec8da0bfeca149f2 519 0.25/1.00 vMB 136
233,320 233,320 0000000000000195e9a6f830beb17ca8874cfb92a246e5319144ed722f3a36b4 253 0.13/1.00 vMB 133
233,319 233,319 000000000000004e28de422ced965994093a69f89b3b2b88c8a17b8e54198617 325 0.15/1.00 vMB 156
233,318 233,318 00000000000001861063dafe28dbc5245abf800dc9b5247c43ef022cee0dec0b 5 0.00/1.00 vMB 160
233,317 233,317 0000000000000074a271f5e359438f37e35374bac75104b689ca4f5710e04d83 26 0.01/1.00 vMB 24
233,316 233,316 000000000000001aba5787241e0d32dc0d801db36e67c9aeb6ea3f42984fe003 435 0.22/1.00 vMB 162
233,315 233,315 00000000000001970e953aff86bdc74b955cf9cc922b30c5c61f38d5d3fccfda 338 0.13/1.00 vMB 141
233,314 233,314 0000000000000190d8cc4b3c0f22e0b19c43209d90c38bffcc865b98f91ae49e 471 0.25/1.00 vMB 96
233,313 233,313 000000000000007c937b41fd379a52a9ac9790ce38f9d6bf33be948409bb5e8c 140 0.08/1.00 vMB 84
233,312 233,312 00000000000000cc5e192a99de938ea0edcf4890e25e62675eb32bd7ed2b737c 505 0.25/1.00 vMB 146
233,311 233,311 00000000000001d0f246fcc39ec79b1efe1f6f5d044bc364ad426790e59fc373 413 0.23/1.00 vMB 150
233,310 233,310 000000000000013c8df8928da89cd444b74af70e10b6109c4b00831d729dc6bb 641 0.29/1.00 vMB 151
233,309 233,309 000000000000015e61f8aab227fdba7f570f616a2ceb23e68bf83d4af7c7a4d3 186 0.15/1.00 vMB 85
233,308 233,308 0000000000000115b81bfb2350bdf2a94b2b88f2eaeb07b9caa242d41c767ea3 544 0.21/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.