Loading Tool

Explorer IconExplorer

Memory Pool

74,006 transactions
27.38 vMB
0.06960503 BTC
Random Selection Loading Transactions
Max Size: 166.91/200 MB

Candidate Block

Mining Attempt 1e4a5bbfe4b1fe4ca75bbcbcbd64211d82dcd75db414e1a69d58a8b478206cbe
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 7f09328a8b54ae3e35362f4aeac64fc92442cbb38c862460ac6cb97d7a75916b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.01136924 BTC
Feerates: 337.46 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (479,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,630 435,630 0000000000000000036b144704a28d510b478ac46464fce474cd234093d1bc55 1,066 1.00/1.00 vMB 103
435,629 435,629 0000000000000000039d2bbeec99743ae2ff4d8fe7d28d12eb330b167d8ea561 1,859 1.00/1.00 vMB 88
435,628 435,628 00000000000000000158b69b8bc153dbbfe12d97042fbdf2ba68fad88c29928d 578 1.00/1.00 vMB 21
435,627 435,627 000000000000000001738cd7728e92b433bcb1b1f82f4a37dd544272bbb9feae 993 0.75/1.00 vMB 37
435,626 435,626 000000000000000003f7eaabbbf27c96ce3396f452f8e0e16260120e0657b9cb 1,942 1.00/1.00 vMB 58
435,625 435,625 0000000000000000033531f2752efb227b6ee9a1c6a92e12247c4c3df6cd68b6 1,321 1.00/1.00 vMB 42
435,624 435,624 000000000000000003272fab8a85351a39c82ebe15cc30e60f3c9e2f5fa9e1c4 1,796 1.00/1.00 vMB 40
435,623 435,623 0000000000000000038f6eb59564aaa76578f172f7478e6f7e53ff7515299fc7 1,763 1.00/1.00 vMB 45
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
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.