Loading Tool

Explorer IconExplorer

Memory Pool

76,088 transactions
28.49 vMB
0.08571580 BTC
Random Selection Loading Transactions
Max Size: 172.96/200 MB

Candidate Block

Mining Attempt 562db8a5fef0de4e6403705e8c2780e8957b99117ae1b883477e68d174b123d7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root f267f84596483df41e8b727f5db4410bcf5736deaa2c4e90ff3407eebdfc6e21
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,749
Size: 1.00 vMB
Total Fees: 0.02075981 BTC
Feerates: 180.82 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (6,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,534 908,534 000000000000000000006653dbcf89e59c85e26152d2b5b7024b6cbe3329649c 437 0.97/1.00 vMB 0
908,533 908,533 0000000000000000000076ee4c211653d5a9e49b8eecd26bae3d041789c0a887 1,586 0.98/1.00 vMB 1
908,532 908,532 0000000000000000000140c88b050638bd94c9ad4880c0601462aeec18977ffc 2,541 1.00/1.00 vMB 3
908,531 908,531 00000000000000000001a9efe8a402dc751fb4c7df1a76306f928aeb2171e3d6 1,494 0.99/1.00 vMB 1
908,530 908,530 000000000000000000008af4af584580528587ab57486d0a33ac4992126a1b4c 2,811 1.00/1.00 vMB 1
908,529 908,529 000000000000000000012046850899195a3e0150e4689974245eafa4a09c4d0b 2,757 1.00/1.00 vMB 3
908,528 908,528 0000000000000000000117001b8fd321af74140c8d09a762f6686f5dd156d5f9 3,542 1.00/1.00 vMB 1
908,527 908,527 00000000000000000001d06f538666e0cde6f089e432910959ceb37f44859b36 3,761 1.00/1.00 vMB 0
908,526 908,526 000000000000000000013375989c1454f79156291184d0ce8e7efde817217564 1,028 0.29/1.00 vMB 2
908,525 908,525 0000000000000000000034d3e2312e0e846fc8449e3fa04beb6b5431c8298e35 4,742 1.00/1.00 vMB 0
908,524 908,524 00000000000000000000c97c2d7bbe0e1c8c7772089d7ccadd1d9bc27dd83b8b 3,198 1.00/1.00 vMB 2
908,523 908,523 000000000000000000014cf57aa47aa461c8b1ec52024f7c3dab03a30caeec80 641 0.19/1.00 vMB 3
908,522 908,522 00000000000000000001db966326ff02afe4e38c6205a42384eccf2d0185efb0 4,810 1.00/1.00 vMB 0
908,521 908,521 0000000000000000000004b4ec861222e284f51dcffc14380cadf8b0a36cefdd 2,658 1.00/1.00 vMB 2
908,520 908,520 000000000000000000000741cc8a90636574e524322bcc71e423b859ad2fe106 1,468 0.47/1.00 vMB 2
908,519 908,519 00000000000000000000a66fd341a5980ac912b9433084c46c64f51bbe32ee3e 671 0.27/1.00 vMB 2
908,518 908,518 00000000000000000000faea3da088419b15f70dd7a6d32ab26f7f0706c5adc1 869 0.39/1.00 vMB 1
908,517 908,517 00000000000000000000ccf2c160b07965b4f15642bd96d4fdf40a1d6e14593c 2,435 1.00/1.00 vMB 3
908,516 908,516 00000000000000000001b8f5e77538348d00f64672ddb1e528350b72f057e202 1,615 1.00/1.00 vMB 1
908,515 908,515 000000000000000000000e11171c807396b2f47029c462baa71a5875fdf6a974 3,273 1.00/1.00 vMB 0
908,514 908,514 0000000000000000000025a8291a3289a40b37e32ad7f92671ff8e4a4a9987a4 2,746 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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.89 GB
    • Received: 17.24 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.