Loading Tool

Explorer IconExplorer

Memory Pool

46,076 transactions
27.10 vMB
0.09863884 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt 4a6ec9d52bb4f4c4da6ebea9cb6c8aedc71c3a2d90cbf5d4f27e01693ef70287
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 46bf41e6acb43644313e862244c42ac5620f42d8e9c6be51f4205681dcff9f3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04824978 BTC
Feerates: 101.66 > 4.83 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (79,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,757 835,757 000000000000000000010288a20e46c5a40737b5d336bad35e69ee6c0dd23948 2,908 1.00/1.00 vMB 35
835,756 835,756 0000000000000000000348dd2a5a4f2f87cd619622b84d4694d46f4e2e578659 3,635 1.00/1.00 vMB 46
835,755 835,755 0000000000000000000209065009558bb6805ba28d2d82cd22be357d6d778d9f 3,132 1.00/1.00 vMB 35
835,754 835,754 000000000000000000020f2f34690de574fecb9c1211085b43b60668a3aa5499 3,676 1.00/1.00 vMB 37
835,753 835,753 0000000000000000000312a39351b477c0938dec658709adaa0bcc7d92132d7c 2,861 1.00/1.00 vMB 37
835,752 835,752 000000000000000000027988ff2b73e6bacf404f93a497ff68f60549d167034e 3,103 1.00/1.00 vMB 38
835,751 835,751 0000000000000000000034e4c63111501d487b78a759dcfeb6e6f1ad67037b86 3,618 1.00/1.00 vMB 45
835,750 835,750 00000000000000000001bde4866e210e759d3958c2366c97c72b875c2bf096fc 2,906 1.00/1.00 vMB 54
835,749 835,749 00000000000000000000a304c6804973be814461359dbba9ced80c7cd2b46ecf 3,251 1.00/1.00 vMB 37
835,748 835,748 000000000000000000003ca3aa05388e5f8f3f35bafaf34688f115c70f9e2565 3,426 1.00/1.00 vMB 46
835,747 835,747 00000000000000000000f963f8aa4e94923d7fcd94d66c4fa44d9c833e33e866 1 0.00/1.00 vMB 0
835,746 835,746 000000000000000000009bd1737baf00d51b887c80f7a93883447bd8bad50ecd 3,006 1.00/1.00 vMB 58
835,745 835,745 00000000000000000002f894e7b01b96dd33eef07133b5e7b02a519f21dfa023 3,540 1.00/1.00 vMB 47
835,744 835,744 00000000000000000000b8f24177393fd068e30389b0ef4de69ee6348c3f4d5c 3,532 1.00/1.00 vMB 45
835,743 835,743 0000000000000000000146fa23bda3f6b6ebc8a2dfd1867492d14b7dd52c415d 2,965 1.00/1.00 vMB 49
835,742 835,742 00000000000000000000f2086773fd41578ce7d2862c96049bc7e00a11911fcc 3,086 1.00/1.00 vMB 42
835,741 835,741 000000000000000000002395680d9c321746effaa260bcfa13d74e6cc49fb44e 3,150 1.00/1.00 vMB 52
835,740 835,740 00000000000000000002b7ec3b23b680f95d5557ff8a95735b9ef3cbbea37e17 3,452 1.00/1.00 vMB 49
835,739 835,739 00000000000000000000c883926fba52a529c4257ef3536c71cdccd210ad34df 2,601 1.00/1.00 vMB 59
835,738 835,738 00000000000000000002edec47ea3451945ff30254f22367e59f2b7355077275 3,124 1.00/1.00 vMB 47
835,737 835,737 000000000000000000025f6b7c4df1cdc49d29ca6a9c4ee7f3855d541c6e330e 2,483 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.