Explorer IconExplorer

Memory Pool Memory Pool Refreshing

27,332 transactions (7.97 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (3 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 48/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,215 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,501 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,214 (819,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,630 89,630 00000000000e172ed0f2e3721b77d53e4cf64f4042e6c66131bf718da5f31f54 0.00 MB 1 0
89,629 89,629 00000000000da308b5d7b740a8f220da87016b545c8c762cba3ed20063d5b15e 0.00 MB 1 0
89,628 89,628 000000000012b80efa89ec396b5f0476e96f52181682b8bef462400acb5abdfb 0.00 MB 2 0
89,627 89,627 00000000000d0562e4f0b1ed4ebc656310a6f09338e7ad9daf8643b3bcbcf16b 0.00 MB 2 0
89,626 89,626 0000000000039498ea3267c711923ab74bc738dd64906e15c5f157961021a580 0.00 MB 1 0
89,625 89,625 000000000002c9356787b94316f1b386404a576410e9f0ddc5400c6fe9f03d43 0.00 MB 1 0
89,624 89,624 0000000000034a73d38d591b6e66c9bd32433b4902034de476a7b8cfa5821308 0.00 MB 2 0
89,623 89,623 00000000000b93479b44db68cb31fc4e4a2a3be4b40887e6bc4c0b39a733556f 0.00 MB 2 0
89,622 89,622 000000000011015b70e867890a6ab26429c5d8ae847914d31100877d5a3685ef 0.00 MB 1 0
89,621 89,621 0000000000093f9b95b8e6d05b9d8c5d32f031e0aa1d481c4802c4b817a97c9b 0.00 MB 1 0
89,620 89,620 0000000000132c8973eea8c53a39050e67e06b1c3db56886eeb96f98c54c153e 0.00 MB 3 0
89,619 89,619 000000000009c4fe205d3464ade98df52610ed6fd482b5f1ba3b50c408a9d489 0.00 MB 2 0
89,618 89,618 00000000000c0b1494739169efd36ba2a33c602a8dc2294bd463ab7693f3d70e 0.00 MB 4 0
89,617 89,617 000000000009da8bf4eaaca7cd8ae8b4b2d41abea49545a003665fb516eb7dfc 0.00 MB 1 0
89,616 89,616 00000000000ed1ebf03f7d4ab89f425c9870f532fa8d857e2ad098eed4ff06a8 0.00 MB 2 0
89,615 89,615 00000000000287d2b58eadba9bdc75084682f11fc2529527d64c85c4b0fc8e20 0.00 MB 4 0
89,614 89,614 00000000001059a3e62ba86da893bd68ea65be2940e129a9b4f91e5a2cfb3f66 0.00 MB 2 0
89,613 89,613 00000000000afcff02b04a3cb1ee89b1095d7747988dda322424cfabcefc7549 0.00 MB 6 0
89,612 89,612 000000000005a2f16a3aad809125ae4605db33cef2f4720d48a5c658e96cdb2a 0.00 MB 2 0
89,611 89,611 00000000000747f91f9e862a240cbcdd6bdd5ae7c881742d1eb00cdff126fe9c 0.00 MB 1 0
89,610 89,610 0000000000087bfd9f746b884757f4a410a62d5bed5a43f8821c5b0349f770c8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,007.99 GB sent, 107.60 GB received

Notes

  • This page updates every 5 seconds.
  • 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.