Loading Tool

Explorer IconExplorer

Memory Pool

75,424 transactions
27.73 vMB
0.07532923 BTC
Random Selection Loading Transactions
Max Size: 169.18/200 MB

Candidate Block

Mining Attempt f151683f203c644c6c75f25bcaca10725fd82d7a9e80616d3ffc07d146c3050a
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 741a8d0d9c8a7d4939e8ccf2aa7c36f27008b7d2b360fb9f48f586859fb9aed6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,561
Size: 1.00 vMB
Total Fees: 0.01606460 BTC
Feerates: 99.50 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (268,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,686 646,686 0000000000000000000915fa0c3b131e9d49f3bb32c3a089ae67a510fa6a1a53 1,699 1.00/1.00 vMB 37
646,685 646,685 00000000000000000005cdb662670817762edd77d66092b5453dac1f26a5b935 2,517 1.00/1.00 vMB 70
646,684 646,684 0000000000000000000a47eabdb7f17480c4e7ce96fa4d8dcf0aa129ea41f715 2,328 1.00/1.00 vMB 94
646,683 646,683 0000000000000000000941e6055ac5ceb0d19d04d1e1f62003211b55004fe746 2,656 1.00/1.00 vMB 101
646,682 646,682 0000000000000000000a40ddc133ef6bd6447c509cabfc702711d28b0e00e41a 2,239 1.00/1.00 vMB 89
646,681 646,681 00000000000000000001b2c211420cd62dfdee79bb82b47d5890fe25f4889e8e 2,344 1.00/1.00 vMB 70
646,680 646,680 000000000000000000085142a1f25559b56c252390ec6492da366b5f1d8236b1 2,129 1.00/1.00 vMB 66
646,679 646,679 0000000000000000000921659a20a0281a0b2d9fd44f3892e4cd351408dc84be 2,402 1.00/1.00 vMB 144
646,678 646,678 000000000000000000014ac8a1f5e6704f5b14502bbbd2b84a3516cd7402735e 2,102 1.00/1.00 vMB 121
646,677 646,677 0000000000000000000bf7604a2cbd58972eb53a026f09d6ffc7f7af2ec8f532 2,142 1.00/1.00 vMB 56
646,676 646,676 0000000000000000000c6ab81cf8c1565879711dba3647406bfe3b3c3fc68ace 1,760 1.00/1.00 vMB 129
646,675 646,675 00000000000000000005492a2a6f88ed1a667cbe7bb30738428760be3e14593e 2,358 1.00/1.00 vMB 161
646,674 646,674 0000000000000000000e01ddb1457a233199555292d385eb6fa0fbea52bcc9bb 2,067 1.00/1.00 vMB 58
646,673 646,673 00000000000000000008bbe6d6bfa0862063800e1c2cd19757a937b8442e233d 2,402 1.00/1.00 vMB 141
646,672 646,672 00000000000000000006745d18034074774ecf86132a0b19313f2c9a76488c7f 2,416 1.00/1.00 vMB 90
646,671 646,671 0000000000000000000d7a3b6451357a214270f38c3409d4013c4321114b3135 2,476 1.00/1.00 vMB 105
646,670 646,670 000000000000000000031d410158d107fdc498cda92bd1906671ee7e018d81cf 2,282 1.00/1.00 vMB 86
646,669 646,669 000000000000000000088d3c06b3ff9a3ff0e8d7e739fd443765992aed42597b 2,533 1.00/1.00 vMB 107
646,668 646,668 0000000000000000000a4adab3906c86267c3465637b9459298a6b46eaf23e0e 2,773 1.00/1.00 vMB 117
646,667 646,667 0000000000000000000fcdb1247465444b04b1f8df48ae1a3ca2b0d90fff8bcb 1,863 1.00/1.00 vMB 139
646,666 646,666 000000000000000000066981750f7c83db6a4b1eae9f95d805926d8be46d2506 2,355 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.84 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: 712.19 GB
    • Received: 17.16 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.