Loading Tool

Explorer IconExplorer

Memory Pool

38,948 transactions
25.57 vMB
0.04900997 BTC
Random Selection Loading Transactions
Max Size: 132.63/200 MB

Candidate Block

Mining Attempt e13adfbe2639d65e25145c99cbdd55c8b5389c7dfec4892b137b5546fa6814be
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root d387037d8bc6d46b78ac9a09ebf302f4d18da5655864f4c03f2ca67653779a10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00279717 BTC
Feerates: 5.71 > 0.28 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (333,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,607 581,607 00000000000000000011c13ff0d01abb1b20409d3448cf0de95d7fd3866aaf21 2,933 1.00/1.00 vMB 102
581,606 581,606 00000000000000000007be616de24f9869f5d88cc00dab5459cf8924893ef70e 2,424 1.00/1.00 vMB 126
581,605 581,605 0000000000000000001a20d404505662c4679d85ec38fa836852c97bb07bbc1b 2,856 1.00/1.00 vMB 103
581,604 581,604 000000000000000000198bea9af95f4757eb189dfc4785351c683a6c969b9fb7 2,043 1.00/1.00 vMB 102
581,603 581,603 0000000000000000000ee143a977ecb1f56cfeddb84d915a7ab1a9da3e007ed9 2,721 1.00/1.00 vMB 115
581,602 581,602 000000000000000000208d56f237df69589a2de748dda81bf9cca038b048e98b 2,827 1.00/1.00 vMB 95
581,601 581,601 0000000000000000001276a6cacb5f098ce8a8be2baea5374fd65bad0132814a 1,753 1.00/1.00 vMB 93
581,600 581,600 00000000000000000018812b029f1f930dd72fd517572da1b66aff909b80244e 2,604 1.00/1.00 vMB 115
581,599 581,599 00000000000000000001a6a1ebe1c14bb5be0fc3be6467d149e0397adc03f170 2,024 1.00/1.00 vMB 116
581,598 581,598 00000000000000000014a9873240d6857259d40ef15327e8a6c68a40304d7613 1,828 1.00/1.00 vMB 95
581,597 581,597 00000000000000000024afa5bd0cd8d7eb1c06e97b6e7680c618d809af2075ae 2,242 1.00/1.00 vMB 122
581,596 581,596 0000000000000000000e3e88d08593f0cf2a3fda59046c3dc6be6de767874124 2,089 1.00/1.00 vMB 113
581,595 581,595 000000000000000000258759e7002293c556d02df4a68641c97c4eb84268402a 2,507 1.00/1.00 vMB 146
581,594 581,594 000000000000000000112d7f924f5ee68134fe0c289b7b2ba415810659dda9b5 1,124 1.00/1.00 vMB 104
581,593 581,593 0000000000000000000a31351a0ebe4de6303b5cf813b8e2107b52548fe5929f 1,935 1.00/1.00 vMB 62
581,592 581,592 0000000000000000002418d931caa5788e0e85b3759f7ebc2245a4418a01943a 2,096 1.00/1.00 vMB 86
581,591 581,591 00000000000000000016a14a2ca0e8abbf53ff72459469ee44196f95e40cca5b 2,624 1.00/1.00 vMB 47
581,590 581,590 00000000000000000024ff2bb3fbcd7548b11e0dff2c75fffd79aeb8a76a398c 2,900 1.00/1.00 vMB 55
581,589 581,589 00000000000000000012b255419f93d021cbb4c8f881d7fec26b897c50e1aa8b 2,381 1.00/1.00 vMB 74
581,588 581,588 000000000000000000044501ac5c4395b8400138b514d2048130bb1ae33c072f 1,999 1.00/1.00 vMB 104
581,587 581,587 0000000000000000000a2052dbc4e958cc4373a0ba9638a4b86304ec78543a69 2,922 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 781.96 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: 647.59 GB
    • Received: 12.95 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.