Memory Pool Memory Pool Refreshing

3,256 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,620 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,619 (835,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,637 72,637 0000000000b2dc43b1c1d837c428f033b7c2dbfef8e9daf762fbdbfb7a7067d6 0.00 MB 1 0
72,636 72,636 0000000000b07b970f8d89914a701765cbd731010b6a0f920c60b7b80fbc07af 0.00 MB 1 0
72,635 72,635 0000000000559c6e080ce0bc2525fc35ce3e87cca17f6279c7315911aa96112c 0.00 MB 3 0
72,634 72,634 0000000000210c1d7cae9aa9f8e471d4d4a7971fb279f0f9cff0b4e9540baf50 0.00 MB 2 0
72,633 72,633 000000000001bee3afc7f7978d2c2dbc4077c49be280f9ab7c587bf62c780d95 0.00 MB 1 0
72,632 72,632 0000000000b19a3ed3b7184619119bf8947b9f50b293d51b19fbb328ae5d1fb6 0.00 MB 1 0
72,631 72,631 0000000000741ca1d781e740c20c9047545ef4d2cf1e67c8e63b9044bc8b3204 0.00 MB 1 0
72,630 72,630 0000000000512672dbb6d71203fd877a9658f0c48e2cf0625367d6e82b91ebd1 0.00 MB 1 0
72,629 72,629 00000000007488047202d67ad2841f702539cadd20a55fe5844921cf4d87e6e2 0.00 MB 1 0
72,628 72,628 00000000001e45c67c11b76267003eefd0d6ad79a65f8d5061a9eef0d3892a03 0.00 MB 2 0
72,627 72,627 000000000000884ec4cf8a3d03938e9c48a1d6530194dbbcbc0d7827f8af92a8 0.00 MB 1 0
72,626 72,626 0000000000b54ba9001ab119239846fb9a9e9d7935f98bc84bb5993cb8eff182 0.00 MB 2 0
72,625 72,625 00000000007c11ed3f26b67f3799da1c7976e9678d6097926caddcb70c83eb71 0.00 MB 3 0
72,624 72,624 000000000024e041a4600f8ac4a55047457b2c2bc55d1993d755fe60cb5bfc04 0.00 MB 11 0
72,623 72,623 0000000000643d2f6c08ac5dc64e60e1053e4b1a824b9bd4e0025bdb3387dcc2 0.02 MB 47 0
72,622 72,622 0000000000a53e660aed4e23da6f00f39202c722636e2e6262b014492a260a42 0.00 MB 2 0
72,621 72,621 00000000001f0a4f9b1b1aaed350134cbdacc0a78e2be976576460fe2c1900f1 0.00 MB 1 0
72,620 72,620 000000000014e03242660e374f049e6e0a8e2f2b08311c6ccf5df2c4c6fa5870 0.00 MB 1 0
72,619 72,619 00000000006f81e644dbf93b6ed34bee9ca9bcb5fe1bec6c7269a798a8fe9aed 0.00 MB 4 0
72,618 72,618 00000000004994f933ce56fe07013a1bfd7ebd7f08fbd1a588ebc7542ea2b6cf 0.00 MB 1 0
72,617 72,617 000000000002907a9495a058653e816d89217ad56b65fb77d8bba87e19024279 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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: 1,850.08 GB sent, 101.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.