Loading Tool

Explorer IconExplorer

Memory Pool

44,312 transactions
31.55 vMB
0.11033115 BTC
Random Selection Loading Transactions
Max Size: 160.59/200 MB

Candidate Block

Mining Attempt 444a06daf2c6231f6e55512d28344ed7ac4b7e1e9fc47e992d975008b816b00a
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 860aed6a67b7a2a7b16e3a75e6aff0eeedebf89728c3a6db4e2a98bb0d5fb29f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.04415085 BTC
Feerates: 150.41 > 4.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (787,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,705 126,705 0000000000002c5577c842cbced3970ccb8b5886bb03f2a66780f01dd5ec1f54 29 0.02/1.00 vMB 225
126,704 126,704 000000000000356e41bacb05104fada35e2586363806090e4aab8619e695eaa9 25 0.01/1.00 vMB 699
126,703 126,703 00000000000007579424af2d282516c337f8da7ec8a6892759d48be19c6158b9 14 0.01/1.00 vMB 353
126,702 126,702 0000000000001c8fdf2570a369a5de08d92dc3e80b232487fc4e46f34dfa3c6b 3 0.00/1.00 vMB 0
126,701 126,701 0000000000001125742d8b55863088b91bd96befc0671419eaf1dfca6acfc435 69 0.03/1.00 vMB 1,583
126,700 126,700 000000000000139ad4540d0412b70d606c313e221135523ad421121387f8473b 8 0.00/1.00 vMB 404
126,699 126,699 000000000000328a2e22bbd74c075ba6552fde0513d3d79dd0b4f4b68abc9704 7 0.00/1.00 vMB 692
126,698 126,698 0000000000003c79b5e6c8599fa893a7c7f4cdace343adc1e9204357e343d6d7 25 0.01/1.00 vMB 1,015
126,697 126,697 0000000000002eb555e2919d4a0192561e2da0d9a09450b6c91fe35a64703c99 5 0.00/1.00 vMB 649
126,696 126,696 00000000000036a010ed7fd7586b533001b422915195fa957a6aafb77fcb53a4 8 0.00/1.00 vMB 722
126,695 126,695 0000000000000267329dc81124d858e421ce7321363c53f31ab8109aa2581045 4 0.00/1.00 vMB 1,414
126,694 126,694 0000000000000b304878ac8cec382a68a5d51edb6e16559c694e7613432549f2 47 0.01/1.00 vMB 41
126,693 126,693 00000000000028a5704c80354000fd07820ab68c4580f5a2d38128b7d5bed4e2 26 0.01/1.00 vMB 910
126,692 126,692 0000000000000073c1f07742d2d068f3f853c89fa3e85fa4eded86ca9a15461a 20 0.01/1.00 vMB 740
126,691 126,691 0000000000000d8ce7fd4daf869871d6b3e7e514a3da871eaad7e4c049f11de4 12 0.00/1.00 vMB 339
126,690 126,690 00000000000005c5b999ba4bd36c04e927fb71bae66eb992aecf2b809bba256e 14 0.01/1.00 vMB 599
126,689 126,689 0000000000002b57f8432ec09fed9f4844e71c8f25c38623ed818f963e6337d9 6 0.00/1.00 vMB 0
126,688 126,688 00000000000031200333a365757d027d6169790ea859d42890c89c45cb897042 16 0.01/1.00 vMB 1,372
126,687 126,687 000000000000139ae6575ff8c4702e2c8e187f408211704f39c59b55ceef8a9f 1 0.00/1.00 vMB 0
126,686 126,686 0000000000002dfee4ed2545f48bd9609786859266d25cc87349402e60c2066a 10 0.00/1.00 vMB 4,461
126,685 126,685 00000000000030635528120589c24503303b7dccf1b2cdcbab2a33dc25a81e21 12 0.01/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

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