Memory Pool Memory Pool Refreshing

263 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (817,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,768 90,768 0000000000020de369485b93e45cbf36dc58a4d67191652f3c844754cdf29f9e 0.00 MB 4 0
90,767 90,767 00000000000b221aebe4609acaad97671e4d2106fe11f99a9e687b6b05bbecf6 0.00 MB 1 0
90,766 90,766 00000000000d6c16ca942b448d9594a18c38f35492e50bd1f115955621e06533 0.00 MB 1 0
90,765 90,765 00000000000696c95673157c98790bad3c5b6277398202afc7988abce5b486f9 0.00 MB 3 0
90,764 90,764 0000000000098efec4425e1342fd959782f162de42af65312a862c0a7b9a1310 0.00 MB 1 0
90,763 90,763 0000000000022c43f5c5d674c2062d235cd44e2d75a2d4c1e1348c1631ba975b 0.00 MB 1 0
90,762 90,762 0000000000028f37cfae0c7e4cb6bc4162897bb215873262ab702e9ff9106799 0.00 MB 2 0
90,761 90,761 0000000000048e6b6543bd8975a0f5231ddcf1f5494f04d76269f136c6fe9bd2 0.00 MB 1 0
90,760 90,760 000000000004a7984584972c99d14a475185ae5b8a2fa18d10a3c16fab993926 0.00 MB 2 0
90,759 90,759 00000000000af5ec99fa93525be77eb3f8ea83477d2917be1c89ab89d1eaf3fe 0.00 MB 11 0
90,758 90,758 0000000000080f267498877ecaefe1083cc78da510dc64f47b734b7e03a3f8b8 0.00 MB 1 0
90,757 90,757 00000000000a3fd403df2b308559d08cec4fb50c92f659965d6c7f52293fdb3d 0.00 MB 1 0
90,756 90,756 0000000000067bfeec24825e3b11cbe254b00094ddeae42cdf2b61a444323f6e 0.00 MB 1 0
90,755 90,755 0000000000070e4c3fbb8f1e7b04833f7d610a92ba4ef6e48c5b7771b537290e 0.00 MB 1 0
90,754 90,754 00000000000b83a76bbee776d5270359f3eb26220cce5dcd5c00a3339c862d2c 0.00 MB 2 0
90,753 90,753 0000000000075bf9c29258e761c98033ad121981ead2227040f0470a0507e945 0.00 MB 1 0
90,752 90,752 0000000000004149675b0468ba6b1ac0f847a7a77b11132d3b3e11298ded4df3 0.00 MB 1 0
90,751 90,751 000000000007915007f387715b5815a9c5e21c46007d894bb73cec44fca1676c 0.00 MB 3 0
90,750 90,750 00000000000e1bfc3ed2bdb20397cf73832c866d9c498fd974617a640dad0d63 0.00 MB 1 0
90,749 90,749 00000000000e6e5768935afc41818a796d39ebc8c0d3e82e27572610a6329abf 0.00 MB 3 0
90,748 90,748 000000000004475eedfa9a152dbe0d16adcd98538f147306308e02cde73b6456 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.58 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: 1,784.26 GB sent, 99.89 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.