Loading Tool

Explorer IconExplorer

Memory Pool

41,124 transactions
26.58 vMB
0.05831526 BTC
Random Selection Loading Transactions
Max Size: 139.26/200 MB

Candidate Block

Mining Attempt a87ec52dee0428c5a31aecc687ba41ecc1a59612d56174ce5f60e7b6842d5048
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 133f8a7d7603f7d77fd0686bf0c3f48f271bd7da1211dac08c32afbdf9c4d0df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,803
Size: 1.00 vMB
Total Fees: 0.00952762 BTC
Feerates: 100.00 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (570,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
343,968 343,968 0000000000000000010c49cce889294499eda3d8e0177fb64b61208714dd2a40 551 0.27/1.00 vMB 30
343,967 343,967 000000000000000015f271ceb9a6dccf18c8a93cf6bc234469057c8ee1dd8406 63 0.03/1.00 vMB 21
343,966 343,966 0000000000000000159a1a17d0ada0ea4bb6b95f5df6e6390785cbc1e5b6cdf3 171 0.12/1.00 vMB 18
343,965 343,965 00000000000000000978969eb653d31bf28f4d6db9619306e076d54ef0e323bb 254 0.14/1.00 vMB 26
343,964 343,964 00000000000000001195e6069ecb9bb79c5010bef0f953ac32d02e171dcc14f0 383 0.22/1.00 vMB 24
343,963 343,963 000000000000000007ef90a9ee7f5c6bfb769021c2476e78119916b4189af619 100 0.08/1.00 vMB 12
343,962 343,962 000000000000000001509c4181c6b3403aa1d828b3461f36d4acd0476414ff25 265 0.19/1.00 vMB 26
343,961 343,961 0000000000000000135fb484ddc675622405b700f77622a96c340c05e403ef68 603 0.31/1.00 vMB 26
343,960 343,960 0000000000000000046ce707789b85ded5b18c45bf4ce2c91397c8110d920bb8 573 0.30/1.00 vMB 25
343,959 343,959 000000000000000006875172b9b33efd87733f9fc9d7b1745c4eed45c9d60825 534 0.53/1.00 vMB 16
343,958 343,958 00000000000000000bd28418fbdc60bd19cdc8097eaf3d0dbdfe333d88938e1b 512 0.19/1.00 vMB 33
343,957 343,957 00000000000000000ecb8135d03441bec92949ac0c67a81e532b9d56232db8a5 541 0.30/1.00 vMB 34
343,956 343,956 0000000000000000087d8a634f757d7025f05af761e5c01d87b073ba3482213c 498 0.30/1.00 vMB 21
343,955 343,955 000000000000000009b3849e481113c3fc8c2d769a8f9ef006d8f2560ba24d48 501 0.73/1.00 vMB 5
343,954 343,954 00000000000000000d3d816daffed2bc1fe35e75fb1886f36d6d0c3d28a9f308 785 0.75/1.00 vMB 17
343,953 343,953 00000000000000000f493b1a089b83cc8bad34c5c600f5c93c4fb3f7c321cfd3 2,167 0.75/1.00 vMB 42
343,952 343,952 00000000000000000d3a8be560d0c6b6a1dc64533d4f8cca5349cb64a3f0f739 974 0.75/1.00 vMB 22
343,951 343,951 00000000000000000d397a596e3d2ac8f6d13e07efde44751acc4020273e3c29 679 0.75/1.00 vMB 18
343,950 343,950 000000000000000001ace06e2c91e2f25add9c82c8fe1357476ef1f9bb64b8ee 742 0.75/1.00 vMB 16
343,949 343,949 0000000000000000018a7f181e9502317ac5029f666c380905d39244535d9962 1,238 0.90/1.00 vMB 21
343,948 343,948 00000000000000000d6cdb9353cec7c34912b167a04ae40b4102c566f5727a23 2,179 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.