Loading Tool

Explorer IconExplorer

Memory Pool

80,895 transactions
30.60 vMB
0.08509849 BTC
Random Selection Loading Transactions
Max Size: 186.64/200 MB

Candidate Block

Mining Attempt 13b661f3f211ee499106937755718449eb82c7184ab266ec4177a0af791a3023
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 02a7e864d9c251465c2c207969fea2c26d5cd226c35e3e527aa2fa883c52659b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.01595012 BTC
Feerates: 301.57 > 1.60 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (532,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,639 382,639 0000000000000000001093d6e750bc640311f5c7178f04b24bd69cbbeda2c71a 965 0.68/1.00 vMB 29
382,638 382,638 00000000000000000bf526519f9981a2ae781b79180338a43fb6d9e2858816c1 465 0.52/1.00 vMB 26
382,637 382,637 00000000000000000f51966a256a70a0b0b8a089a00fc320b9e35f13c346a579 741 0.75/1.00 vMB 10
382,636 382,636 000000000000000010ec712131784a65e1a2469320c7dadb18007ad95fc26b06 275 0.93/1.00 vMB 10
382,635 382,635 00000000000000000ba85f42ff7aeeb13ec3b675abf71333c7f4a8e622b5c9b5 1,691 0.88/1.00 vMB 39
382,634 382,634 00000000000000000d47b58ec5ed4fb4e87d2e2eaef94ce7fcd9984767cb3384 818 0.43/1.00 vMB 29
382,633 382,633 0000000000000000071fb3c41a92ef415388535e5b302c565b06815bd8987afb 1,373 1.00/1.00 vMB 21
382,632 382,632 0000000000000000067c28f16eaa93a30a3977d9a0054c6cd4856ff801837794 1,821 0.93/1.00 vMB 37
382,631 382,631 000000000000000003f3f9309b5d0dcb7d4f1a150cdaa75202ff6d6180b0849c 1,914 1.00/1.00 vMB 40
382,630 382,630 00000000000000000935363ecbfdf89cadf1a102e5544b2fd305408a23f79f1a 387 0.32/1.00 vMB 20
382,629 382,629 00000000000000000d52362a69123f295e1d43dedcd6a3eb5a37d39ba1256310 1,974 0.93/1.00 vMB 36
382,628 382,628 00000000000000000f6952ca198d447d06d70cc92fbace6d66e8f248458629a6 906 0.66/1.00 vMB 27
382,627 382,627 000000000000000009f14fde7869d9a952ce55a93a59ad34ef0485dbef3b2e0d 1,509 0.75/1.00 vMB 38
382,626 382,626 0000000000000000046a5d50dfb77bf09a907ed2d55dfb3e1ddcbc54972e008f 213 0.99/1.00 vMB 7
382,625 382,625 000000000000000003c9d5f90e2149b27924b6431a6d1d97aa0150724231b8d0 417 0.75/1.00 vMB 14
382,624 382,624 000000000000000007b1f4bf220e21dfa87c7ad0d1179fde3771ee08930a6ba1 192 0.72/1.00 vMB 11
382,623 382,623 00000000000000000b6b517a2b6e1b2d50c3bc892a78717fc0b156ea38185683 1,399 1.00/1.00 vMB 28
382,622 382,622 0000000000000000023b8ebd79397e59453c10d5a746930a8205bb5b76bacb7e 1,486 1.00/1.00 vMB 21
382,621 382,621 00000000000000000983e08c3bc1c9f7a7aef13672508e448afbec7a6df293b3 1,960 0.99/1.00 vMB 34
382,620 382,620 0000000000000000063da41b2338a89b6bc6f5dc41a59e8a5f869e1b23cc96e8 2,045 0.75/1.00 vMB 48
382,619 382,619 000000000000000001e1435dcf809ae0d782b903f8d133cd8564078faab6f513 106 0.38/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.