Memory Pool Memory Pool Refreshing

10,596 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,552 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (814,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,671 93,671 00000000000254fcedbc75e6c31340f4f59fe26edc813f128b3ff6fdcdd8710c 0.00 MB 14 0
93,670 93,670 000000000007e997db80f9afa7ebb753a29cf7d6de0feaf550902e4d44407e0d 0.00 MB 14 0
93,669 93,669 0000000000027dcd90fa7f34c07291f5cbb8e775420c79338712cd825deb134d 0.05 MB 76 0
93,668 93,668 0000000000045e42293f88dce27d3595060ab557ca1685c35ea0d2b3ccc1b764 0.05 MB 45 0
93,667 93,667 0000000000061b9e53a8ff83dac3129b558149207aef80fc7beb39f17547757d 0.00 MB 13 0
93,666 93,666 00000000000429ce1c6e20f3f8762483926d832beb8df833d8c2d153c071933b 0.00 MB 14 0
93,665 93,665 0000000000075f636ed972654df6a5b846b8a321a6184c7a66bfc74b46b78ab6 0.00 MB 14 0
93,664 93,664 000000000008e7049578b0a8eaee9e0c31a8b9e91c53408208995b62b484870a 0.00 MB 13 0
93,663 93,663 00000000000061deacf9a6f71c5264771491204fe53c4f637bdf8c22cb050ebb 0.00 MB 4 0
93,662 93,662 000000000009047b523dc45cc90ad0efd9a176c232e1b93bf4293d2e5f23cf4e 0.00 MB 14 0
93,661 93,661 0000000000071c7afcf286adae3f75d0330c4b412e8e952a0714aec955c74b82 0.00 MB 14 0
93,660 93,660 0000000000038ef298cdfbcdc3b2c9bfb5d0d38a1c61ae1268168c6f7ae807c0 0.00 MB 14 0
93,659 93,659 000000000007f7f368fd8480d6e5f827c9809bd4cdcf6a3aadcdc2c62c0e3ad6 0.00 MB 13 0
93,658 93,658 00000000000430b8e3308689c94e1eccfc8c8e9c1bf541d22c604efeb7a47908 0.00 MB 14 0
93,657 93,657 000000000007b45473618dc798b3f5694e37118722467284a260c20fb1fa8bd1 0.00 MB 14 0
93,656 93,656 000000000000bcf1e3b5f3aeda96d7bd878433c46ab49d0e1ef34c910a6ab1aa 0.01 MB 3 0
93,655 93,655 0000000000016d1f03fdef7f228f26b45e6a2e6d3559e25b7bad8fbba58245f4 0.05 MB 218 0
93,654 93,654 0000000000061fda0088b9e2afd5682229e0c13173e809ba3671a7c3dc21dde8 0.00 MB 6 0
93,653 93,653 0000000000088ab16ad829d7d66aca39c862ec7e6ad8c1e7cba0cf30c140a6ae 0.00 MB 14 0
93,652 93,652 000000000001047af3a3aeccc303c631266bf649a4979e7a9da29d484107b972 0.00 MB 14 0
93,651 93,651 0000000000090324e0577c11cd02d26208e8dee9bdcc54e45619791ba53985fb 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.46 GB sent, 92.91 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.