Loading Tool

Explorer IconExplorer

Memory Pool

53,278 transactions
29.64 vMB
0.09888766 BTC
Random Selection Loading Transactions
Max Size: 159.07/200 MB

Candidate Block

Mining Attempt 9987af2a6934e8ac95ee33e6790c556bb7b634863ef18326b63f0481891e894a
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 73a3e4ce046532e3c95dce3dc53790457833aca6b3351d8bd99de453d07256b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.02770167 BTC
Feerates: 100.53 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (201,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,034 713,034 00000000000000000006fecc059fb69dfb433323addc0df6cb9d6b3feb9d90f5 1,065 0.91/1.00 vMB 3
713,033 713,033 00000000000000000002db7ab7e2e61c5a213df538e7f06c500bab22690d3fe5 1,796 0.98/1.00 vMB 5
713,032 713,032 0000000000000000000687439d02b929b5ba78e437fd8b1f99e2d1b5c32719eb 3,379 1.00/1.00 vMB 12
713,031 713,031 000000000000000000058a54667270594b2e29e9d66d00b8198857b4a9be35c4 1,209 0.66/1.00 vMB 8
713,030 713,030 00000000000000000005134fd17bb5d5a5ba9991c3100a1b08b628583da3d90e 2,755 0.95/1.00 vMB 8
713,029 713,029 0000000000000000000955f24fae8e1a5b4ef526cfc22798d7d470a91d7a78e8 2,143 0.89/1.00 vMB 7
713,028 713,028 0000000000000000000c326c4ac7be78918518a2b5f6e0659c4feffe776b5640 480 0.15/1.00 vMB 9
713,027 713,027 0000000000000000000211e53bb46d656424ad5163eca99a81ee86aee525076a 759 0.53/1.00 vMB 6
713,026 713,026 00000000000000000008bcfd69f0117877f895d6e6adba80bf8598c224982978 564 0.25/1.00 vMB 6
713,025 713,025 00000000000000000000a3cd4f71090351573e4d921856284eb95f5d1546352d 838 0.59/1.00 vMB 4
713,024 713,024 0000000000000000000c7cfbb57fcc4fbfd00f03a36404bce2d5713ab6c00a50 1,955 1.00/1.00 vMB 5
713,023 713,023 0000000000000000000a6fdf3d95f41cfda6b26aae892a1aada95d7dcdc2c60b 2,705 1.00/1.00 vMB 7
713,022 713,022 0000000000000000000a1a4a2cde340f9010187ab1096b742e6ced737665ec7c 2,300 1.00/1.00 vMB 9
713,021 713,021 000000000000000000004cb9224a2d9a8ce02a16fd803c93465b8ef367ce8819 2,577 1.00/1.00 vMB 6
713,020 713,020 00000000000000000005075b2dfbb94d9a7bee8d22422dd7649df8b48d30df8b 2,942 1.00/1.00 vMB 10
713,019 713,019 0000000000000000000693025aa262c249f9d8d39eb3616c9648b3cb81332cfc 3,099 1.00/1.00 vMB 14
713,018 713,018 0000000000000000000898a0bc92937a02f957717dd585ae62be8d1210d0659c 2,482 1.00/1.00 vMB 23
713,017 713,017 000000000000000000001c4fb20e57d50e988a7dbe3ee46b2ef5d809f839dcd1 2,081 1.00/1.00 vMB 8
713,016 713,016 00000000000000000001097fe04f5209f0cdf96438f44d250eb9d5b1895d9155 3,224 1.00/1.00 vMB 12
713,015 713,015 000000000000000000069c4c33e9cea2677f00e7cfb8ad17fb2223aef9d64d44 3,445 1.00/1.00 vMB 12
713,014 713,014 0000000000000000000b78f375c27f554d2d28afd893f67ee88f0f76aa54e67a 3,257 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.