Loading Tool

Explorer IconExplorer

Memory Pool

13,319 transactions
6.61 vMB
0.01637521 BTC
Random Selection Loading Transactions
Max Size: 37.91/200 MB

Candidate Block

Mining Attempt 85d769719a0996ded1998b31469ab44a2090d07ea5749287a3dd0a0daa748ac3
Version 20000000
Previous Block 000000000000000000006434c338a9b1ffd25ceec411f3739208c57a256f4bca
Merkle Root 16f260b3c1d2485aaade6834ff235583499fb7bf5fe66faea921432bacf6906a
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.00830297 BTC
Feerates: 1,882.68 > 0.83 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,417 (134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,283 938,283 00000000000000000001d94e2acc7b772e8dc4e4435434511f2e62c9c149270d 1,590 0.54/1.00 vMB 1
938,282 938,282 00000000000000000000525971b7ae7ad2aa2664f6ff98f3c64594f44c438535 3,626 1.00/1.00 vMB 3
938,281 938,281 00000000000000000001d2ef840bcebe98db4d182a7e67079d52b407ec05a9a4 4,578 1.00/1.00 vMB 0
938,280 938,280 0000000000000000000106394afb4b566369fb989733069a7fd896f5f8dfa3c4 3,507 1.00/1.00 vMB 3
938,279 938,279 000000000000000000009bf0cb726563990b0faacc2b3eacbb87098296526132 3,900 1.00/1.00 vMB 0
938,278 938,278 000000000000000000013d8133a1a4037de08d4a94ebdda0f716de552921ab1f 4,367 1.00/1.00 vMB 2
938,277 938,277 000000000000000000005a7fcc8cf9eb89f36f9d1e5679bfff3939cf75b42e3b 3,951 1.00/1.00 vMB 1
938,276 938,276 00000000000000000001826d68e2bf0bafdf1f67772da2c3cb2901611bf003c1 3,804 1.00/1.00 vMB 0
938,275 938,275 000000000000000000015c4ebebbe4ee8d0aedececc8b8a67e9efc62fbe289d9 2,840 1.00/1.00 vMB 2
938,274 938,274 00000000000000000001adc2f8b3fa50de3859b0f8628db0b7666caa1a2848c5 3,873 1.00/1.00 vMB 0
938,273 938,273 00000000000000000000202d7cdb23c94abed39e1154860fdefe29057ded3b56 3,067 1.00/1.00 vMB 2
938,272 938,272 00000000000000000000226923513e10fcfa05dfbeb5e5fe7e501693904b4ee1 3,388 1.00/1.00 vMB 3
938,271 938,271 00000000000000000001c2fd3028525ce44a60e7d3ebf9ba6f18003222b50c30 4,120 1.00/1.00 vMB 1
938,270 938,270 00000000000000000000bb070b4e18f66d57cae5168df9f91a9f91ae39ca8a60 2,935 1.00/1.00 vMB 2
938,269 938,269 00000000000000000001b406028699469e2cf2c73a4c0801f39946f179b87f1e 3,921 1.00/1.00 vMB 3
938,268 938,268 000000000000000000001f4dcc5e7995c0c0a28444d8b69ba0cc8135dde38829 3,253 1.00/1.00 vMB 3
938,267 938,267 00000000000000000000fda8a538c739775cfc8a8b9f54d3470b50d401cb6223 3,729 1.00/1.00 vMB 1
938,266 938,266 000000000000000000014628b45aa976afb6faf0eaf7e719df90150c29d8a15c 4,130 1.00/1.00 vMB 1
938,265 938,265 00000000000000000000c85a5d87561fd62bb23622493ce964a1fcecad31d967 2,922 0.98/1.00 vMB 2
938,264 938,264 00000000000000000000ec19365357342ca02a93d8cd51ab50043de199b6f0b2 4,346 1.00/1.00 vMB 0
938,263 938,263 0000000000000000000031c4f93b66b5c62af5c9a11b66d4f6c24a27b349149f 3,779 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 823.87 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: 4,106.00 GB
    • Received: 225.76 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.