Loading Tool

Explorer IconExplorer

Memory Pool

46,674 transactions
29.13 vMB
0.10233777 BTC
Random Selection Loading Transactions
Max Size: 154.90/200 MB

Candidate Block

Mining Attempt ae27d042b1136148e2b524b4a5a9a23269623c5e071885540620467683cd456a
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root f4cf7e04eacffaef4158bf61092fe70362ffbc522d9002cdc734a0f0f6e7f906
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,984
Size: 1.00 vMB
Total Fees: 0.04424294 BTC
Feerates: 261.10 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (284,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,619 630,619 00000000000000000004b2229bcbd87f60718daaf7c529060a7ad2e118e69b60 2,483 1.00/1.00 vMB 70
630,618 630,618 000000000000000000050d191a9ee2b969cb9cc124f48d7a9450d54a8f253526 2,734 1.00/1.00 vMB 140
630,617 630,617 000000000000000000058ae4bf57b7d53580503e6c427511f67f0b06dc0653f7 2,249 1.00/1.00 vMB 141
630,616 630,616 0000000000000000000c36149dfdb1e5935eedbe0305b65a83146a18b2d17a80 3,015 1.00/1.00 vMB 181
630,615 630,615 000000000000000000029d80f00785889a6adb4df717e8d55c16001be8a0cae8 2,415 1.00/1.00 vMB 38
630,614 630,614 000000000000000000092b14d9c034b40f0a39a3ca76f8f60376ac90fecdf8c5 2,436 1.00/1.00 vMB 83
630,613 630,613 000000000000000000107fa419faa9c7fa5e1f9d146caced9a3a3859ecd596b5 2,634 1.00/1.00 vMB 36
630,612 630,612 0000000000000000000f1bbf9d0d1de689442f49ecdfe012423e99bf91854859 1,840 1.00/1.00 vMB 28
630,611 630,611 00000000000000000001d93463fa762024233e9709ddf3683db1a95c912e8d2e 2,865 1.00/1.00 vMB 34
630,610 630,610 00000000000000000004fbd033ecc7da551633a89bd29277863d11c25b787226 2,267 1.00/1.00 vMB 41
630,609 630,609 0000000000000000000a9bb338003070a5f3a32359ae7c5da32afd28c8d6fc1e 2,839 1.00/1.00 vMB 77
630,608 630,608 0000000000000000000f6f3d5c14df343de3d3d5f67e96969cd86cfd3599f602 2,718 1.00/1.00 vMB 123
630,607 630,607 000000000000000000053970a46d75f666ff356be7c68451e1f65a8540e3a1e2 2,698 1.00/1.00 vMB 176
630,606 630,606 0000000000000000000a3de62d4a450a6a30e51c8965e405e501d12ae60f0978 1 0.00/1.00 vMB 0
630,605 630,605 000000000000000000058c62c0e1ec1b2171bb0d5b1283c0e213ed8c907cf2eb 1,941 1.00/1.00 vMB 166
630,604 630,604 0000000000000000000624aa13c4408d849746ef4720d8e7dc3c21044247e054 2,687 1.00/1.00 vMB 101
630,603 630,603 00000000000000000007df5c582e553f7d1f2629f774b88411a765edc6582920 2,437 1.00/1.00 vMB 55
630,602 630,602 00000000000000000009156973406180293acf409c0c91e2871b1c3feaf90a7b 2,881 1.00/1.00 vMB 162
630,601 630,601 0000000000000000000f86f24acd70be53810d3c3f4b7c694aa4e9b728e2cac6 1,581 1.00/1.00 vMB 16
630,600 630,600 00000000000000000004cfd45a8584fcfddf7569e829bbf0a1bc0e644fefade7 1,874 1.00/1.00 vMB 25
630,599 630,599 0000000000000000000e7d706de3e6040881e437e18cccf76bf285f470f94288 2,141 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.05 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: 650.96 GB
    • Received: 13.37 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.