Loading Tool

Explorer IconExplorer

Memory Pool

83,101 transactions
30.85 vMB
0.09004923 BTC
Random Selection Loading Transactions
Max Size: 186.13/200 MB

Candidate Block

Mining Attempt d8c212c3ad660fb5e810e2ce62eb943574b8e2ca0e669d552950745e6a4430ad
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 79f4caf26a4aaecc20991697b5b78dcd218c2dccf1111861b627f93dbec95f1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02368778 BTC
Feerates: 366.60 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (240,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,629 674,629 0000000000000000000cb58838dad2336979956add7321013c9b5b2064f42182 2,986 1.00/1.00 vMB 107
674,628 674,628 0000000000000000000446cbaacd3f87d7a28f852d4980d24e2069683e4a547d 1,682 1.00/1.00 vMB 19
674,627 674,627 0000000000000000000332ca542093e5d85235a9bf7783e213700213575fd106 1,940 1.00/1.00 vMB 39
674,626 674,626 000000000000000000067560ed350da3609ad1f46b062fd1676de3ce438adb9f 1,426 1.00/1.00 vMB 23
674,625 674,625 00000000000000000000153370ec0462c55d21911107e89e7f46792c9c577247 2,181 1.00/1.00 vMB 24
674,624 674,624 00000000000000000007528830659e292a9fd8f82df770f784f7555473f12e99 2,300 1.00/1.00 vMB 54
674,623 674,623 000000000000000000035a12a1b0af6acb947933831c4e309cf9687dc0972adb 2,559 1.00/1.00 vMB 37
674,622 674,622 000000000000000000093982b86821118c904b4e825347bfdb29ee395625f563 2,263 1.00/1.00 vMB 35
674,621 674,621 0000000000000000000c270f4248080ddd5a8d6f0858d18da4a5ad545ea5f40f 2,366 1.00/1.00 vMB 94
674,620 674,620 000000000000000000030e055c385318e8a9b658759a3d9b5c2874a78411c711 207 1.00/1.00 vMB 20
674,619 674,619 00000000000000000002c004ef0504c880d7d83dd9b5343000e8e3b71baa572b 1,525 1.00/1.00 vMB 61
674,618 674,618 0000000000000000000b7f55f3cfdfe0376e6d72d7e854bc7d18c103468b588e 1,454 1.00/1.00 vMB 107
674,617 674,617 00000000000000000004ac6ec4a1a54fb6a24e5829ffe3fea6def831854f85f8 2,255 1.00/1.00 vMB 76
674,616 674,616 0000000000000000000a4505e1b789f1629e132530e47131b23c01f353c76182 2,156 1.00/1.00 vMB 59
674,615 674,615 00000000000000000000a7f65a808c5813090a5889a21f92f30b2929a3b7306e 2,323 1.00/1.00 vMB 42
674,614 674,614 000000000000000000004671083701c6e609072bac3ccd30adf2bf4d6db5e5ee 2,368 1.00/1.00 vMB 65
674,613 674,613 0000000000000000000c65ec0437f4d02c3c1f82156abe7d5e0e026b31c6c8ca 1,807 1.00/1.00 vMB 38
674,612 674,612 00000000000000000008507bb9b2f4d5a13bd002a8c0c863e7927a73b8061ac6 813 1.00/1.00 vMB 17
674,611 674,611 00000000000000000006dcd3ec1837be312461e45e97e2f15b2a1a3d7fa4f294 2,230 1.00/1.00 vMB 47
674,610 674,610 0000000000000000000a7144fab1191cdf5085a34a438e5e7042d3f879295a6b 2,042 1.00/1.00 vMB 13
674,609 674,609 00000000000000000002bae9268515e77d0f770a8e59bca9b14fe31c540a23a3 2,386 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.