Memory Pool Memory Pool Refreshing

1,758 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (865,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,990 42,990 0000000016bcae725003e60c46cc53e88f3d8d5392d18da79d6402e53e0202a1 0.00 MB 1 0
42,989 42,989 000000000176f8b0324aaf68c581fe8ededb650bb71a9d9d4543d914faa5f1a9 0.00 MB 1 0
42,988 42,988 000000002ea85ed88677a2c11f8f7425facca39684f6d3cdc1eaf3b5f9ccd02a 0.00 MB 1 0
42,987 42,987 00000000216f584d677bd48eaf9ec401404051c2e03236261d3b4f32141d66c9 0.00 MB 1 0
42,986 42,986 00000000085fce6a7d559df7d64c51c94e5bfb7aea99031e06c356dd000de8fc 0.00 MB 1 0
42,985 42,985 000000001daf90220b72b208d163cd6d96e89c2530b7e379638cb3543a475e71 0.00 MB 1 0
42,984 42,984 00000000319d56fc1783307f294a261dcd3f53ade4af58e3026f2982c6b53eaa 0.00 MB 1 0
42,983 42,983 00000000423fc20e14eaf3002d11037d6997d1bd98f9a5516f70e820c40d6943 0.00 MB 1 0
42,982 42,982 0000000019cffe42595d1f2a82b80f6ceae099f39f4310abcc0d82db33517858 0.00 MB 1 0
42,981 42,981 0000000020298b6de00332c570346b0f7cb76ae49105d26b3cebe21f3aabf8b4 0.00 MB 1 0
42,980 42,980 0000000030a67ff0d64f9a5933373ab2ba01a90d41618f8ad8838c6324b00753 0.00 MB 1 0
42,979 42,979 0000000026f8e3cd9a9e84863d622999b995d93994d06e5c3ad72b419937a6e2 0.00 MB 1 0
42,978 42,978 00000000083a9c8a7890e91a5feb7832fa2c491564286358b1f7a552c513c09e 0.00 MB 1 0
42,977 42,977 0000000036b4785bf33d8631b4330bd65e145cc7c6635aac1da6d7adecacb095 0.00 MB 1 0
42,976 42,976 000000002c385a7e02586f5f63583744015f626096fe145347d5b38d6e9ec9ee 0.00 MB 1 0
42,975 42,975 000000000559365ff387c5fb2e31026080ad2cbc896e553499f5ee4cf3d8f672 0.00 MB 1 0
42,974 42,974 000000000930746e8c98df3f65db24be366a928b572a17bbd044ffb83249b7a5 0.00 MB 1 0
42,973 42,973 000000002dadac7f28d5848b995912e52adac3c238b743b54942548fdbdf037b 0.00 MB 1 0
42,972 42,972 0000000034bc4a91d98c5c31ffa83b6e5b428011a545765c600c2eb82114032d 0.00 MB 1 0
42,971 42,971 0000000026ac76bb2659058596116eca2673b7004ae0acf0e18746d8b9746e82 0.00 MB 1 0
42,970 42,970 000000001ba1225c7fc71281fb4e0f0cd938b3fea10c28ae982438ba72d470a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.