Loading Tool

Explorer IconExplorer

Memory Pool

1,092 transactions (0.37 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.29/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,409 000000000000000000022b910000000000000000000000000000000000000000 1,090 0.00882013 BTC 0.36 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,408 (882,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,592 29,592 0000000014a78ecc0341a7ed03929ded058f111c8de280bb0e1e0b7cf5b1ed93 0.00 MB 1 0
29,591 29,591 00000000dcd3d88f0857de0151e53bdb7c9e4c1cc2206ffb0f213f94264f478e 0.00 MB 1 0
29,590 29,590 00000000aa31f66df4fdf3f0c116eca7a1acfec239f1d5a55d5cd33d31d0ed9a 0.00 MB 1 0
29,589 29,589 000000006c8aef9e8d9e03015354e11e079a32b0f0d11cfa3ad8e1c7dff15d60 0.00 MB 1 0
29,588 29,588 000000007dab4a9d13c7418b94e22d43c955e843f510ca941edb456c5675ff4b 0.00 MB 1 0
29,587 29,587 00000000a02bbda32889a64b490ccd5c5d1ff7ff9eedf8e3f0a948f96a42b5df 0.00 MB 1 0
29,586 29,586 000000003d37d7bab813f38ac3fc4917440677ffe029ca7eba03a47993197ebf 0.00 MB 1 0
29,585 29,585 00000000d69281603a0b2d569e099b43de79e3badbe6023dfc1784388751f509 0.00 MB 1 0
29,584 29,584 0000000072a1e2ca11784c36e962037cf0ba9e3b1fbcaa9bdad42dad3d284f91 0.00 MB 1 0
29,583 29,583 000000008dd1395dcc3bde31fa7e5cf8460564930d2f21959832054929a16669 0.00 MB 1 0
29,582 29,582 00000000cdbe58bb0c29c749584fa5e22c9beb5a935473bd58006bc5f83d81b8 0.00 MB 1 0
29,581 29,581 000000009e86d5c8581243e9659fae2053f29823841920f6875a932dba9e7a1f 0.00 MB 1 0
29,580 29,580 00000000e5d6f3234e4e581bf29ecb4dda81edab60dea5a6f12fd689c68d8628 0.00 MB 1 0
29,579 29,579 000000002b607ba979303c4257f1549da27fa73e1463fe32ae2ea83c5804aefe 0.00 MB 1 0
29,578 29,578 0000000095ea1f5d383c553c079ad5bffce9c707f4465cb3351536777aaf6e80 0.00 MB 1 0
29,577 29,577 000000004bcc49c7cf638aeda21b38de519e4408e8b0d5c0192f864366f16a60 0.00 MB 1 0
29,576 29,576 000000009c68bd5850bd36f4e13faf6ae12ad1ca7c62dea5333c2db04225469b 0.00 MB 1 0
29,575 29,575 000000004545eb77b8f2d733f8be8295dc47b1b9529bacd3cb8d03c6095de939 0.00 MB 1 0
29,574 29,574 000000001cc7a37e0eea9630738adc9256dfdedd67f0e539c2683d5ac950b7ee 0.00 MB 1 0
29,573 29,573 00000000283df9a0f42d531313e91162d5f6686ebde8388ba8dc5633ff226963 0.00 MB 1 0
29,572 29,572 00000000bbce62edb4d0528a9309e5c7bdc825e2ccf62723c0671982a733adc4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,550.96 GB
    • Received: 137.34 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.