Loading Tool

Explorer IconExplorer

Memory Pool

77,682 transactions
28.86 vMB
0.07013701 BTC
Random Selection Loading Transactions
Max Size: 175.07/200 MB

Candidate Block

Mining Attempt 0b75d67f0853e66376ddb4e7a7385e2d31cc10e4b1e26b4cc988e4e1556588d5
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 6088e439aaeb28c73e9b851b383863bbff911c911b27c5b7349783e062fe39bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,755
Size: 1.00 vMB
Total Fees: 0.01011452 BTC
Feerates: 73.20 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (365,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,061 550,061 00000000000000000025c7f71e25ab9ae7d71fa79cd9a64ad12b2cd1e8d72200 2,613 1.00/1.00 vMB 21
550,060 550,060 0000000000000000000a77ac5b5914ced09dfa1800f25e959020767ccc4b1ef0 2,502 1.00/1.00 vMB 21
550,059 550,059 00000000000000000026ae3cb76961f37ce4ee8b72393846f207626e0dce85fc 2,201 1.00/1.00 vMB 25
550,058 550,058 000000000000000000263fe78c5762871b4ce22e14a4587d4f5c4b3d9aa704c6 1,672 1.00/1.00 vMB 42
550,057 550,057 0000000000000000000b8b6ec6f89d35f18f7394d317a388502bc8c6cbae5a98 1,376 1.00/1.00 vMB 65
550,056 550,056 00000000000000000023fbe0815a3c889950e6eebd72379e1dfd737fea66a0f2 987 1.00/1.00 vMB 74
550,055 550,055 000000000000000000004bc4bfd0a2088492d637cd16695d72eb4de1667a55ea 2,081 1.00/1.00 vMB 33
550,054 550,054 000000000000000000174f749f4f692b1c0a2aeb99f9f0fe9a660e4da3fd5d0e 2,451 1.00/1.00 vMB 22
550,053 550,053 000000000000000000197f5a6cb87b4ce7c3c4c2dcae10d3c1b0275e16040e4a 3,010 1.00/1.00 vMB 25
550,052 550,052 0000000000000000001a6f1721df4f6a443f3a0be72ea0aee99f15bdb32b736d 2,717 1.00/1.00 vMB 43
550,051 550,051 00000000000000000019a349559151f4a94761e680d9e441b4f9e4ae0b4b180d 2,341 1.00/1.00 vMB 5
550,050 550,050 0000000000000000001f6d5408848c549bd2fe7ee1a1ab191e79107b98b50ed8 2,635 1.00/1.00 vMB 27
550,049 550,049 0000000000000000000027f7ace057f5ebc734458787b2c14178d79a5193336b 2,461 1.00/1.00 vMB 6
550,048 550,048 000000000000000000195fa65655201932ca2914d98f2d94de520452be773195 3,186 1.00/1.00 vMB 20
550,047 550,047 0000000000000000002315dbb6220f19bfdfdea002d53d701ca54c32002878df 2,594 1.00/1.00 vMB 18
550,046 550,046 0000000000000000000f8c0121ed5e5ac4cefd7a2673db54a97af597bbc513fc 2,362 1.00/1.00 vMB 51
550,045 550,045 00000000000000000010edf55fa62bd049faf7b1c8e43e1b8bbc29e16afd71fe 1 0.00/1.00 vMB 0
550,044 550,044 0000000000000000000786a32bfb1abfcdca304db35502b66dcd2d299cbee569 2,725 1.00/1.00 vMB 13
550,043 550,043 00000000000000000015a3d4f98b405e54a301ec60fef4140429bd88b500c5ec 1,855 0.83/1.00 vMB 26
550,042 550,042 000000000000000000106890efd83444c6cf4b7cd7f7b93a054deecedf547eac 840 0.38/1.00 vMB 22
550,041 550,041 000000000000000000231ddc268f547a61265b96deb7d95a95dea72cc9ab4882 2,595 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.57 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.01 GB
    • Received: 15.85 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.