Loading Tool

Explorer IconExplorer

Memory Pool

28,140 transactions
7.03 vMB
0.05414471 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.62/200 MB

Candidate Block

Mining Attempt 5ae0013c0f64a2a864d1f0b80de0715acdc4bf3fc4ab9f9c914e8efd97efda77
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 168eca030396096dff44772f7c55bd2b3a0a148e5756af2c97a9e8b5195f22cd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,227
Size: 1.00 vMB
Total Fees: 0.03053584 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (655,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,973 257,973 0000000000000006fe310f36702731d78c39fe41692a82fdc8d650eef65b22b3 0.29 MB 334 46
257,972 257,972 000000000000000bee91337a04ebea333cbadb7ba528f828b08bd8c3c35051b3 0.25 MB 514 136
257,971 257,971 0000000000000016a37dd73979f7eeaf42968680e0fe6f897b10f5a04b051322 0.04 MB 126 113
257,970 257,970 0000000000000019c6b7c474dec092927fb3a8e84c6f03d61a60045ea355afc1 0.21 MB 471 108
257,969 257,969 000000000000001acc3f83485a392b4f17988c0131d2e7709c36855b73954d15 0.02 MB 64 123
257,968 257,968 0000000000000006bef3f7ffc58a11347a278a6d00d9ca075b3e724c2c869071 0.05 MB 120 93
257,967 257,967 000000000000000db41451e072502c40f28b41d14b7b46883591ada6817dbf03 0.01 MB 36 99
257,966 257,966 000000000000001e57de8e0f5dc72853db8bbb8a1b20234192b44aa138227ea7 0.07 MB 166 151
257,965 257,965 000000000000000b73f1b193ded9365aa5afd878af1385b59c4c79c1e61ad1c0 0.08 MB 206 112
257,964 257,964 000000000000002045fc88370314e1632c4d729accc74a864a47be93528cb3af 0.12 MB 90 77
257,963 257,963 0000000000000001091950ae13bcd9475d7c95292f279d222e5829797eebd138 0.26 MB 73 80
257,962 257,962 00000000000000296efe7d6311d9bce6088048c90dffd99cc299f2581059b0da 0.18 MB 364 93
257,961 257,961 000000000000001379862ad118047e4481c627d504d9cdf2cfb83b4f5c0bfb11 0.05 MB 140 147
257,960 257,960 0000000000000008e4dc986b86738ecedcfb264ac573f50bd15e48cd27846d2a 0.02 MB 44 81
257,959 257,959 0000000000000010ba3c41e0d24b6b6d6de09a9423d772dd43516d65dabf4c70 0.13 MB 329 73
257,958 257,958 00000000000000295d2c06c5881d12fca6741279e2c41a42a619e668dc25c512 0.10 MB 256 121
257,957 257,957 00000000000000101dee41af79688a5c51762c282d9d1a69a62ec1d44170aa0f 0.08 MB 234 21
257,956 257,956 000000000000000d015ad09509f5bd5749f5e26925cde044ebce6765f17dcf66 0.09 MB 198 92
257,955 257,955 0000000000000020f9442144f923dae42308503e43040920f3a6c7206bf42a01 0.01 MB 17 98
257,954 257,954 0000000000000019a1a9778fef02edd7308ae1c184b0fae064f25b048afe9421 0.08 MB 203 126
257,953 257,953 000000000000000baca05804f1de42843654d54b2d462f4dd43126beab418759 0.08 MB 214 108
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.86 GB
    • Received: 0.35 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.