Memory Pool Memory Pool Refreshing

1,064 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,358 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,357 (860,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,051 48,051 0000000003bad36056d7c55da55bc3b8bbc3fa57fc5d30d3c97011a7965bbb10 0.00 MB 1 0
48,050 48,050 00000000046cee6b79373bae2dfa1ce73c47cd9dd2d06cff84aa51bcc342a27a 0.00 MB 1 0
48,049 48,049 0000000012f5d08bc7e96cfcfcc37eb4767b912a3718d2af1d46269713d54f1b 0.00 MB 1 0
48,048 48,048 000000003079e288b9d9fc24493a58ffa5e506ac4e071f845198b1623878d56c 0.00 MB 1 0
48,047 48,047 000000001f96e9e7fb234c46a9d2be19a6a5c113c2c8cf7ccafd09bbd9f15a0a 0.00 MB 1 0
48,046 48,046 0000000004819757c294d0837b30bbdc183c8ed4b192fad9d22be37d0f86881a 0.00 MB 1 0
48,045 48,045 00000000157a17da3c61863829bea244222fe3e0b29538944a4438d081c54865 0.00 MB 1 0
48,044 48,044 00000000087460e4581297f73ade683cd5dba28399b3109230de459a0bb4097f 0.00 MB 1 0
48,043 48,043 0000000019026110a067a295a57bc02f75df900d07f14698998a054c07071e36 0.00 MB 1 0
48,042 48,042 000000003567d4086b722aece420171ddee0a96c1bf06dc0e9df68c35cfe5a96 0.00 MB 1 0
48,041 48,041 00000000265da6e0761b6b8a3acc95d81a703572aabe0841b3911d53123eda43 0.00 MB 1 0
48,040 48,040 0000000024aa973ce8f446771e928658b3c90ea726fa17a25ef93e2bbb15de4d 0.00 MB 1 0
48,039 48,039 0000000027e29c2d67b29d7cdfc149ca6ae3ebb554adbbd51871215ee6d678a6 0.00 MB 1 0
48,038 48,038 0000000025869c642ea85a776d64dff7ef6249f97f0a8a4490b752bbc201921a 0.00 MB 1 0
48,037 48,037 000000001b13218124fe832e89460377f15987053ec3adfcc51ac264c2582d18 0.00 MB 1 0
48,036 48,036 0000000025ff9ae41e5efc77e3c04226dbdb1fd15dc975283416b88ba8883082 0.00 MB 1 0
48,035 48,035 000000001a9573f36a9dfa33d80f51e42b8974874333c162a752a541585fed1e 0.00 MB 1 0
48,034 48,034 0000000012e9843a838c213fb686b29b621442bdf3f770a9e618dc54c5bf6918 0.00 MB 1 0
48,033 48,033 000000002c4e695cb0745712ccc76c6e8f84b495f1fcc40ff69ab5929ec59eac 0.00 MB 1 0
48,032 48,032 000000001c1b37fe8967dc737efd1bc1ff423c5e588142007633fcb27feb45e7 0.00 MB 1 0
48,031 48,031 0000000030d8cac008ced6facd91743f3028982b4ee8bf8aef4270c1206b55aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.96 GB sent, 98.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.