Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,088 transactions (0.39 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,098 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,097 (843,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,702 66,702 000000000117bc51ac29cc7703a5b7c2c034a361c1d210729e96ccde1a83b656 0.00 MB 4 0
66,701 66,701 00000000051b18f82e3faa8febf1f8db76407aea9ab4377ad8079bbb4598dd16 0.00 MB 3 0
66,700 66,700 0000000001747f9945c51d19fa4ebb84f4b06d4b27480d708e9f7bfc2a3f76b9 0.00 MB 1 0
66,699 66,699 000000000396001780facbbff0547ba94a6794fe5cdf3c17c7f95b79d9ccd552 0.00 MB 1 0
66,698 66,698 00000000058a4b172758867e1a7b2505d64a1eb766f8ca7ff4422166815e86cc 0.00 MB 1 0
66,697 66,697 0000000004a3f06da1d896103114be9c541b05d7cc110513ee8d2a29a7d6fc1d 0.00 MB 1 0
66,696 66,696 0000000002b56868b4915c01ab7bb4c0e3e568b08edd558346cbfe6238c81a37 0.00 MB 1 0
66,695 66,695 0000000002c3fdf2f5810509b2295aed7c7c6a909859c9a93ee4819ebd2ed55a 0.00 MB 6 0
66,694 66,694 0000000003e28f260bcd5c17c063e07ab371e7539a8ed25f70c1bb6da060fc5e 0.00 MB 1 0
66,693 66,693 0000000002344e05d2d9d22ed2065c9d3419122fe90744cef152385e8c4642e9 0.00 MB 1 0
66,692 66,692 000000000241361088a740c4a3cc89ac9e24982ab6479ba74002fdb6b95c7363 0.00 MB 2 0
66,691 66,691 00000000040844f96aad4d6220c0cac73e24ff1e4649f6fc7aac7290705229c3 0.00 MB 1 0
66,690 66,690 00000000015fcbcee5e014b4a99707da7c75874a9697606e848b3bbccbfc9ea8 0.00 MB 2 0
66,689 66,689 000000000096ede4908140ddfc1fa5e7446f5229f90cfa235b2d1784a7cc9c0d 0.00 MB 1 0
66,688 66,688 0000000000e56a76462edf2ede29345e5d4d818c25aae4d2a8b354b299dd1f50 0.00 MB 2 0
66,687 66,687 00000000021ed74b5fd3ae7fd1e219f04bbf44c1e90fec97430b5f028894c8f3 0.00 MB 1 0
66,686 66,686 0000000003318512f1cdc67dfde0a67151d99cbba34132f1d1698393643df737 0.00 MB 2 0
66,685 66,685 00000000031c94f6a7cafc7e0b5025d4a886846a34a0b7d859c9a9d5cdc3fb30 0.00 MB 5 0
66,684 66,684 00000000031d5095d9bc290196192645e42cd0c38029e342919d1ead58347b07 0.00 MB 2 0
66,683 66,683 0000000003119d04f67a077634a783a97fdade82a15a60007f11f2870f2dc499 0.00 MB 2 0
66,682 66,682 00000000013e01333df3342e9e127f5141d132e0df7aeb59b9deae992bdb5756 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 773.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,188.20 GB sent, 116.33 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.