Loading Tool

Explorer IconExplorer

Memory Pool

74,444 transactions
27.48 vMB
0.07118838 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt 0b5a24347d5735797f13d6ed6ed500c11b8506c6777dbf13185ec7ed8151575e
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root f8bbda6f85b4c4713fca41c7ba59e8e9cd9d4b690f17f442fc587e4b2c7df4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.01248602 BTC
Feerates: 301.57 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (318,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,473 596,473 000000000000000000024f8474bbe192a1020a242207daf60a3dee4222fa2eeb 2,628 1.00/1.00 vMB 33
596,472 596,472 0000000000000000000c09e129c5bb8de3b04516a150635c2a336c3869a46d8e 1,502 0.45/1.00 vMB 23
596,471 596,471 0000000000000000000dd843da64ff312b4a8ca1253c0f1b58285d654e54b8c2 717 0.22/1.00 vMB 41
596,470 596,470 00000000000000000016d2daf9255b3d8472d5cceb30a071ea9e8e74860dcdaa 2,143 0.78/1.00 vMB 29
596,469 596,469 000000000000000000110caecc86b49f7a2d82df6e7339c31c5ef649e9db257d 1,780 0.61/1.00 vMB 29
596,468 596,468 0000000000000000000aeec35334597db5cca7a0cd2b95fd527d0dca467f715e 2,468 1.00/1.00 vMB 21
596,467 596,467 000000000000000000063f797133ee0ca30bf29dc4570188b8794de34891bd4b 2,375 1.00/1.00 vMB 12
596,466 596,466 0000000000000000000daec7ad939592e21ada281e000038b54b1494cde2d9e9 2,484 1.00/1.00 vMB 36
596,465 596,465 0000000000000000000cf420c3f1dc9d4f4e23561c25d8f2347a5df00d41eeca 3,354 1.00/1.00 vMB 54
596,464 596,464 0000000000000000000629c7eea1c096d61bc671156bc8f5ccd4de915443024b 1,118 0.39/1.00 vMB 29
596,463 596,463 00000000000000000006f4791bdf1c5eab9be8ae204521c726f4a712fb40d0c9 1,891 0.65/1.00 vMB 26
596,462 596,462 0000000000000000000c7c54de83d77f801e090df631762cf3797569d997b743 2,295 0.75/1.00 vMB 32
596,461 596,461 000000000000000000072ee382ff6401b3f575a5be535d6258bf9b8e11b6389d 1,701 0.55/1.00 vMB 20
596,460 596,460 0000000000000000000ddef69d5575623f285715f8d9c2f162220357adc415b9 2,847 1.00/1.00 vMB 40
596,459 596,459 0000000000000000000dbd83b67c9823cb87d62bb91814df3bfb321e81977b6f 1,981 0.66/1.00 vMB 27
596,458 596,458 00000000000000000002f68566ce8018d0224db2ee0676b7c3d0baa8400bda9c 2,202 0.82/1.00 vMB 11
596,457 596,457 0000000000000000000e62c825845cb7d41bddbdb06aefd124ec71c2cd6d7d34 2,897 1.00/1.00 vMB 26
596,456 596,456 000000000000000000017930162db63ccccc90c16f45ae4002ec3deb86c68efb 3,182 1.00/1.00 vMB 50
596,455 596,455 00000000000000000000774d01050f15c7069fe9a547378547286da7a53387a4 2,403 1.00/1.00 vMB 10
596,454 596,454 00000000000000000011e422c6a5730924c1890f1a00ad463e25e528a921181e 2,584 1.00/1.00 vMB 38
596,453 596,453 00000000000000000009a4c560120c38ee5cec0ecc49a6db4bbe6a659b21a96e 2,881 1.00/1.00 vMB 34
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: 711.85 GB
    • Received: 17.13 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.