Memory Pool Memory Pool Refreshing

3,656 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,903 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (105,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,198 802,198 00000000000000000004c2ef120e0f53635109b274fa22ae4f059d50a82bd1bd 1.28 MB 1,099 14
802,197 802,197 00000000000000000000ce6a477667fcfef9bf0d5eff1ea94863c715852aeb4a 1.41 MB 2,647 25
802,196 802,196 00000000000000000004b6ab637fdff43e399060baf0fc071e84919b6294fefe 1.41 MB 2,436 29
802,195 802,195 0000000000000000000377c77ac722beec443bdf8d58b88da4dc00a220592bc4 2.11 MB 4,106 10
802,194 802,194 00000000000000000003058aa8ba56f1f54e520e280499404994ef8374e527c5 1.51 MB 3,218 17
802,193 802,193 00000000000000000003e4613f8ff156dfbdd0bd7b12bb4b325642953b0dde33 2.18 MB 5,668 9
802,192 802,192 00000000000000000001b4a7b2a5321f9eb0e6fe6982f33165c44a0f94adfb83 1.90 MB 5,262 10
802,191 802,191 000000000000000000054768a916be2d451bc6d0a441da987c177dadf0a92725 1.66 MB 2,851 16
802,190 802,190 0000000000000000000497ed49ea9823843b4e57e428eb8992a73644ffadebce 1.74 MB 3,929 6
802,189 802,189 00000000000000000001029453b8985e6d10c7bb032f42dc348bb89f05b92042 1.63 MB 1,646 16
802,188 802,188 000000000000000000025b8021bd1f9524acfb610c7cd97d6f36e690dd3e4b4b 1.50 MB 2,662 21
802,187 802,187 000000000000000000034bca5e18f0bd3f483bbd3c16aeeb0fe462a26308eec9 1.69 MB 3,649 7
802,186 802,186 00000000000000000002ff6d56160e38a9affd6fbdc4e5aaa5ab6274f901269f 1.43 MB 2,813 21
802,185 802,185 000000000000000000002d7914b8c74d07e47d8d60f75d34653bf6212dcbdfc4 1.86 MB 2,387 12
802,184 802,184 0000000000000000000102b022d58ec921a80525c705c2043bc4bfdb618b9dfb 1.49 MB 2,060 15
802,183 802,183 00000000000000000001b787ebad7f96bae199533cc7717555f103eb89a44d80 1.69 MB 1,421 13
802,182 802,182 00000000000000000003c2aedb5ed2ecf870375909f1934a024d9dbe1dbbd2e6 1.73 MB 2,901 13
802,181 802,181 00000000000000000003cb21cc4548cd730ed74dbc9af38986931c4653837e68 1.40 MB 2,320 21
802,180 802,180 00000000000000000004b3236c82d280fcf9bb63dd782d299e780c5a5f1c87ff 1.67 MB 2,087 15
802,179 802,179 0000000000000000000097650c2fffc82abcd7f56107b634e8b022fd2f6a1e3a 2.07 MB 6,204 7
802,178 802,178 00000000000000000002e643e456d79f861242d40170a389e08faf68ad201ec9 2.11 MB 4,164 12
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.