Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,557 transactions (2.00 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,787 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,100 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,786 (72,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,579 839,579 00000000000000000002764203b30ad539268d44d20c5cdf3148d47931e46ef3 2.00 MB 3,911 62
839,578 839,578 0000000000000000000321c22cb8c1ae7e7aee3770297b67971230f4e9c4276b 1.81 MB 4,492 82
839,577 839,577 000000000000000000000982ffa0bce986ef58f1af831e674ccdb3333fd84919 1.72 MB 3,886 125
839,576 839,576 0000000000000000000043f1e4a60b1144051fce6cd3389aa809519db8297c4a 2.00 MB 3,440 43
839,575 839,575 0000000000000000000018706e3b4ea58c233887ecb98e06f44672565adbcfd7 2.46 MB 2,743 40
839,574 839,574 00000000000000000002ed4ad11ef81a9dd8d74ed7ac923cd062003850a59b62 2.93 MB 2,398 58
839,573 839,573 000000000000000000017635e820ba133fb3e051ad77dbc78f5e85549e84d4c1 2.41 MB 2,330 39
839,572 839,572 00000000000000000000a5ae3971b6c45097c86edc500a17658ccaa5fdf2a856 2.37 MB 2,882 46
839,571 839,571 0000000000000000000229cf77374f9143d8626da2da55887395107e56197d9b 1.82 MB 3,370 76
839,570 839,570 000000000000000000009bec9bd296bcb66a3bac31a4c9b1995a2e7d6af7f2d7 2.23 MB 2,902 41
839,569 839,569 0000000000000000000248ed6d4dfe48942493fdbdfb027bcdf7d250929c6942 1.65 MB 3,500 70
839,568 839,568 0000000000000000000271bdc40c6d28e31bf14e019330e88fbbe2895c9087a1 2.00 MB 2,378 49
839,567 839,567 00000000000000000002b9651c7358b016c54bba5ee636e0856c1dc96bdf5f03 2.03 MB 1,249 23
839,566 839,566 0000000000000000000032a9fdf2d1da37b2cb6c1f0b8721c1f8094f15e6be2d 1.85 MB 3,268 48
839,565 839,565 0000000000000000000108d4c4000f9ba9dd13dcb80e7d7829abe5037848bf75 1.99 MB 83 21
839,564 839,564 0000000000000000000120ccf0d2e1b17e4a0cd84ff0a6144de049ba0742e528 1.86 MB 1,000 27
839,563 839,563 00000000000000000001eccde1605de7f3fddf4fe4a6aca54fd9e2090af58ba8 2.08 MB 1,358 26
839,562 839,562 00000000000000000000e7ec8b354cd940f219259678f07e92006bdf45c55a28 2.03 MB 3,117 46
839,561 839,561 0000000000000000000166aebe4f4bf2fe3befa3a83c205ab9f68e62454c5ef9 2.16 MB 2,280 39
839,560 839,560 000000000000000000000bcfe43cc37d7203a207276ba3cb2626cc26ecc9860f 2.31 MB 2,298 26
839,559 839,559 000000000000000000031432b64b586ade2544b27776cddbe5cfb843db2c903e 2.00 MB 2,719 48
Previous 10 blocks ↓
Total Size: 776.69 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,442.20 GB sent, 132.02 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.