Loading Tool

Explorer IconExplorer

Memory Pool

38,517 transactions
25.95 vMB
0.05213947 BTC
Random Selection Loading Transactions
Max Size: 134.61/200 MB

Candidate Block

Mining Attempt 78b7fb6eef7e35647f5396fcefabe5b5bf4b05bad8c17aa13c262b3913e425ac
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 20fb4f356d463a813dd0e9e6d84dde52aada416a47ae6add7d45564369bae5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,916
Size: 1.00 vMB
Total Fees: 0.00472855 BTC
Feerates: 60.16 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (796,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,404 118,404 00000000000056c8719c2710d715cc17512562c4cb56c7f2446d1c2083e4d021 9 0.00/1.00 vMB 773
118,403 118,403 0000000000005de7c57e6237d998e319747cd601597c3da5df0190200a015853 9 0.00/1.00 vMB 0
118,402 118,402 0000000000007d8ff4550f6e41a7f034e0428c4d2a483bad89a3523ebe9c5ac3 7 0.00/1.00 vMB 0
118,401 118,401 0000000000003f5e57bbd4c304160b42fdff28a68372407faefd1eba6fa8507f 10 0.00/1.00 vMB 0
118,400 118,400 000000000000ad7568a1f314070d4dcb51f5324b996c66ba223a3757ebe21d87 7 0.00/1.00 vMB 342
118,399 118,399 00000000000093ac7e7a34d9d3e338259553c80306b56c5c8e711791a50112df 12 0.00/1.00 vMB 0
118,398 118,398 0000000000006d7656a7a554790d0d9d5638e38c113eeddabf5e0da566e63051 9 0.02/1.00 vMB 0
118,397 118,397 0000000000003303cf507a5e9da97c8e8c2e6a3d0673fb51969d50540e1904d7 10 0.00/1.00 vMB 0
118,396 118,396 000000000000298d1d17b423893ed7bb9aedd4872be67337d113b22778a158d7 29 0.02/1.00 vMB 0
118,395 118,395 0000000000003c69db5148ec56e0d3bd826457f18b809eafc43d2c042d5e8bb8 8 0.01/1.00 vMB 157
118,394 118,394 000000000000ac26ed3ed5afb7a1e05cf86cef0269accf2cd000931e63d92420 9 0.00/1.00 vMB 352
118,393 118,393 0000000000002b507899bda07a31bff4587b90ea8b955cf1e2db0ea0949899a1 41 0.03/1.00 vMB 0
118,392 118,392 0000000000003ca783e84be8aae83152ec9e8a3cf66564c0bfa4bbaa6c35fe9c 8 0.00/1.00 vMB 1,018
118,391 118,391 00000000000082d68fd90b63936b4c3562b5279ffdd90685f54e41a44e5ab90b 1 0.00/1.00 vMB 0
118,390 118,390 00000000000074eccbd99ac04d4874b34835d06e3f5192fafa3a4864014eabfd 15 0.01/1.00 vMB 0
118,389 118,389 00000000000036f2b20cff25c496bfe8ff6da4a887e263377ea59c6c08006748 8 0.00/1.00 vMB 0
118,388 118,388 000000000000a6fb94e93519c5faa438e68fc118269ec86022a7a31fa3903604 19 0.01/1.00 vMB 307
118,387 118,387 0000000000006680b746cb40af0351490dd993849c953b99d49f09d5ef57e933 23 0.01/1.00 vMB 244
118,386 118,386 00000000000011069bbc22db4603bafc65c2b2e060f6e4f9bcbae78eb6d431e1 8 0.00/1.00 vMB 0
118,385 118,385 0000000000004b8b1fa6d643869d28bc480eadb855171f4192a86c18a3abf62f 28 0.01/1.00 vMB 0
118,384 118,384 000000000000a39b8a473bae2b0efdf8379ea862731dfd14c4f731c003a6ffbf 11 0.01/1.00 vMB 603
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.