Loading Tool

Explorer IconExplorer

Memory Pool

41,967 transactions
31.75 vMB
0.09417260 BTC
Random Selection Loading Transactions
Max Size: 159.24/200 MB

Candidate Block

Mining Attempt ac9a54bc59ed1a6e80b6f8c64efceb3a454dcd6835cb77bcbafbe4e5e22aebef
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 8be794582f330a697ce7e5d4be7f9c2e9e1c87721181d41edaed82da4ef8d596
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,507
Size: 1.00 vMB
Total Fees: 0.02849029 BTC
Feerates: 401.97 > 2.85 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (739,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,396 175,396 00000000000009381e81cf4779ea91a2696e486bdae4e52c30224bb12d04fe6e 79 0.04/1.00 vMB 123
175,395 175,395 0000000000000843c587838933fceb770d3b9c507a848610c64169a4a0f2fe97 24 0.02/1.00 vMB 29
175,394 175,394 00000000000001b5f6e0c317dec347a075c3dfa0d22b3b6d2532e993b00d6dea 82 0.03/1.00 vMB 231
175,393 175,393 000000000000031587bef13fcfa173c1f1b341811f8386c20b9f835ababf93f9 114 0.04/1.00 vMB 112
175,392 175,392 000000000000034faff2c6f8d019238fd7813c123c072cfddd59207ace6edd35 7 0.00/1.00 vMB 38
175,391 175,391 0000000000000217b2e7b4f61682d24b9357d62ad29f27ed45ea2a32dc1f32f6 5 0.00/1.00 vMB 113
175,390 175,390 00000000000004e832c41e817ca4adeecc07bb1e2aa0a04f486199cb2449948c 125 0.04/1.00 vMB 15
175,389 175,389 000000000000062ec98dabc4ffa8863db95684c91e48b87428b83fa71f3e8e31 101 0.10/1.00 vMB 386
175,388 175,388 00000000000005d382d40841678b71a2f350ab12c0226e6cf623c3ee1d5001df 72 0.02/1.00 vMB 54
175,387 175,387 00000000000005992b8dd3af2e531661f984879e15d81ba06c531dedbffbf75b 96 0.03/1.00 vMB 201
175,386 175,386 000000000000004d058b4b980faab436d46811468687c10d6550bac288a8bf3c 121 0.04/1.00 vMB 75
175,385 175,385 000000000000043f2eb46e008a71609cbed26508a55084a2d493def126bcadbe 99 0.05/1.00 vMB 295
175,384 175,384 0000000000000611c20664361f657ba0024bed89abcbc78aa2b7b33995c53607 34 0.02/1.00 vMB 48
175,383 175,383 000000000000025fcc39f203c6d5acd098b5e69710ebe25afa50152a42ca4f4d 6 0.01/1.00 vMB 16
175,382 175,382 00000000000001a968cfa213ddee6500875d8d6628d24c893d3f9b7b53f6fca1 129 0.04/1.00 vMB 126
175,381 175,381 00000000000006ad82bfc4d98fa9efd43b1290c440a0c437c4f2c540cb351dca 81 0.03/1.00 vMB 137
175,380 175,380 00000000000007a294e4a1875a54230af70e3a5d3d005c36d49570a31e7f953a 17 0.01/1.00 vMB 244
175,379 175,379 0000000000000188761d2c4aa1b58b815c1e8586cb123da839e0f9f07963101a 24 0.01/1.00 vMB 50
175,378 175,378 00000000000008b988ced77ba4b1d870c19142debfc5e430df80a983b299e501 38 0.02/1.00 vMB 83
175,377 175,377 00000000000003a2cedb0fbc45d898831ea64350febe0b24c9d1dc6a1e2ad378 76 0.03/1.00 vMB 105
175,376 175,376 000000000000080b66fe7790bf90d0a79e6f5e4cd360d07abc0308f86ec4eb3c 24 0.01/1.00 vMB 695
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.86 GB
    • Received: 11.57 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.