Explorer IconExplorer

Memory Pool Memory Pool Refreshing

610 transactions (0.26 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 4 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
909,519 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 604 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,518 (849,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,764 59,764 00000000073ca15ef60e4ce5a267b015e20935cec08ba491215f83e7a04a4d2f 0.00 MB 3 0
59,763 59,763 000000000be4c364782c37a24f95fae72c41d5066ef04f4ac1447b6fee019817 0.00 MB 3 0
59,762 59,762 000000000366dfd2623df3d41406a8dc998915d5bfe3e8bfe3a945ecc94e77e1 0.00 MB 1 0
59,761 59,761 000000000772abc96bfe3c85d87534603785b6ad4b63c123afe6d9cbed57846a 0.00 MB 1 0
59,760 59,760 000000000b7fe49d2de1d4347b406ef16c72b4998f7d6f7e72e9b3dcd78c5e05 0.00 MB 1 0
59,759 59,759 0000000004ed7a6a90d253d5fcb440ae620136a5cc166eddbef48d85dc6a7cd3 0.00 MB 1 0
59,758 59,758 0000000002032108284508a4fc63ee868b85b46b22fa2afb92da32fb478973b9 0.00 MB 1 0
59,757 59,757 0000000001cfa309f902be31e2689b9d724fb82224da91b8baf22b848161899f 0.00 MB 1 0
59,756 59,756 00000000012480398a514c01991510e67c086c86f6e545fdbb2f497458c8e558 0.01 MB 8 0
59,755 59,755 00000000014d778cbe52734c88ca8a1b803a3bff1c2083e35d09eca5577bbd76 0.00 MB 1 0
59,754 59,754 0000000001c26e8aa62965812b32aede75b7fc488de81ea79e5ac040a319747e 0.00 MB 1 0
59,753 59,753 0000000005b8921b3aa29eae27beb88a1d3c0d9bc05ad86f19b6104aca3eeeb6 0.00 MB 1 0
59,752 59,752 00000000020efb00121d541eccf9450779070fef1e42f36c368089a42df75a87 0.00 MB 2 0
59,751 59,751 000000000e10cfa328a66bb4d9b68039c11a0762d0406b8376dc567c136e4abb 0.00 MB 1 0
59,750 59,750 0000000008d221b045bd74f9bffb73b529099c1803349483478740f238d597d6 0.00 MB 2 0
59,749 59,749 0000000003e45e59c60549221c14924469cea1eac842f157ded851c22e0880b2 0.00 MB 1 0
59,748 59,748 0000000000ecd6125773338997e818712da585839eacf5390f855052dc39cd94 0.00 MB 1 0
59,747 59,747 00000000009ef3fa4b18dbb24373315626e2960cbc5f45fd138f61d3ad611adc 0.00 MB 2 0
59,746 59,746 000000000b6b6710b6a9c6724c6362ca504cc4e78cfd8f199ad886b552fbd128 0.00 MB 1 0
59,745 59,745 000000000cb7e13754de9c1c9948880a0fc4a99d10b95c58e6a99954e849d899 0.00 MB 2 0
59,744 59,744 0000000004f72412329fcbff544412af5e894d37840f67913b0aa720f6ab8d81 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.51 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,082.76 GB sent, 110.83 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.