Loading Tool

Explorer IconExplorer

Memory Pool

34,226 transactions
25.75 vMB
0.05601751 BTC
Random Selection Loading Transactions
Max Size: 129.96/200 MB

Candidate Block

Mining Attempt 875103a83369d78ab515adb07615699277c6b1dda95a3ebdd752ed870e45f97b
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root 3eb22512fbb8837d02521965ff62190d8b75a78619b897f5376197196fb64fe1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,989
Size: 1.00 vMB
Total Fees: 0.00889120 BTC
Feerates: 532.98 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (368,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,288 546,288 00000000000000000018f22759e6f43bfa45b50835fe351c24dcdd8e9ff07135 2,628 1.00/1.00 vMB 22
546,287 546,287 00000000000000000013a637ecb8511fa16323c4370a8619b21ceb55b1922b49 687 1.00/1.00 vMB 1
546,286 546,286 00000000000000000002ecb0b4bc352362ef0472baa7796db2ee041087ec2575 2,185 1.00/1.00 vMB 10
546,285 546,285 00000000000000000001d77e956c97035dd83f71520910b0999f05963cfa674e 1,186 0.51/1.00 vMB 37
546,284 546,284 0000000000000000000978de64bfcf6cefbc484bb0abe23d2ffa2ce485d32de1 2,525 1.00/1.00 vMB 6
546,283 546,283 00000000000000000002f8401cd86aa4a0b52ec9476c90e9f12ae40411fa5ff5 2,633 1.00/1.00 vMB 21
546,282 546,282 0000000000000000000951e01ae9b1f9c522ad06d1ea3c1efda0f81cf63c98b1 1,478 1.00/1.00 vMB 7
546,281 546,281 00000000000000000016a64f65bce0588d4035e856527cb94d7cea8b5ec0c98b 2,568 1.00/1.00 vMB 8
546,280 546,280 0000000000000000001a05b92e344cbc940404c32ee12063e5bcba90f8d80f42 2,515 1.00/1.00 vMB 18
546,279 546,279 00000000000000000013030b2a665fbae2a59e58ac1275d9daecf4985c81be6f 541 0.22/1.00 vMB 31
546,278 546,278 0000000000000000001751782a7e95c40d6a036484c29d73f28867e3f0e84729 2,744 1.00/1.00 vMB 10
546,277 546,277 000000000000000000220fb62799f6d3c6a1d37c607fc185fb81e2640e8e0b62 2,609 1.00/1.00 vMB 31
546,276 546,276 00000000000000000023bcc2fdf6cd15ece4c3b098e31b3cafb12817f00ed6f0 2,421 1.00/1.00 vMB 21
546,275 546,275 0000000000000000001a077c5b6ef53ebbd57de965090b56492a80a34122b9ed 2,282 1.00/1.00 vMB 9
546,274 546,274 000000000000000000190241c5629021b6fdc3623bd77739d8d334e12c862433 2,665 1.00/1.00 vMB 7
546,273 546,273 00000000000000000008be0eaa7760b34f35b83b4ddae2133f5a285141a0ed6f 2,043 1.00/1.00 vMB 13
546,272 546,272 000000000000000000102962131508357be0d3d7423a8cec78b8877709d9e5af 2,761 1.00/1.00 vMB 15
546,271 546,271 0000000000000000001235161fbb3dfb86303087ec9a74cd1afc7bba65abf90d 2,181 1.00/1.00 vMB 33
546,270 546,270 000000000000000000047fca84bc25c52583e6f31849f0e70f0f2d1eecd6cdb6 2,231 1.00/1.00 vMB 23
546,269 546,269 00000000000000000004697335e09093e43ef2a991c23177b7f9264c89597fbb 1,346 1.00/1.00 vMB 3
546,268 546,268 00000000000000000000794c310a15edeef6c40ac5ef2a05329450a3ade64362 2,078 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.