Loading Tool

Explorer IconExplorer

Memory Pool

86,253 transactions
32.11 vMB
0.08955724 BTC
Random Selection Loading Transactions
Max Size: 195.25/200 MB

Candidate Block

Mining Attempt 5cc8daea41c949df9fd8305c2a7aaa0634fc16d84d4b6d33377c6125ba37b825
Version 20000000
Previous Block 00000000000000000001337474d7c077c582733fc9b861186985eae0800fcf91
Merkle Root 7f36c9c6274b06c22a8de9ab4a0e96764419f18dd625126b9705a50fbd720a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 847
Size: 1.00 vMB
Total Fees: 0.01445915 BTC
Feerates: 40.08 > 1.45 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,342 (479,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,622 435,622 00000000000000000014ac2ffaec642e5e252d359d8704e8aa59450de999f0d5 1,572 1.00/1.00 vMB 87
435,621 435,621 0000000000000000036500cf7c64133d9884ad91ed5cd96a7a7ffba8d48e7ec0 1,199 1.00/1.00 vMB 86
435,620 435,620 0000000000000000045288749b44c5f5fc8fe02bf99caac000e462b2772e7966 1,730 1.00/1.00 vMB 40
435,619 435,619 000000000000000001f0361baa7b0aa2f724f670d757681739a8296adae5595a 1,777 0.99/1.00 vMB 61
435,618 435,618 00000000000000000221b5a52f941c7e7ad20c9dec50a733b2edb422ea5dc655 1,754 0.75/1.00 vMB 53
435,617 435,617 000000000000000003c3df86dde7dbcecd794715acf82421ef8c0d4bf631196a 1,648 1.00/1.00 vMB 66
435,616 435,616 00000000000000000362b8cc83ac0c071957649afe156161bfd17d8de124dd02 1,678 1.00/1.00 vMB 56
435,615 435,615 000000000000000004068c8ca7ec2eb9232e2e6db9c9219a47d4b44d1a991c21 2,242 1.00/1.00 vMB 67
435,614 435,614 0000000000000000006ab69d28c53a586ac03253c472b6d53f8d02432df5f24d 783 1.00/1.00 vMB 96
435,613 435,613 0000000000000000031da1fe14c7c74a9c506e9602baa42165217992ec82db8f 2,068 1.00/1.00 vMB 67
435,612 435,612 0000000000000000013ad6d5ec138f99dceb686c62a591e565b92f482124475f 1,775 1.00/1.00 vMB 82
435,611 435,611 00000000000000000053e794489e7706b5b98e6d67b8e472522ad8d50c0ef42f 511 0.75/1.00 vMB 96
435,610 435,610 0000000000000000044cfa60ad9d5ca82dd58764cd917979a23afbc2dd7a5f26 1,561 1.00/1.00 vMB 85
435,609 435,609 000000000000000000dbb1e6bed0f7006772bf75b19c7aa7e8acbcae104186f9 640 1.00/1.00 vMB 93
435,608 435,608 0000000000000000011dc5ad4395888151cbc454995c63cdad09293aaac8754d 1,009 1.00/1.00 vMB 99
435,607 435,607 0000000000000000031b84ee3fb88b7fcc12ba7dee284ae86365c94076d52ddf 2,195 1.00/1.00 vMB 60
435,606 435,606 000000000000000004502a50ed9dbb5c05289274f4a5c9f924fd1bb33faf838f 1,470 0.75/1.00 vMB 75
435,605 435,605 000000000000000002193e9ef050eaf9b74fc355a8f7a4b738e7f3ede43f1044 3,269 1.00/1.00 vMB 62
435,604 435,604 000000000000000003d85e0a2d25975ec14304d7562c887cd9988fd891cb2dde 2,249 1.00/1.00 vMB 63
435,603 435,603 00000000000000000218dd0bbbec3b6d94b5b92e091b0bd8709aa71e1aaab06e 1,239 1.00/1.00 vMB 88
435,602 435,602 000000000000000000a220c834084189c8bba7fb207a592c1880894b9c2a0d26 1,284 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.98 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: 717.14 GB
    • Received: 17.83 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.