Loading Tool

Explorer IconExplorer

Memory Pool

77,853 transactions
29.14 vMB
0.08275859 BTC
Random Selection Loading Transactions
Max Size: 176.10/200 MB

Candidate Block

Mining Attempt 12c2a968984349b1cab3cad6f6c01237a91fa53a14e9326c0831b2ae2da21961
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 109cb80f41c9fdb1fe6e794d91c0b62296255e359614b1f978828ad57cc12234
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02168553 BTC
Feerates: 302.06 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (285,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,677 629,677 0000000000000000000c984bd299a4ad75fd4730da60b778adf390e8a18f5527 2,583 1.00/1.00 vMB 39
629,676 629,676 0000000000000000000bb7734d0ff655bd3e48e08aa04d8e816a5b73f8d5125c 2,809 1.00/1.00 vMB 23
629,675 629,675 00000000000000000002878c4b66499ea223d436fd60e56ae8c90328ddffc3a0 2,974 1.00/1.00 vMB 18
629,674 629,674 0000000000000000000fb6b12fe36090c779d65e99c984cd1d349fde78b7d5cb 2,495 1.00/1.00 vMB 59
629,673 629,673 00000000000000000006001f7b2dc98f61eb062e0921a7f0baa204974e721408 2,080 1.00/1.00 vMB 45
629,672 629,672 00000000000000000007c50e2116e478f0a5c9108e9a660575e2c939d68e4ff1 2,721 1.00/1.00 vMB 99
629,671 629,671 0000000000000000000f01d6817b00c8c684f32288cd477ab2a0eb7e88e2d04c 2,896 1.00/1.00 vMB 92
629,670 629,670 0000000000000000000468de5e53bf380912c54ed216775face1a7de74cc9deb 3,022 1.00/1.00 vMB 96
629,669 629,669 00000000000000000005b4a0e357b49c58f9221aee906cc896a2dbebdcffd187 2,534 1.00/1.00 vMB 105
629,668 629,668 0000000000000000001017843d2156f333de1e0668ac2985f74d1062d9790d00 2,389 1.00/1.00 vMB 103
629,667 629,667 00000000000000000008cf2e9b9e4126fb0c191d3d605b9bd662545d31ed1f61 2,404 1.00/1.00 vMB 39
629,666 629,666 0000000000000000000c7825ef7b849db2e60d9410612293a885689e4e9ebe23 2,700 1.00/1.00 vMB 104
629,665 629,665 000000000000000000028f87c24c3d18d1e1001c01c8fa144a6f40047421ed7d 2,311 1.00/1.00 vMB 32
629,664 629,664 0000000000000000000e620d846ed108bad0dc6cd6ead75d2a8f816f4f74ffb5 2,655 1.00/1.00 vMB 103
629,663 629,663 0000000000000000000b4c3ec4959e7212fa4343b0f872dcb2bdef722102a129 2,682 1.00/1.00 vMB 61
629,662 629,662 000000000000000000116f8e58c5e2612308da9b0f2ed239c087715db3a1132f 3,042 1.00/1.00 vMB 43
629,661 629,661 0000000000000000000701dae74fb6d3b39331f914d11c6af99f977dac9b7512 2,999 1.00/1.00 vMB 41
629,660 629,660 00000000000000000005fce163dcfabb4d5397d6f2f4a9cca6ecb85381309ed4 2,452 1.00/1.00 vMB 64
629,659 629,659 0000000000000000000c4634ce4b749d49872abe8a64c8754d71e48d3277c351 2,378 1.00/1.00 vMB 82
629,658 629,658 00000000000000000003d4b67e66dc58c89f06743e03bcfff43b6bb57489f957 2,832 1.00/1.00 vMB 67
629,657 629,657 000000000000000000103efd6db5ba96a9d51acf0c4769aa40b5ce7c0bea4a41 2,322 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.