Memory Pool Memory Pool Refreshing

2,169 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,921 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,178 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,920 (585,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,597 322,597 0000000000000000134e89e22a6fa81ccbf54c12b2dab8ec7e53f7445c758cd3 0.44 MB 1,014 29
322,596 322,596 00000000000000000af89ddc55b4e44b64df00a7fd7cf0b7ae517e5f354ea7f3 0.70 MB 876 23
322,595 322,595 00000000000000000fd5aed9bea9b8446a3c929c82e3a09b2e6af82d9851816e 0.32 MB 505 25
322,594 322,594 00000000000000000969776c1158ab37058aca9c7f797e51e277f07944801110 0.42 MB 406 18
322,593 322,593 000000000000000014c441a5cf53343191688be8c6fe9b7d30e5c7799c7f81be 0.75 MB 1,592 34
322,592 322,592 000000000000000002dce8d26e99d99d606b85092d3d8ab077f0f4996b3ce4ec 0.17 MB 252 19
322,591 322,591 00000000000000001e14fc14c7a382aaf5355cd04f8753cd9f51d540915a3773 0.10 MB 256 41
322,590 322,590 00000000000000001b82493909c75e5aa860488c7a46ce7b9d76189382bea78a 0.14 MB 227 25
322,589 322,589 00000000000000001f63f8ad9bd58c560c04a080707851271c3732e61de1c48d 0.10 MB 175 30
322,588 322,588 00000000000000001743ae9e18c0594d21237cf78e7e00793c2ea018e4f798ee 0.36 MB 436 22
322,587 322,587 000000000000000011805eefc2cd415850d64dd32fea837c0c2087fcac300a81 0.52 MB 992 28
322,586 322,586 00000000000000000e58a2572e60de53afb8ee6c08f48e2100330a8afaa0216a 0.05 MB 75 24
322,585 322,585 000000000000000006609c90dad6e40d3e203db27962ce9865c4ba65fa3a0cc8 0.11 MB 188 26
322,584 322,584 00000000000000001f380f3bfdec1e7a5ccf49961203f481ff272132760f0adb 0.02 MB 53 16
322,583 322,583 00000000000000000cce41880e0fdde2d250e95e61ae74289a4475a3662c1d7a 0.36 MB 635 25
322,582 322,582 0000000000000000132f055726222e5936e01c0bf933521defb57836aa32e423 0.86 MB 1,659 30
322,581 322,581 00000000000000000113596e19232801878cade46cb28d8409d0016dc8999ca2 0.05 MB 128 79
322,580 322,580 00000000000000000c2096c7ee81899c8ef1d8204f2e39a316c1ecde2741f5b1 0.56 MB 941 27
322,579 322,579 000000000000000008c762e0190677807c5d6638da1377f6f7baa8665c65ff30 0.17 MB 240 28
322,578 322,578 000000000000000007e66fe55071874b03b03ae00cf5cd8900845c3f5b4c668e 0.10 MB 178 34
322,577 322,577 000000000000000018c922841461bdf2faa257535dc18e6e2d86f7d510e118c0 0.12 MB 217 27
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,644.41 GB sent, 94.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.