Loading Tool

Explorer IconExplorer

Memory Pool

82,720 transactions
32.02 vMB
0.08044498 BTC
Random Selection Loading Transactions
Max Size: 194.47/200 MB

Candidate Block

Mining Attempt fdb3cbcec9499abdf4f46066affb455d66cb695e67bdfd88a35b427ec69c8ad4
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 47b24243d00fe4b3486acf49259a67ce02ee06e8b6b5cd90a28241821f84537b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.01024809 BTC
Feerates: 146.96 > 1.03 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (256,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,507 658,507 00000000000000000000824e83b07f1b036410cb2b89ea2bc79cc8e67983e2c3 3,050 1.00/1.00 vMB 94
658,506 658,506 000000000000000000013ce5f48a9f29414be5fa0f76fc5ea9fd8a7e045422d2 2,799 1.00/1.00 vMB 95
658,505 658,505 0000000000000000000337482657e00a2cb3f1186579e753643420ac0964011d 2,620 1.00/1.00 vMB 87
658,504 658,504 00000000000000000007a3674889bc7e365f59b8c458584662d211b5dedce92c 2,596 1.00/1.00 vMB 101
658,503 658,503 000000000000000000087a621e204cbb747841a4ca6145f52aa658ab8e01ac79 2,737 1.00/1.00 vMB 95
658,502 658,502 00000000000000000000585d6f3ba36d25d4464be83ec148aca122f5c7d9d23d 2,979 1.00/1.00 vMB 79
658,501 658,501 00000000000000000005242c52d2c6f8cda8b1994ce61706c6c8e81d9a6bdfa9 2,112 1.00/1.00 vMB 72
658,500 658,500 0000000000000000000cce526450f610277efbd7ca80dd15d51b532be82a0eb1 2,615 1.00/1.00 vMB 76
658,499 658,499 0000000000000000000da6e35f5da856839053a6448bc5ca4e9a873dddb310af 2,580 1.00/1.00 vMB 78
658,498 658,498 0000000000000000000d4bde34212a5c4a16b8b17e039cf2989135af02eea3cd 2,795 1.00/1.00 vMB 110
658,497 658,497 00000000000000000008de12e8ae22ca747ae1c3924b4717a4e860715c6178fa 2,643 1.00/1.00 vMB 73
658,496 658,496 0000000000000000000dea6243e8cb5668790821cd87ef2b8e8cd310cfc425c4 2,653 1.00/1.00 vMB 74
658,495 658,495 0000000000000000000c8ab72f4706dbfb48255a8ad3cdda0e183f4a2393a688 2,582 1.00/1.00 vMB 108
658,494 658,494 0000000000000000000c604ddd3d6c2fc64673d56fa4caf73a96566bdfd3e552 2,835 1.00/1.00 vMB 74
658,493 658,493 00000000000000000006f325efebc890a88bd800621971edcfb85ad6edfaba5e 2,540 1.00/1.00 vMB 84
658,492 658,492 00000000000000000001d9e4a0f35d38f74d00d2732b5233145e85f50309973c 2,973 1.00/1.00 vMB 113
658,491 658,491 00000000000000000003f7f0ab670c7f7a32cb834691bca179d0528e34ca9308 2,824 1.00/1.00 vMB 72
658,490 658,490 0000000000000000000af770abfb84a65b79dafca7ce0957b8fad03270732a03 1,377 1.00/1.00 vMB 60
658,489 658,489 00000000000000000001b71354e06ade1ead788425fe6a0ffea4e57b288057f7 2,709 1.00/1.00 vMB 73
658,488 658,488 000000000000000000041a1497f4f8dd2100c3f75ee35acef4c57f0402254b80 2,308 1.00/1.00 vMB 83
658,487 658,487 000000000000000000003ad1e412f91cd75d8344d5afcc5df0d93038ecdb9bef 1,522 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.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.